Browse Source

TASK #5191 依测试调整

Tony Kang 7 months ago
parent
commit
b58055a8cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/building_saas/standard_interface/import/base.js

+ 1 - 1
web/building_saas/standard_interface/import/base.js

@@ -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 {