Browse Source

优化

master
xiaweibo1 4 years ago
parent
commit
7290e9d943
  1. 11
      src/components/page/Purchaser/wkPurchaser.vue
  2. 24
      src/components/page/Purchaser/wkThird.vue
  3. 26
      src/components/page/Purchaser/wkTrusteeship.vue

11
src/components/page/Purchaser/wkPurchaser.vue

@ -312,9 +312,14 @@ export default {
} }
} }
this.upList.forEach((v,i)=>{ this.upList.forEach((v,i)=>{
if(key==v.key){ if(key==v.key &&res.data[key]!=''){
v.type=1; if (key=='else_file' && res.data['else_file'] ==null) {
v.url=res.data[key] v.type=0;
v.url=[]
}else{
v.type=1;
v.url=res.data[key]
}
} }
}) })
} }

24
src/components/page/Purchaser/wkThird.vue

@ -302,9 +302,14 @@ export default {
} }
} }
this.upList.forEach((v,i)=>{ this.upList.forEach((v,i)=>{
if(key==v.key){ if(key==v.key &&res.data[key]!=''){
v.type=1; if (key=='else_file' && res.data['else_file'] ==null) {
v.url=res.data[key] v.type=0;
v.url=[]
}else{
v.type=1;
v.url=res.data[key]
}
} }
}) })
} }
@ -418,6 +423,19 @@ export default {
.body{ .body{
margin-top: 20px; margin-top: 20px;
} }
.examine_img{
width: 144px;
height: 129px;
}
.error_msg{
margin-top: 60px;
text-align: left;
}
.error_msg> p{
color: #555555;
font-size: 14px;
margin-bottom: 10px;
}
.examine_tips_span{ .examine_tips_span{
display: inline-block; display: inline-block;
color: #C94C4C; color: #C94C4C;

26
src/components/page/Purchaser/wkTrusteeship.vue

@ -314,9 +314,14 @@ export default {
} }
} }
this.upList.forEach((v,i)=>{ this.upList.forEach((v,i)=>{
if(key==v.key){ if(key==v.key &&res.data[key]!=''){
v.type=1; if (key=='else_file' && res.data['else_file'] ==null) {
v.url=res.data[key] v.type=0;
v.url=[]
}else{
v.type=1;
v.url=res.data[key]
}
} }
}) })
} }
@ -335,7 +340,7 @@ export default {
{name:'法人身份证件(反面)',type:0,url:'',key:'legal_card_backfacade',required:true}, {name:'法人身份证件(反面)',type:0,url:'',key:'legal_card_backfacade',required:true},
{name:' 数字证书申请表',type:0,url:'',key:'number_certificate',required:true}, {name:' 数字证书申请表',type:0,url:'',key:'number_certificate',required:true},
{name:' 银行开户证明',type:0,url:'',key:'bank_account_certificate',required:true}, {name:' 银行开户证明',type:0,url:'',key:'bank_account_certificate',required:true},
{name:'标的证明文件',type:0,url:'',key:'asset_certificate',required:true}, // {name:'',type:0,url:'',key:'asset_certificate',required:true},
{name:'法人授权委托书',type:0,url:'',key:'legal_authorization',required:false}, {name:'法人授权委托书',type:0,url:'',key:'legal_authorization',required:false},
{name:'经办人身份证(正反面)',type:0,url:'',key:'operator_card_front',required:false}, {name:'经办人身份证(正反面)',type:0,url:'',key:'operator_card_front',required:false},
{name:'经办人身份证(反面)',type:0,url:'',key:'operator_card_backfacade',required:false}, {name:'经办人身份证(反面)',type:0,url:'',key:'operator_card_backfacade',required:false},
@ -438,6 +443,19 @@ export default {
.body{ .body{
margin-top: 20px; margin-top: 20px;
} }
.examine_img{
width: 144px;
height: 129px;
}
.error_msg{
margin-top: 60px;
text-align: left;
}
.error_msg> p{
color: #555555;
font-size: 14px;
margin-bottom: 10px;
}
.examine_tips_span{ .examine_tips_span{
display: inline-block; display: inline-block;
color: #C94C4C; color: #C94C4C;

Loading…
Cancel
Save