zhangyuewww 3 年之前
父節點
當前提交
903020d59e

+ 1 - 5
src/views/warehouse/warehouseManagementGross.vue

@@ -1278,11 +1278,7 @@ export default {
         return
         return
       }
       }
       if (!this.deptBudgetList.cost) {
       if (!this.deptBudgetList.cost) {
-        this.$message({
-          message: '未获取到成本,请编辑后提交',
-          type: 'warning',
-        })
-        return
+        this.deptBudgetList.cost=0
       }
       }
       if (
       if (
         this.deptBudgetList.cost < 0 ||
         this.deptBudgetList.cost < 0 ||

+ 1 - 5
src/views/warehouse/warehouseManagementNoWeightIn.vue

@@ -982,11 +982,7 @@
           return
           return
         }
         }
         if (!this.dataList.cost) {
         if (!this.dataList.cost) {
-          this.$message({
-            message: '未获取到成本,请编辑后提交',
-            type: 'warning',
-          })
-          return
+          this.dataList.cost=0
         }
         }
         if (
         if (
           this.dataList.cost < 0 ||
           this.dataList.cost < 0 ||

+ 1 - 5
src/views/warehouse/warehouseManagementPut.vue

@@ -1757,11 +1757,7 @@ export default {
         return
         return
       }
       }
       if (!this.deptBudgetList.cost) {
       if (!this.deptBudgetList.cost) {
-        this.$message({
-          message: '未获取到成本,请编辑后提交',
-          type: 'warning',
-        })
-        return
+        this.deptBudgetList.cost=0
       }
       }
       if (
       if (
         this.deptBudgetList.cost < 0 ||
         this.deptBudgetList.cost < 0 ||