zhongtianhaoyuan 3 år sedan
förälder
incheckning
c5fb75c63d
1 ändrade filer med 0 tillägg och 3 borttagningar
  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)
         }