|
@@ -389,7 +389,9 @@ module.exports = app => {
|
|
|
{data: preStage, fields: ['contract_qty', 'contract_tp', 'qc_qty', 'qc_tp'], prefix: 'pre_', relaId: 'lid'}
|
|
|
]);
|
|
|
}
|
|
|
+
|
|
|
this.billsTree.loadDatas(billsData);
|
|
|
+ this.billsTree.setting.calcFields = ['deal_tp', 'total_price', 'contract_tp', 'qc_tp', 'gather_tp', 'pre_contract_tp', 'pre_qc_tp', 'pre_gather_tp'];
|
|
|
this.billsTree.calculateAll();
|
|
|
|
|
|
if (this._checkFieldsExist(fields, billsFields.bgl)) {
|