zhongtianhaoyuan 3 years ago
parent
commit
c5fb75c63d
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/views/warehouse/warehouseManagementGross.vue

+ 0 - 3
src/views/warehouse/warehouseManagementGross.vue

@@ -1876,9 +1876,6 @@
           })
       },
       tarechange(e) {
-        debugger
-        console.log(this.deptBudgetList.tare)
-        console.log(Number(this.deptBudgetList.tare))
         if(this.deptBudgetList.grossWeight){
           this.deptBudgetList.netWeight = Number(this.deptBudgetList.grossWeight) - Number(this.deptBudgetList.tare) - Number(this.deptBudgetList.deductionWeight)
         }