Browse Source

盘点清空库区时 不清空数量和批次号

Qukatie 2 days ago
parent
commit
3fcb4754cb
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/views/tirePartsMall/salesManagement/Inventory/detailsPage.vue

+ 6 - 6
src/views/tirePartsMall/salesManagement/Inventory/detailsPage.vue

@@ -948,16 +948,16 @@ export default {
           }
           itemRemove({ ids: ids.join(",") }).then(res => {
             row.historyList = [];
-            row.dot = null;
-            row.sendNumHave = 0;
-            this.calculator(row);
+            // row.dot = null;
+            // row.sendNumHave = 0;
+            // this.calculator(row);
           });
         });
       } else {
         row.historyList = [];
-        row.dot = null;
-        row.sendNumHave = 0;
-        this.calculator(row);
+        // row.dot = null;
+        // row.sendNumHave = 0;
+        // this.calculator(row);
       }
     },
     rowArea(row, index) {