Explorar o código

TASK #5191 依测试调整

Tony Kang hai 9 meses
pai
achega
b58055a8cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
           matched = target.find((bills) => getFlag(bills) === fixedFlag.DAYWORK_LABOR);
         } else if (titleTypeToFlag[titleType] === fixedFlag.PROVISIONAL || /暂列金额[((]不含/.test(simpleName)) {
         } else if (titleTypeToFlag[titleType] === fixedFlag.PROVISIONAL || /暂列金额[((]不含/.test(simpleName)) {
           matched = target.find((bills) => getFlag(bills) === fixedFlag.PROVISIONAL);
           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);
           matched = target.find((bills) => getFlag(bills) === fixedFlag.TOTAL_COST);
         }
         }
       } else {
       } else {