|
|
@@ -125,6 +125,10 @@ INTERFACE_IMPORT = (() => {
|
|
|
}
|
|
|
bill.calcFlag = 1;
|
|
|
}
|
|
|
+ if (bill.name == '投标报价') {
|
|
|
+ let formula = getValue(i, ['CostComposition', 'Formula', '_Formulas']);
|
|
|
+ bill.exCalcStr = formula || '';
|
|
|
+ }
|
|
|
tender.bills.push(bill);
|
|
|
}
|
|
|
// 山东的 formula 还得调整
|
|
|
@@ -256,6 +260,7 @@ INTERFACE_IMPORT = (() => {
|
|
|
cacheObj[bill.formulaCode] = bill;
|
|
|
}
|
|
|
if (typeof bill.calcBase === 'string' && bill.calcBase.length > 0) {
|
|
|
+ if (bill.exCalcStr) bill.calcBase = bill.exCalcStr;
|
|
|
calcBills.push(bill);
|
|
|
}
|
|
|
}
|