|
|
@@ -279,7 +279,7 @@ const INTERFACE_EXPORT_BASE = (() => {
|
|
|
matched = target.find((bills) => getFlag(bills) === fixedFlag.DAYWORK_LABOR);
|
|
|
} else if (titleTypeToFlag[titleType] === fixedFlag.PROVISIONAL || /暂列金额[((]不含/.test(simpleName)) {
|
|
|
matched = target.find((bills) => getFlag(bills) === fixedFlag.PROVISIONAL);
|
|
|
- } else if (titleTypeToFlag[titleType] === fixedFlag.TOTAL_COST || /报价/.test(simpleName)) {
|
|
|
+ } else if (titleTypeToFlag[titleType] === fixedFlag.TOTAL_COST || /报价/.test(simpleName) || /控制价/.test(simpleName)) {
|
|
|
matched = target.find((bills) => getFlag(bills) === fixedFlag.TOTAL_COST);
|
|
|
}
|
|
|
} else {
|