diff --git a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue index 54ccc17db..bf9c32c44 100644 --- a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue +++ b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue @@ -168,7 +168,7 @@ import ImportFile from '@/components/ImportFileData/index' confirmLoading: false, disabled: false, form:{ - qymc:'' + qymc:'安徽江淮汽车集团股份有限公司' }, url: { exportData: '/ota/otaBaSjSjmbcx/exportData', @@ -215,8 +215,7 @@ import ImportFile from '@/components/ImportFileData/index' this.form.bapc=undefined this.form.dllx1=undefined this.form.dllx2=undefined - // this.form.qymc='安徽江淮汽车集团股份有限公司' - this.form.qymc='' + this.form.qymc='安徽江淮汽车集团股份有限公司' }else{ this.form=res.result if(res.result.dllx1==null){ diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue index 27d90dfd9..573c06e46 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue @@ -36,10 +36,10 @@ @@ -245,7 +245,7 @@ import { message } from 'ant-design-vue' cxmb:undefined, txzd:'', djbh:'', - qymc:'', + qymc:'安徽江淮汽车集团股份有限公司', cplb:undefined, cpsb:'', ggpc:'', @@ -343,6 +343,9 @@ import { message } from 'ant-design-vue' if(res.result.cplb == null){ res.result.cplb = undefined } + if(res.result.qymc == null){ + res.result.qymc = '安徽江淮汽车集团股份有限公司' + } this.form.dllx1=res.result.dllx1 this.form.dllx2=res.result.dllx2 this.form.cplb=res.result.cplb diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/safetyPrecautions.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/safetyPrecautions.vue index d57a5aa42..0a195ba8e 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/components/safetyPrecautions.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/safetyPrecautions.vue @@ -207,6 +207,7 @@ import ImportFile from '@/components/ImportFileData/index' this.dataSource[2].info= res.result.sjsbcs this.dataSource[3].info= res.result.xxaqjz if(res.result.zmclList.length != 0){ + this.dataSource[0].uploadName = res.result.zmclList this.dataSource[0].certifyingmaterials = this.$t('viewFile') } this.fileList.uploadName = res.result.zmclList diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/upgradeRequirements.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/upgradeRequirements.vue index 42d0199c9..621c91ba3 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/components/upgradeRequirements.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/upgradeRequirements.vue @@ -229,6 +229,7 @@ export default { this.dataSource[8].relevantverification=Number(res.result.sjgg) this.dataSource[9].relevantverification=Number(res.result.sjzt) if(res.result.zmclList.length != 0){ + this.dataSource[0].uploadName = res.result.zmclList this.dataSource[0].certifyingmaterials = this.$t('viewFile') } this.fileList.uploadName = res.result.zmclList