|
@@ -184,7 +184,7 @@ const XMLStandard = (function () {
|
|
|
{name: '审核人', value: _util.getValueByKey(source.basicInformation, 'auditUnitAuditor')},
|
|
{name: '审核人', value: _util.getValueByKey(source.basicInformation, 'auditUnitAuditor')},
|
|
|
{name: '开工日期', value: _util.getValueByKey(source.basicInformation, 'commencementDate'), type: _config.TYPE.DATE},
|
|
{name: '开工日期', value: _util.getValueByKey(source.basicInformation, 'commencementDate'), type: _config.TYPE.DATE},
|
|
|
{name: '竣工日期', value: _util.getValueByKey(source.basicInformation, 'completionDate'), type: _config.TYPE.DATE},
|
|
{name: '竣工日期', value: _util.getValueByKey(source.basicInformation, 'completionDate'), type: _config.TYPE.DATE},
|
|
|
- {name: '编制日期', value: _util.getValueByKey(source.basicInformation, 'essentialEstablishDate'), type: _config.TYPE.DATE, required: true},
|
|
|
|
|
|
|
+ {name: '编制日期', value: _util.getValueByKey(source.basicInformation, 'establishDate'), type: _config.TYPE.DATE, required: true},
|
|
|
{name: '审核日期', value: _util.getValueByKey(source.basicInformation, 'auditDate'), type: _config.TYPE.DATE},
|
|
{name: '审核日期', value: _util.getValueByKey(source.basicInformation, 'auditDate'), type: _config.TYPE.DATE},
|
|
|
{name: '材料价格期', value: _util.getValueByKey(source.basicInformation, 'materialPricePeriod'), required: true},
|
|
{name: '材料价格期', value: _util.getValueByKey(source.basicInformation, 'materialPricePeriod'), required: true},
|
|
|
{name: '合同价类型', value: _util.getValueByKey(source.basicInformation, 'contractPriceType')},
|
|
{name: '合同价类型', value: _util.getValueByKey(source.basicInformation, 'contractPriceType')},
|
|
@@ -197,7 +197,7 @@ const XMLStandard = (function () {
|
|
|
//控制总价: 如果文件类型是“控制价”,则导出建设项目的工程造价;如果是“招标”、“投标”,则取0
|
|
//控制总价: 如果文件类型是“控制价”,则导出建设项目的工程造价;如果是“招标”、“投标”,则取0
|
|
|
let attrs = [
|
|
let attrs = [
|
|
|
{name: '招标代理机构', value: _util.getValueByKey(source.basicInformation, 'agency')},
|
|
{name: '招标代理机构', value: _util.getValueByKey(source.basicInformation, 'agency')},
|
|
|
- {name: '造价工程师', value: _util.getValueByKey(source.basicInformation, 'tenderingCostEngineer'), required: true},
|
|
|
|
|
|
|
+ {name: '造价工程师', value: _util.getValueByKey(source.basicInformation, 'tenderCostEngineer'), required: true},
|
|
|
{name: '造价工程师注册证号', value: _util.getValueByKey(source.basicInformation, 'tenderingRegistrationCertificateNumber'), required: true},
|
|
{name: '造价工程师注册证号', value: _util.getValueByKey(source.basicInformation, 'tenderingRegistrationCertificateNumber'), required: true},
|
|
|
{name: '招标工期', value: _util.getValueByKey(source.basicInformation, 'tenderingPeriod'), required: true, type: _config.TYPE.INT},
|
|
{name: '招标工期', value: _util.getValueByKey(source.basicInformation, 'tenderingPeriod'), required: true, type: _config.TYPE.INT},
|
|
|
{name: '控制总价', value: exportKind === _config.EXPORT_KIND.Control ? source.summaryInfo.engineeringCost : '0',
|
|
{name: '控制总价', value: exportKind === _config.EXPORT_KIND.Control ? source.summaryInfo.engineeringCost : '0',
|