Jelajahi Sumber

SKU批量修改调整

lxf 1 tahun lalu
induk
melakukan
7caa46ec66

+ 2 - 1
src/views/shengde/product/management/batchModification.vue

@@ -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()
                 })