Commit a1d2aad0 by 李宏达

lhd

parent 84e5201f
......@@ -623,20 +623,24 @@
<h4><i class="selftmreg_shuxian"></i>材料信息</h4>
<div style="font-size:14px;font-family:PingFangSC-Regular; font-weight:400;">
<div style="width: 100%;margin-bottom: 23px;padding-left: 40px;box-sizing: border-box;">
<div v-if="apply.businessLicensePic" style="display:inline-block;padding-left:10px;cursor: pointer;">
<div v-if="apply.businessLicensePic" style="display:inline-block;padding-left:10px;cursor: pointer;text-align: center;color: rgb(99, 101, 105);">
<img @click="window.open(apply.businessLicensePic)" v-if="apply.businessLicensePic"
src="/imgs/sbzc/yyzzD.png" style="height:118px;width:98px;border: 2px dashed rgb(233, 233, 233);">
<div>营业执照</div>
</div>
<div v-if="apply.identityCardPic" style="display:inline-block;padding-left:10px;cursor: pointer;">
<div v-if="apply.identityCardPic" style="display:inline-block;padding-left:10px;cursor: pointer;text-align: center;color: rgb(99, 101, 105);">
<img @click="window.open(apply.identityCardPic)" v-if="apply.identityCardPic" src="/imgs/sbzc/wtsD.png"
style="height:118px;width:98px;border: 2px dashed rgb(233, 233, 233);">
<div>身份证明</div>
</div>
<div v-if="apply.sealAuthorizeStuff" style="display:inline-block;padding-left:10px;cursor: pointer;">
<div v-if="apply.sealAuthorizeStuff" style="display:inline-block;padding-left:10px;cursor: pointer;text-align: center;color: rgb(99, 101, 105);">
<img @click="window.open(apply.sealAuthorizeStuff)" :src="apply.sealAuthorizeStuff"
style="height:118px;width:98px;border: 2px dashed rgb(233, 233, 233);">
<div>代理委托书</div>
</div>
<div v-if="apply.descUrl" style="display:inline-block;padding-left:10px;cursor: pointer;">
<div v-if="apply.descUrl" style="display:inline-block;padding-left:10px;cursor: pointer;text-align: center;color: rgb(99, 101, 105);">
<img @click="window.open(apply.descUrl)" :src="apply.descUrl" style="height:118px;width:98px;border: 2px dashed rgb(233, 233, 233);">
<div>优先权证明</div>
</div>
</div>
<div style="clear:both"></div>
......
......@@ -1061,6 +1061,7 @@
var that = this;
if (formName == "form" || formName == "apply") {
if (formName == "apply") {
console.log(this.apply);
if (this.apply.customerType != 'person' && this.apply.sealAuthorizeStuff == '' || this.apply.businessLicensePic == '' ) {
return that.$message.warning(`请按要求上传资料`);
}else if ( this.apply.customerType == 'person' && this.apply.identityCardPic == '' || this.apply.sealAuthorizeStuff == '' || this.apply.businessLicensePic == '') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment