|
@@ -228,6 +228,7 @@ export default {
|
|
|
length: undefined,
|
|
|
width: undefined,
|
|
|
height: undefined,
|
|
|
+ status: 10,
|
|
|
},
|
|
|
loading: false,
|
|
|
tableList: [],
|
|
@@ -425,7 +426,7 @@ export default {
|
|
|
if (this.userInfo.subsidiaryId) {
|
|
|
type = 20
|
|
|
}
|
|
|
- API.batchReplace({ type: type, bomColorList: this.form.selectData, productColor: this.queryParams }).then(() => {
|
|
|
+ API.batchReplace({ type: type, bomColorList: this.form.selectData, productColor: this.queryParams, status: 10 }).then(() => {
|
|
|
this.msgSuccess('替换成功!')
|
|
|
this.handleQuery()
|
|
|
})
|