gjy 3 anni fa
parent
commit
2be18dc475
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      src/views/warehouse/warehouseManagementGross.vue

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

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