@@ -54,6 +54,8 @@ $(document).ready(() => {
node.sf_tp = tender.info.sf_tp;
node.end_sf_tp = tender.info.end_sf_tp;
}, categoryLevel, true);
+ infoTree.setting.calcFields = ['total_price', 'contract_price', 'contract_tp', 'qc_tp', 'gather_tp', 'end_contract_tp', 'end_qc_tp', 'end_gather_tp', 'yf_tp', 'end_yf_tp', 'sf_tp', 'end_sf_tp'];
+ treeCalc.calculateAll(infoTree);
},
refreshInfoTree: function(categoryLevel) {
this.rebuildInfoTree(categoryLevel);