ccjgmwz 3 년 전
부모
커밋
49272ddbd3

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

@@ -1305,9 +1305,9 @@
                 this.deptBudgetList.deductionWeight = (
                   this.deptBudgetList.deductionWeight / 1000
                 ).toFixed(2)
-                this.deptBudgetList.deductionAmount = Math.round(
-                  this.deptBudgetList.deductionAmount * 1000
-                )
+                // this.deptBudgetList.deductionAmount = Math.round(
+                //   this.deptBudgetList.deductionAmount * 1000
+                // )
                 // this.deptBudgetList.grossWeight /= 1000
                 //   this.deptBudgetList.tare /= 1000
                 //   this.deptBudgetList.netWeight /= 1000

+ 4 - 4
src/views/warehouse/warehouseManagementNoWeightOut.vue

@@ -1182,7 +1182,7 @@
                 this.dataList.tare /= 1000
                 this.dataList.netWeight /= 1000
                 this.dataList.pureWeight /= 1000
-                this.dataList.deductionAmount *= 1000
+                // this.dataList.deductionAmount *= 1000
                 this.dataList.deductionWeight /= 1000
                 addstorageputList(this.dataList)
                   .toPromise()
@@ -1225,9 +1225,9 @@
                     this.dataList.pureWeight = Math.round(
                       this.dataList.pureWeight * 1000
                     )
-                    this.dataList.deductionAmount = Math.round(
-                      this.dataList.deductionAmount / 1000
-                    )
+                    // this.dataList.deductionAmount = Math.round(
+                    //   this.dataList.deductionAmount / 1000
+                    // )
                     this.dataList.deductionWeight = Math.round(
                       this.dataList.deductionWeight * 1000
                     )

+ 4 - 4
src/views/warehouse/warehouseManagementTare.vue

@@ -1455,7 +1455,7 @@
               this.deptBudgetList.tare /= 1000
               this.deptBudgetList.netWeight /= 1000
               this.deptBudgetList.pureWeight /= 1000
-              this.deptBudgetList.deductionAmount *= 1000
+              // this.deptBudgetList.deductionAmount *= 1000
               this.deptBudgetList.deductionWeight /= 1000
               this.deptBudgetList.compId = localStorage.getItem('ws-pf_compId')
               this.deptBudgetList.skinInspector =
@@ -1507,9 +1507,9 @@
                   this.deptBudgetList.pureWeight = Math.round(
                     this.deptBudgetList.pureWeight * 1000
                   )
-                  this.deptBudgetList.deductionAmount = Math.round(
-                    this.deptBudgetList.deductionAmount / 1000
-                  )
+                  // this.deptBudgetList.deductionAmount = Math.round(
+                  //   this.deptBudgetList.deductionAmount / 1000
+                  // )
                   this.deptBudgetList.deductionWeight = Math.round(
                     this.deptBudgetList.deductionWeight * 1000
                   )