Browse Source

优化

master
xiaweibo1 4 years ago
parent
commit
7290e9d943
  1. 7
      src/components/page/Purchaser/wkPurchaser.vue
  2. 20
      src/components/page/Purchaser/wkThird.vue
  3. 22
      src/components/page/Purchaser/wkTrusteeship.vue

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

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

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

@ -302,10 +302,15 @@ export default {
}
}
this.upList.forEach((v,i)=>{
if(key==v.key){
if(key==v.key &&res.data[key]!=''){
if (key=='else_file' && res.data['else_file'] ==null) {
v.type=0;
v.url=[]
}else{
v.type=1;
v.url=res.data[key]
}
}
})
}
}
@ -418,6 +423,19 @@ export default {
.body{
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{
display: inline-block;
color: #C94C4C;

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

@ -314,10 +314,15 @@ export default {
}
}
this.upList.forEach((v,i)=>{
if(key==v.key){
if(key==v.key &&res.data[key]!=''){
if (key=='else_file' && res.data['else_file'] ==null) {
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:'number_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:'operator_card_front',required:false},
{name:'经办人身份证(反面)',type:0,url:'',key:'operator_card_backfacade',required:false},
@ -438,6 +443,19 @@ export default {
.body{
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{
display: inline-block;
color: #C94C4C;

Loading…
Cancel
Save