bug 67654
企业名称默认值
This commit is contained in:
+2
-3
@@ -168,7 +168,7 @@ import ImportFile from '@/components/ImportFileData/index'
|
|||||||
confirmLoading: false,
|
confirmLoading: false,
|
||||||
disabled: false,
|
disabled: false,
|
||||||
form:{
|
form:{
|
||||||
qymc:''
|
qymc:'安徽江淮汽车集团股份有限公司'
|
||||||
},
|
},
|
||||||
url: {
|
url: {
|
||||||
exportData: '/ota/otaBaSjSjmbcx/exportData',
|
exportData: '/ota/otaBaSjSjmbcx/exportData',
|
||||||
@@ -215,8 +215,7 @@ import ImportFile from '@/components/ImportFileData/index'
|
|||||||
this.form.bapc=undefined
|
this.form.bapc=undefined
|
||||||
this.form.dllx1=undefined
|
this.form.dllx1=undefined
|
||||||
this.form.dllx2=undefined
|
this.form.dllx2=undefined
|
||||||
// this.form.qymc='安徽江淮汽车集团股份有限公司'
|
this.form.qymc='安徽江淮汽车集团股份有限公司'
|
||||||
this.form.qymc=''
|
|
||||||
}else{
|
}else{
|
||||||
this.form=res.result
|
this.form=res.result
|
||||||
if(res.result.dllx1==null){
|
if(res.result.dllx1==null){
|
||||||
|
|||||||
@@ -36,10 +36,10 @@
|
|||||||
<a-form-model-item class="itemModel">
|
<a-form-model-item class="itemModel">
|
||||||
<a-input
|
<a-input
|
||||||
:max-length="50"
|
:max-length="50"
|
||||||
:disabled="disabled"
|
|
||||||
class="box-input"
|
class="box-input"
|
||||||
:placeholder="$t('pleaseEnter')"
|
:placeholder="$t('pleaseEnter')"
|
||||||
:title='form.qymc'
|
:title='form.qymc'
|
||||||
|
disabled
|
||||||
v-model="form.qymc">
|
v-model="form.qymc">
|
||||||
</a-input>
|
</a-input>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
@@ -245,7 +245,7 @@ import { message } from 'ant-design-vue'
|
|||||||
cxmb:undefined,
|
cxmb:undefined,
|
||||||
txzd:'',
|
txzd:'',
|
||||||
djbh:'',
|
djbh:'',
|
||||||
qymc:'',
|
qymc:'安徽江淮汽车集团股份有限公司',
|
||||||
cplb:undefined,
|
cplb:undefined,
|
||||||
cpsb:'',
|
cpsb:'',
|
||||||
ggpc:'',
|
ggpc:'',
|
||||||
@@ -343,6 +343,9 @@ import { message } from 'ant-design-vue'
|
|||||||
if(res.result.cplb == null){
|
if(res.result.cplb == null){
|
||||||
res.result.cplb = undefined
|
res.result.cplb = undefined
|
||||||
}
|
}
|
||||||
|
if(res.result.qymc == null){
|
||||||
|
res.result.qymc = '安徽江淮汽车集团股份有限公司'
|
||||||
|
}
|
||||||
this.form.dllx1=res.result.dllx1
|
this.form.dllx1=res.result.dllx1
|
||||||
this.form.dllx2=res.result.dllx2
|
this.form.dllx2=res.result.dllx2
|
||||||
this.form.cplb=res.result.cplb
|
this.form.cplb=res.result.cplb
|
||||||
|
|||||||
@@ -207,6 +207,7 @@ import ImportFile from '@/components/ImportFileData/index'
|
|||||||
this.dataSource[2].info= res.result.sjsbcs
|
this.dataSource[2].info= res.result.sjsbcs
|
||||||
this.dataSource[3].info= res.result.xxaqjz
|
this.dataSource[3].info= res.result.xxaqjz
|
||||||
if(res.result.zmclList.length != 0){
|
if(res.result.zmclList.length != 0){
|
||||||
|
this.dataSource[0].uploadName = res.result.zmclList
|
||||||
this.dataSource[0].certifyingmaterials = this.$t('viewFile')
|
this.dataSource[0].certifyingmaterials = this.$t('viewFile')
|
||||||
}
|
}
|
||||||
this.fileList.uploadName = res.result.zmclList
|
this.fileList.uploadName = res.result.zmclList
|
||||||
|
|||||||
@@ -229,6 +229,7 @@ export default {
|
|||||||
this.dataSource[8].relevantverification=Number(res.result.sjgg)
|
this.dataSource[8].relevantverification=Number(res.result.sjgg)
|
||||||
this.dataSource[9].relevantverification=Number(res.result.sjzt)
|
this.dataSource[9].relevantverification=Number(res.result.sjzt)
|
||||||
if(res.result.zmclList.length != 0){
|
if(res.result.zmclList.length != 0){
|
||||||
|
this.dataSource[0].uploadName = res.result.zmclList
|
||||||
this.dataSource[0].certifyingmaterials = this.$t('viewFile')
|
this.dataSource[0].certifyingmaterials = this.$t('viewFile')
|
||||||
}
|
}
|
||||||
this.fileList.uploadName = res.result.zmclList
|
this.fileList.uploadName = res.result.zmclList
|
||||||
|
|||||||
Reference in New Issue
Block a user