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