瀏覽代碼

fix: 安庆招标控制价

vian 4 年之前
父節點
當前提交
6a53f86bf8
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      web/building_saas/standard_interface/export/anhui_maanshan.js

+ 6 - 0
web/building_saas/standard_interface/export/anhui_maanshan.js

@@ -178,6 +178,12 @@ INTERFACE_EXPORT = (() => {
           { name: 'ZbrDbSfzh', value: getValueByKey(information, 'tenderAuthorizerIDNo') }, // 招标人法定代表人或其授权人身份证号
           { name: 'ZxrDbSfzh', value: getValueByKey(information, 'consultantAuthorizerTaxpayerIdentificationNo') }, // 造价咨询人法定代表或其授权人纳税识别号
         ],
+        '安庆': [
+          { name: 'ZbrNssbh', value: '' }, // 招标人纳税识别号
+          { name: 'ZxrNssbh', value: '' }, // 造价咨询人纳税识别号
+          { name: 'ZbrDbSfzh', value: '' }, // 招标人法定代表人或其授权人身份证号
+          { name: 'ZxrDbSfzh', value: '' }, // 造价咨询人法定代表或其授权人纳税识别号
+        ],
       };
       if (extraMap[subArea]) {
         attrs.push(...extraMap[subArea]);