Browse Source

排序隐藏
导入库区 新加提示
退货入库去掉修改库区和导入库区

Qukatie 2 days ago
parent
commit
0a841e333f

+ 2 - 1
src/views/tirePartsMall/inventory/index.vue

@@ -356,7 +356,8 @@ export default {
             prop: "sort",
             overHidden: true,
             search: true,
-            searchValue:0
+            searchValue:0,
+            hide: true,
           }
         ]
       },

+ 5 - 0
src/views/tirePartsMall/purchasingManagement/warehouseEntryOrder/detailsPage.vue

@@ -1049,6 +1049,11 @@ export default {
       window.open(`/api/blade-sales-part/ship/exportReservoirArea?id=${this.form.id}&${this.website.tokenHeader}=${getToken()}`);
     },
     uploadAfter2(res, done, loading, column) {
+      console.log(res);
+      if (res) {
+        this.$message.success(res);
+      }
+
       this.refresh(this.form.id);
       this.excelBox2 = false;
       loading = false;

+ 0 - 3
src/views/tirePartsMall/salesManagement/outboundWorkOrder/detailsPage.vue

@@ -653,14 +653,12 @@ export default {
             row.historyList = [];
             row.dot = null;
             row.sendNum = 0;
-            row.inventory = 0;
           });
         });
       } else {
         row.historyList = [];
         row.dot = null;
         row.sendNum = 0;
-        row.inventory = 0;
       }
     },
     rowArea(row, index) {
@@ -676,7 +674,6 @@ export default {
     areaData(row, index) {
       console.log(row, index);
       this.form.shipItemsList[index].dot = row.dot;
-      this.form.shipItemsList[index].inventory = row.inventory;
       this.form.shipItemsList[index].sendNum = row.sendNum;
       this.form.shipItemsList[index].historyList = row.historyList;
     },

+ 2 - 2
src/views/tirePartsMall/salesService/inStorage/detailsPage.vue

@@ -126,7 +126,7 @@
                   @click="batchDelete"
                   >一键删除</el-button
                 >
-                <el-button
+                <!-- <el-button
                   v-if="reservoirArea == 1"
                   type="success"
                   size="small"
@@ -136,7 +136,7 @@
                 >
                 <el-button v-if="reservoirArea == 1" type="success" size="small" @click="allClick('导入库区')" :disabled="disabled || isEdit"
                   >导入库区</el-button
-                >
+                > -->
                 <el-button v-if="reservoirArea == 1" type="success" size="small" @click="allClick('一键清空库区')" :disabled="disabled || isEdit|| selectionMultilist.length == 0"
                   >一键清空库区</el-button
                 >