|
@@ -69,7 +69,7 @@ INTERFACE_EXPORT = (() => {
|
|
|
{ name: 'Jsdw', value: getValueByKey(information, 'constructingUnits') }, // 建设单位
|
|
{ name: 'Jsdw', value: getValueByKey(information, 'constructingUnits') }, // 建设单位
|
|
|
{ name: 'Czzt', value: czzt[exportKind] }, // 操作状态:招标、投标、招标控制,即导出接口时,所选的文件类型
|
|
{ name: 'Czzt', value: czzt[exportKind] }, // 操作状态:招标、投标、招标控制,即导出接口时,所选的文件类型
|
|
|
{ name: 'Jsfs', value: taxModeMap[getValueByKey(information, 'taxMode')] || '1', type: TYPE.INT }, // 计税方式,默认1。1=一般计税 2=简易计税
|
|
{ name: 'Jsfs', value: taxModeMap[getValueByKey(information, 'taxMode')] || '1', type: TYPE.INT }, // 计税方式,默认1。1=一般计税 2=简易计税
|
|
|
- { name: 'Version', value: ['淮北', '铜陵', '毫州'].includes(subArea) ? '1.1' : '1.0' },
|
|
|
|
|
|
|
+ { name: 'Version', value: ['淮北', '铜陵', '亳州'].includes(subArea) ? '1.1' : '1.0' },
|
|
|
];
|
|
];
|
|
|
Element.call(this, 'JingJiBiao', attrs);
|
|
Element.call(this, 'JingJiBiao', attrs);
|
|
|
}
|
|
}
|