gjy 3 years ago
parent
commit
2be18dc475
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/warehouse/warehouseManagementGross.vue

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

@@ -1683,7 +1683,7 @@
             this.deptBudgetList.grossWeight -
             this.deptBudgetList.grossWeight -
             this.deptBudgetList.tare -
             this.deptBudgetList.tare -
             this.deptBudgetList.deductionWeight
             this.deptBudgetList.deductionWeight
-          )
+          ).toFixed(2)
         }
         }
       },
       },
       grossWeightchange(e) {
       grossWeightchange(e) {
@@ -1696,7 +1696,7 @@
             this.deptBudgetList.grossWeight -
             this.deptBudgetList.grossWeight -
             this.deptBudgetList.tare -
             this.deptBudgetList.tare -
             this.deptBudgetList.deductionWeight
             this.deptBudgetList.deductionWeight
-          )
+          ).toFixed(2)
         }
         }
       },
       },
       contractNoChange(e) {
       contractNoChange(e) {
@@ -2107,4 +2107,4 @@
   /deep/.neifor .el-input--small .el-input__inner {
   /deep/.neifor .el-input--small .el-input__inner {
     width: 100%;
     width: 100%;
   }
   }
-</style>
+</style>