|
@@ -4,11 +4,13 @@
|
|
<!-- 上传银行卡正面 -->
|
|
<!-- 上传银行卡正面 -->
|
|
<upload class="upload" :file-list='payeeAddressUrlList[0]' ref="upload" :action="action" :max-size="maxSize"
|
|
<upload class="upload" :file-list='payeeAddressUrlList[0]' ref="upload" :action="action" :max-size="maxSize"
|
|
:max-count="1" :size-type="['compressed']" @on-success="getImgUrl" @on-remove="onRemove"
|
|
:max-count="1" :size-type="['compressed']" @on-success="getImgUrl" @on-remove="onRemove"
|
|
|
|
+ delIconSize='30' delBgColor='rgba(0,0,0,0.4)' delIcon="trash"
|
|
@on-uploaded="isAdd = true" :before-upload="filterFileType" :options="uploadOptions"
|
|
@on-uploaded="isAdd = true" :before-upload="filterFileType" :options="uploadOptions"
|
|
:custom="uploadCustom"></upload>
|
|
:custom="uploadCustom"></upload>
|
|
<!-- 上传银行卡反面 -->
|
|
<!-- 上传银行卡反面 -->
|
|
<upload class="upload" :file-list='payeeAddressUrlList[1]' ref="upload" :action="action" :max-size="maxSize"
|
|
<upload class="upload" :file-list='payeeAddressUrlList[1]' ref="upload" :action="action" :max-size="maxSize"
|
|
:max-count="1" :size-type="['compressed']" @on-success="getImgUrl1" @on-remove="onRemove"
|
|
:max-count="1" :size-type="['compressed']" @on-success="getImgUrl1" @on-remove="onRemove"
|
|
|
|
+ delIconSize='30' delBgColor='rgba(0,0,0,0.4)' delIcon="trash"
|
|
@on-uploaded="isAdd = true" :before-upload="filterFileType" :options="uploadOptions1"
|
|
@on-uploaded="isAdd = true" :before-upload="filterFileType" :options="uploadOptions1"
|
|
:custom="uploadCustom"></upload>
|
|
:custom="uploadCustom"></upload>
|
|
</view>
|
|
</view>
|
|
@@ -55,7 +57,7 @@
|
|
<input style='text-align:right;' v-model='verifyCode' placeholder="请输入验证码" type="number" maxlength="6">
|
|
<input style='text-align:right;' v-model='verifyCode' placeholder="请输入验证码" type="number" maxlength="6">
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="c-row b-b" v-if="identityAuthenticationInfo.customerTypeFlag == 2">
|
|
|
|
|
|
+ <!-- <view class="c-row b-b" v-if="identityAuthenticationInfo.customerTypeFlag == 2">
|
|
<text class="tit">公司地址</text>
|
|
<text class="tit">公司地址</text>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
<input placeholder="请填写公司地址" name="input" v-model="identityAuthenticationInfo.compAddress"></input>
|
|
<input placeholder="请填写公司地址" name="input" v-model="identityAuthenticationInfo.compAddress"></input>
|
|
@@ -66,7 +68,7 @@
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
<input placeholder="请填写联系地址" name="input" v-model="identityAuthenticationInfo.compAddress"></input>
|
|
<input placeholder="请填写联系地址" name="input" v-model="identityAuthenticationInfo.compAddress"></input>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
<view class="c-row b-b" >
|
|
<view class="c-row b-b" >
|
|
<text class="tit">供应商姓名</text>
|
|
<text class="tit">供应商姓名</text>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
@@ -326,15 +328,15 @@
|
|
this.$api.msg('收款人身份证号输入错误')
|
|
this.$api.msg('收款人身份证号输入错误')
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- if (!this.identityAuthenticationInfo.compAddress) {
|
|
|
|
- this.$api.msg('联系地址不能为空')
|
|
|
|
- return
|
|
|
|
- }
|
|
|
|
- if (this.identityAuthenticationInfo.compAddress.length < 2 || this.identityAuthenticationInfo
|
|
|
|
- .compAddress.length > 40) {
|
|
|
|
- this.$api.msg('联系地址输入错误')
|
|
|
|
- return
|
|
|
|
- }
|
|
|
|
|
|
+ // if (!this.identityAuthenticationInfo.compAddress) {
|
|
|
|
+ // this.$api.msg('联系地址不能为空')
|
|
|
|
+ // return
|
|
|
|
+ // }
|
|
|
|
+ // if (this.identityAuthenticationInfo.compAddress.length < 2 || this.identityAuthenticationInfo
|
|
|
|
+ // .compAddress.length > 40) {
|
|
|
|
+ // this.$api.msg('联系地址输入错误')
|
|
|
|
+ // return
|
|
|
|
+ // }
|
|
} else if (this.identityAuthenticationInfo.customerTypeFlag == 2) {
|
|
} else if (this.identityAuthenticationInfo.customerTypeFlag == 2) {
|
|
if (!this.identityAuthenticationInfo.compAddress) {
|
|
if (!this.identityAuthenticationInfo.compAddress) {
|
|
this.$api.msg('公司地址不能为空')
|
|
this.$api.msg('公司地址不能为空')
|