This commit is contained in:
parent
656d094a5f
commit
bc64287b37
|
@ -490,15 +490,15 @@
|
|||
</view>
|
||||
<view class="item">
|
||||
<view class="acea-row row-middle">
|
||||
<text class="item-name">开户行名称:</text>
|
||||
<input type="text" maxlength="30" placeholder="请输入开户行名称" v-model="merchantData.bank_username"
|
||||
<text class="item-name">银行:</text>
|
||||
<input type="text" maxlength="30" placeholder="请输入银行名称" v-model="merchantData.bank_username"
|
||||
@input="validateBtn" placeholder-class='placeholder' />
|
||||
</view>
|
||||
</view>
|
||||
<view class="item">
|
||||
<view class="acea-row row-middle">
|
||||
<text class="item-name">开户行地址:</text>
|
||||
<input type="text" placeholder="请输入开户行地址" v-model="merchantData.bank_opening" @input="validateBtn"
|
||||
<text class="item-name">开户网点:</text>
|
||||
<input type="text" placeholder="请输入开户网点" v-model="merchantData.bank_opening" @input="validateBtn"
|
||||
placeholder-class='placeholder' />
|
||||
</view>
|
||||
</view>
|
||||
|
@ -522,10 +522,10 @@
|
|||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="item">
|
||||
<view class="acea-row row-middle">
|
||||
<text class="item-name">银行卡反面:</text>
|
||||
<text class="item-name">银行卡:</text>
|
||||
</view>
|
||||
<view class="item-card">
|
||||
<view class="item-carda" @click='uploadpic({type:3})' v-if='merchantData.bank_front.length==0'>
|
||||
|
@ -534,15 +534,15 @@
|
|||
<view class="item-carda" @click='DelPic({type:3})' v-else>
|
||||
<image :src="merchantData.bank_front" mode="aspectFit"></image>
|
||||
</view>
|
||||
<view class="item-cardb" @click='uploadpic({type:4})' v-if='merchantData.bank_back.length==0'>
|
||||
<!-- <view class="item-cardb" @click='uploadpic({type:4})' v-if='merchantData.bank_back.length==0'>
|
||||
<image src="@/static/images/YHKF.png" mode="aspectFit"></image>
|
||||
</view>
|
||||
|
||||
<view class="item-cardb" @click='DelPic({type:4})' v-else>
|
||||
<image :src="merchantData.bank_back" mode="aspectFit"></image>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
|
||||
|
||||
<button class='submitBtn' :class="validate === true? 'on':''" @click="formSubmit">
|
||||
|
@ -791,10 +791,10 @@ export default {
|
|||
title: '请输入对公账号'
|
||||
});
|
||||
if (!value.bank_username) return that.$util.Tips({
|
||||
title: '请输入开户行名称'
|
||||
title: '请输入银行名称'
|
||||
});
|
||||
if (!value.bank_opening) return that.$util.Tips({
|
||||
title: '请输入开户行地址'
|
||||
title: '请输入开户网点'
|
||||
});
|
||||
|
||||
// if (value.bank_front.length == 0) return that.$util.Tips({
|
||||
|
|
|
@ -237,11 +237,11 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class='item acea-row row-between'>
|
||||
<view>开户行:</view>
|
||||
<view>银行:</view>
|
||||
<view class='conter'>{{orderInfo.order_extend.bank_info.corporate_bank}}</view>
|
||||
</view>
|
||||
<view class='item acea-row row-between'>
|
||||
<view>开户行地址:</view>
|
||||
<view>开户网点:</view>
|
||||
<view class='conter'>{{orderInfo.order_extend.bank_info.corporate_bank_address}}</view>
|
||||
</view>
|
||||
</block>
|
||||
|
|
|
@ -412,7 +412,7 @@
|
|||
title: '请填写对公账号'
|
||||
});
|
||||
if (!this.mode.bank_name) return this.$util.Tips({
|
||||
title: '请填写银行'
|
||||
title: '请填写银行名称'
|
||||
});
|
||||
if (!this.mode.bank_address) return this.$util.Tips({
|
||||
title: '请填写开户网点'
|
||||
|
|
Loading…
Reference in New Issue