|
@@ -298,6 +298,7 @@
|
|
|
type: this.information,
|
|
|
weight: this.weighingList.grossWeight
|
|
|
}
|
|
|
+ this.deptBudgetTotal = this.mList.length
|
|
|
}
|
|
|
this.weighingList = this.mList[0]
|
|
|
} else {
|
|
@@ -311,6 +312,7 @@
|
|
|
type: this.information,
|
|
|
weight: this.weighingList.tare
|
|
|
}
|
|
|
+ this.deptBudgetTotal = this.pList.length
|
|
|
}
|
|
|
this.weighingList = this.pList[0]
|
|
|
}
|