Jelajahi Sumber

TASK #5191 依测试调整

Tony Kang 7 bulan lalu
induk
melakukan
b58055a8cb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 {