|
@@ -1752,7 +1752,7 @@
|
|
if (
|
|
if (
|
|
this.deptBudgetList.grossWeight &&
|
|
this.deptBudgetList.grossWeight &&
|
|
this.deptBudgetList.tare &&
|
|
this.deptBudgetList.tare &&
|
|
- this.deptBudgetList.deductionWeight
|
|
|
|
|
|
+ (this.deptBudgetList.deductionWeight||this.deptBudgetList.deductionWeight == 0)
|
|
) {
|
|
) {
|
|
this.deptBudgetList.netWeight = Number(
|
|
this.deptBudgetList.netWeight = Number(
|
|
this.deptBudgetList.grossWeight -
|
|
this.deptBudgetList.grossWeight -
|
|
@@ -1765,7 +1765,7 @@
|
|
if (
|
|
if (
|
|
this.deptBudgetList.grossWeight &&
|
|
this.deptBudgetList.grossWeight &&
|
|
this.deptBudgetList.tare &&
|
|
this.deptBudgetList.tare &&
|
|
- this.deptBudgetList.deductionWeight
|
|
|
|
|
|
+ (this.deptBudgetList.deductionWeight||this.deptBudgetList.deductionWeight == 0)
|
|
) {
|
|
) {
|
|
this.deptBudgetList.netWeight = Number(
|
|
this.deptBudgetList.netWeight = Number(
|
|
this.deptBudgetList.grossWeight -
|
|
this.deptBudgetList.grossWeight -
|