Bladeren bron

fix:安徽-马鞍山、池州导出基本信息key调整

vian 5 jaren geleden
bovenliggende
commit
1fb5468ac2

+ 25 - 25
web/building_saas/standard_interface/export/anhui_chizhou.js

@@ -79,7 +79,7 @@ INTERFACE_EXPORT = (() => {
                 { name: '建设地址', value: getValueByKey(info, 'constructionAddress') },
                 { name: '建设地址', value: getValueByKey(info, 'constructionAddress') },
                 { name: '项目概况', value: getValueByKey(info, 'projOverview') },
                 { name: '项目概况', value: getValueByKey(info, 'projOverview') },
                 { name: '建设性质', value: getValueByKey(info, 'natureConstruction') },
                 { name: '建设性质', value: getValueByKey(info, 'natureConstruction') },
-                { name: '专业划分', value: getValueByKey(info, 'technicalGradeHighway') },
+                { name: '专业划分', value: getValueByKey(info, 'roadGrade') },
                 { name: '道路里程', value: getValueByKey(info, 'roadDistance') },
                 { name: '道路里程', value: getValueByKey(info, 'roadDistance') },
                 { name: '设计单位', value: getValueByKey(info, 'designUnit') },
                 { name: '设计单位', value: getValueByKey(info, 'designUnit') },
                 { name: '计税方式', value: getValueByKey(info, 'taxMode') },
                 { name: '计税方式', value: getValueByKey(info, 'taxMode') },
@@ -99,12 +99,12 @@ INTERFACE_EXPORT = (() => {
                 { name: '造价咨询人纳税识别号', value: getValueByKey(info, 'costConsultantTaxpayerIdentificationNo') },
                 { name: '造价咨询人纳税识别号', value: getValueByKey(info, 'costConsultantTaxpayerIdentificationNo') },
                 { name: '造价咨询人法定代表人或其授权人', value: getValueByKey(info, 'consultantAuthorizer') },
                 { name: '造价咨询人法定代表人或其授权人', value: getValueByKey(info, 'consultantAuthorizer') },
                 { name: '造价咨询法人或其授权人身份证号', value: getValueByKey(info, 'consultantAuthorizerTaxpayerIdentificationNo') },
                 { name: '造价咨询法人或其授权人身份证号', value: getValueByKey(info, 'consultantAuthorizerTaxpayerIdentificationNo') },
-                { name: '编制人', value: getValueByKey(info, 'tenderCompiler') },
-                { name: '编制人资格证号', value: getValueByKey(info, 'tenderCompilerQualificationCertificateNo') },
-                { name: '编制日期', value: getValueByKey(info, 'compilationTime'), type: TYPE.DATE},
-                { name: '复核人', value: getValueByKey(info, 'tenderExaminer') },
-                { name: '复核人资格证号', value: getValueByKey(info, 'tenderExaminerQualificationCertificateNo') },
-                { name: '复核日期', value: getValueByKey(info, 'reviewTime'), type: TYPE.DATE }
+                { name: '编制人', value: getValueByKey(info, 'compileApprover') },
+                { name: '编制人资格证号', value: getValueByKey(info, 'compileCertNo') },
+                { name: '编制日期', value: getValueByKey(info, 'compileDate'), type: TYPE.DATE},
+                { name: '复核人', value: getValueByKey(info, 'reviewApprover') },
+                { name: '复核人资格证号', value: getValueByKey(info, 'reviewCertNo') },
+                { name: '复核日期', value: getValueByKey(info, 'reviewDate'), type: TYPE.DATE }
             ];
             ];
             Element.call(this, '招标信息', attrs);
             Element.call(this, '招标信息', attrs);
         }
         }
@@ -118,16 +118,16 @@ INTERFACE_EXPORT = (() => {
                 { name: '造价咨询人纳税识别号', value: getValueByKey(info, 'costConsultantTaxpayerIdentificationNo') },
                 { name: '造价咨询人纳税识别号', value: getValueByKey(info, 'costConsultantTaxpayerIdentificationNo') },
                 { name: '造价咨询人法定代表人或其授权人', value: getValueByKey(info, 'consultantAuthorizer') },
                 { name: '造价咨询人法定代表人或其授权人', value: getValueByKey(info, 'consultantAuthorizer') },
                 { name: '造价咨询法人或其授权人身份证号', value: getValueByKey(info, 'consultantAuthorizerTaxpayerIdentificationNo') },
                 { name: '造价咨询法人或其授权人身份证号', value: getValueByKey(info, 'consultantAuthorizerTaxpayerIdentificationNo') },
-                { name: '编制人', value: getValueByKey(info, 'tenderCompiler') },
-                { name: '编制人资格证号', value: getValueByKey(info, 'tenderCompilerQualificationCertificateNo') },
-                { name: '编制日期', value: getValueByKey(info, 'compilationTime'), type: TYPE.DATE},
-                { name: '复核人', value: getValueByKey(info, 'tenderExaminer') },
-                { name: '复核人资格证号', value: getValueByKey(info, 'tenderExaminerQualificationCertificateNo') },
-                { name: '复核日期', value: getValueByKey(info, 'reviewTime'), type: TYPE.DATE },
+                { name: '编制人', value: getValueByKey(info, 'compileApprover') },
+                { name: '编制人资格证号', value: getValueByKey(info, 'compileCertNo') },
+                { name: '编制日期', value: getValueByKey(info, 'compileDate'), type: TYPE.DATE},
+                { name: '复核人', value: getValueByKey(info, 'reviewApprover') },
+                { name: '复核人资格证号', value: getValueByKey(info, 'reviewCertNo') },
+                { name: '复核日期', value: getValueByKey(info, 'reviewDate'), type: TYPE.DATE },
 
 
-                { name: '审核人', value: getValueByKey(info, 'tenderExaminer') },
-                { name: '审核人资格证号', value: getValueByKey(info, 'reviewerQualificationCertificateNo') },
-                { name: '审核日期', value: getValueByKey(info, 'reviewTime'), type: TYPE.DATE },
+                { name: '审核人', value: getValueByKey(info, 'examineApprover') },
+                { name: '审核人资格证号', value: getValueByKey(info, 'examineCertNo') },
+                { name: '审核日期', value: getValueByKey(info, 'examineDate'), type: TYPE.DATE },
 
 
                 { name: '控制价总价', value: summary.totalCost, type: TYPE.DECIMAL },
                 { name: '控制价总价', value: summary.totalCost, type: TYPE.DECIMAL },
                 { name: '工期', value: getValueByKey(info, 'timeLimit') },
                 { name: '工期', value: getValueByKey(info, 'timeLimit') },
@@ -144,15 +144,15 @@ INTERFACE_EXPORT = (() => {
                 { name: '投标人纳税识别号', value: getValueByKey(info, 'bidderAuthorizerIDNo') },
                 { name: '投标人纳税识别号', value: getValueByKey(info, 'bidderAuthorizerIDNo') },
                 { name: '投标人法定代表或其授权人', value: getValueByKey(info, 'bidderAuthorizer') },
                 { name: '投标人法定代表或其授权人', value: getValueByKey(info, 'bidderAuthorizer') },
                 { name: '投标人法人或其授权人身份证号', value: getValueByKey(info, 'bidderAuthorizerTaxpayerIdentificationNo') },
                 { name: '投标人法人或其授权人身份证号', value: getValueByKey(info, 'bidderAuthorizerTaxpayerIdentificationNo') },
-                { name: '编制人', value: getValueByKey(info, 'tenderCompiler') },
-                { name: '编制人资格证号', value: getValueByKey(info, 'tenderCompilerQualificationCertificateNo') },
-                { name: '编制日期', value: getValueByKey(info, 'compilationTime'), type: TYPE.DATE},
-                { name: '复核人', value: getValueByKey(info, 'tenderExaminer') },
-                { name: '复核人资格证号', value: getValueByKey(info, 'tenderExaminerQualificationCertificateNo') },
-                { name: '复核日期', value: getValueByKey(info, 'reviewTime'), type: TYPE.DATE },
-                { name: '审核人', value: getValueByKey(info, 'tenderExaminer') },
-                { name: '审核人资格证号', value: getValueByKey(info, 'auditorNo') },
-                { name: '审核日期', value: getValueByKey(info, 'reviewTime'), type: TYPE.DATE },
+                { name: '编制人', value: getValueByKey(info, 'compileApprover') },
+                { name: '编制人资格证号', value: getValueByKey(info, 'compileCertNo') },
+                { name: '编制日期', value: getValueByKey(info, 'compileDate'), type: TYPE.DATE},
+                { name: '复核人', value: getValueByKey(info, 'reviewApprover') },
+                { name: '复核人资格证号', value: getValueByKey(info, 'reviewCertNo') },
+                { name: '复核日期', value: getValueByKey(info, 'reviewDate'), type: TYPE.DATE },
+                { name: '审核人', value: getValueByKey(info, 'examineApprover') },
+                { name: '审核人资格证号', value: getValueByKey(info, 'examineCertNo') },
+                { name: '审核日期', value: getValueByKey(info, 'examineDate'), type: TYPE.DATE },
 
 
                 { name: '投标总价', value: summary.totalCost, type: TYPE.DECIMAL },
                 { name: '投标总价', value: summary.totalCost, type: TYPE.DECIMAL },
                 { name: '工期', value: getValueByKey(info, 'timeLimit') },
                 { name: '工期', value: getValueByKey(info, 'timeLimit') },

+ 10 - 10
web/building_saas/standard_interface/export/anhui_maanshan.js

@@ -82,10 +82,10 @@ INTERFACE_EXPORT = (() => {
         { name: 'Zxr', value: getValueByKey(information, 'costConsultant') }, // 造价咨询人
         { name: 'Zxr', value: getValueByKey(information, 'costConsultant') }, // 造价咨询人
         { name: 'ZbrDb', value: getValueByKey(information, 'tenderAuthorizer') }, // 招标人法定代表人或其授权人
         { name: 'ZbrDb', value: getValueByKey(information, 'tenderAuthorizer') }, // 招标人法定代表人或其授权人
         { name: 'ZxrDb', value: getValueByKey(information, 'consultantAuthorizer') }, // 造价咨询人法定代表人或其授权人
         { name: 'ZxrDb', value: getValueByKey(information, 'consultantAuthorizer') }, // 造价咨询人法定代表人或其授权人
-        { name: 'Bzr', value: getValueByKey(information, 'tenderCompiler') }, // 编制人
-        { name: 'Fhr', value: getValueByKey(information, 'tenderExaminer') }, // 复核人
-        { name: 'BzTime', value: getValueByKey(information, 'compilationTime'), type: TYPE.DATE }, // 编制时间
-        { name: 'FhTime', value: getValueByKey(information, 'reviewTime'), type: TYPE.DATE }, // 复核时间
+        { name: 'Bzr', value: getValueByKey(information, 'compileApprover') }, // 编制人
+        { name: 'Fhr', value: getValueByKey(information, 'reviewApprover') }, // 复核人
+        { name: 'BzTime', value: getValueByKey(information, 'compileDate'), type: TYPE.DATE }, // 编制时间
+        { name: 'FhTime', value: getValueByKey(information, 'reviewDate'), type: TYPE.DATE }, // 复核时间
       ];
       ];
       // 额外字段
       // 额外字段
       const extraMap = {
       const extraMap = {
@@ -115,10 +115,10 @@ INTERFACE_EXPORT = (() => {
         { name: 'Zxr', value: getValueByKey(information, 'costConsultant') }, // 造价咨询人
         { name: 'Zxr', value: getValueByKey(information, 'costConsultant') }, // 造价咨询人
         { name: 'ZbrDb', value: getValueByKey(information, 'tenderAuthorizer') }, // 招标人法定代表人或其授权人
         { name: 'ZbrDb', value: getValueByKey(information, 'tenderAuthorizer') }, // 招标人法定代表人或其授权人
         { name: 'ZxrDb', value: getValueByKey(information, 'consultantAuthorizer') }, // 造价咨询人法定代表人或其授权人
         { name: 'ZxrDb', value: getValueByKey(information, 'consultantAuthorizer') }, // 造价咨询人法定代表人或其授权人
-        { name: 'Bzr', value: getValueByKey(information, 'tenderCompiler') }, // 编制人
-        { name: 'Fhr', value: getValueByKey(information, 'tenderExaminer') }, // 复核人
-        { name: 'BzTime', value: getValueByKey(information, 'compilationTime'), type: TYPE.DATE }, // 编制时间
-        { name: 'FhTime', value: getValueByKey(information, 'reviewTime'), type: TYPE.DATE }, // 复核时间
+        { name: 'Bzr', value: getValueByKey(information, 'compileApprover') }, // 编制人
+        { name: 'Fhr', value: getValueByKey(information, 'reviewApprover') }, // 复核人
+        { name: 'BzTime', value: getValueByKey(information, 'compileDate'), type: TYPE.DATE }, // 编制时间
+        { name: 'FhTime', value: getValueByKey(information, 'reviewDate'), type: TYPE.DATE }, // 复核时间
         { name: 'Zbkzj', value: totalCost, type: TYPE.DECIMAL }, // 控制价总价(元),取“投标报价”的金额。
         { name: 'Zbkzj', value: totalCost, type: TYPE.DECIMAL }, // 控制价总价(元),取“投标报价”的金额。
       ];
       ];
       // 额外字段
       // 额外字段
@@ -148,8 +148,8 @@ INTERFACE_EXPORT = (() => {
         { name: 'Zbr', value: getValueByKey(information, 'tendereeName') }, // 招标人
         { name: 'Zbr', value: getValueByKey(information, 'tendereeName') }, // 招标人
         { name: 'Tbr', value: getValueByKey(information, 'bidder') }, // 投标人
         { name: 'Tbr', value: getValueByKey(information, 'bidder') }, // 投标人
         { name: 'TbrDb', value: getValueByKey(information, 'bidderAuthorizer') }, // 投标人法定代表或其授权
         { name: 'TbrDb', value: getValueByKey(information, 'bidderAuthorizer') }, // 投标人法定代表或其授权
-        { name: 'Bzr', value: getValueByKey(information, 'tenderCompiler') }, // 编制人
-        { name: 'BzTime', value: getValueByKey(information, 'compilationTime'), type: TYPE.DATE }, // 编制时间
+        { name: 'Bzr', value: getValueByKey(information, 'compileApprover') }, // 编制人
+        { name: 'BzTime', value: getValueByKey(information, 'compileDate'), type: TYPE.DATE }, // 编制时间
         { name: 'Tbzj', value: totalCost, type: TYPE.DECIMAL }, // 控制价总价(元),取“投标报价”的金额。
         { name: 'Tbzj', value: totalCost, type: TYPE.DECIMAL }, // 控制价总价(元),取“投标报价”的金额。
       ];
       ];
       // 额外字段
       // 额外字段