|
@@ -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>
|