This commit is contained in:
weipengfei 2024-01-03 17:23:24 +08:00
parent 656d094a5f
commit bc64287b37
3 changed files with 14 additions and 14 deletions

View File

@ -490,15 +490,15 @@
</view> </view>
<view class="item"> <view class="item">
<view class="acea-row row-middle"> <view class="acea-row row-middle">
<text class="item-name">开户行名称:</text> <text class="item-name">银行:</text>
<input type="text" maxlength="30" placeholder="请输入开户行名称" v-model="merchantData.bank_username" <input type="text" maxlength="30" placeholder="请输入行名称" v-model="merchantData.bank_username"
@input="validateBtn" placeholder-class='placeholder' /> @input="validateBtn" placeholder-class='placeholder' />
</view> </view>
</view> </view>
<view class="item"> <view class="item">
<view class="acea-row row-middle"> <view class="acea-row row-middle">
<text class="item-name">开户行地址:</text> <text class="item-name">开户网点:</text>
<input type="text" placeholder="请输入开户行地址" v-model="merchantData.bank_opening" @input="validateBtn" <input type="text" placeholder="请输入开户网点" v-model="merchantData.bank_opening" @input="validateBtn"
placeholder-class='placeholder' /> placeholder-class='placeholder' />
</view> </view>
</view> </view>
@ -522,10 +522,10 @@
</view> </view>
</view> </view>
</view> </view> -->
<view class="item"> <view class="item">
<view class="acea-row row-middle"> <view class="acea-row row-middle">
<text class="item-name">银行卡反面:</text> <text class="item-name">银行卡:</text>
</view> </view>
<view class="item-card"> <view class="item-card">
<view class="item-carda" @click='uploadpic({type:3})' v-if='merchantData.bank_front.length==0'> <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> <view class="item-carda" @click='DelPic({type:3})' v-else>
<image :src="merchantData.bank_front" mode="aspectFit"></image> <image :src="merchantData.bank_front" mode="aspectFit"></image>
</view> </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> <image src="@/static/images/YHKF.png" mode="aspectFit"></image>
</view> </view>
<view class="item-cardb" @click='DelPic({type:4})' v-else> <view class="item-cardb" @click='DelPic({type:4})' v-else>
<image :src="merchantData.bank_back" mode="aspectFit"></image> <image :src="merchantData.bank_back" mode="aspectFit"></image>
</view>
</view>
</view> --> </view> -->
</view>
</view>
<button class='submitBtn' :class="validate === true? 'on':''" @click="formSubmit"> <button class='submitBtn' :class="validate === true? 'on':''" @click="formSubmit">
@ -791,10 +791,10 @@ export default {
title: '请输入对公账号' title: '请输入对公账号'
}); });
if (!value.bank_username) return that.$util.Tips({ if (!value.bank_username) return that.$util.Tips({
title: '请输入开户行名称' title: '请输入行名称'
}); });
if (!value.bank_opening) return that.$util.Tips({ if (!value.bank_opening) return that.$util.Tips({
title: '请输入开户行地址' title: '请输入开户网点'
}); });
// if (value.bank_front.length == 0) return that.$util.Tips({ // if (value.bank_front.length == 0) return that.$util.Tips({

View File

@ -237,11 +237,11 @@
</view> </view>
</view> </view>
<view class='item acea-row row-between'> <view class='item acea-row row-between'>
<view>开户</view> <view></view>
<view class='conter'>{{orderInfo.order_extend.bank_info.corporate_bank}}</view> <view class='conter'>{{orderInfo.order_extend.bank_info.corporate_bank}}</view>
</view> </view>
<view class='item acea-row row-between'> <view class='item acea-row row-between'>
<view>开户行地址</view> <view>开户网点</view>
<view class='conter'>{{orderInfo.order_extend.bank_info.corporate_bank_address}}</view> <view class='conter'>{{orderInfo.order_extend.bank_info.corporate_bank_address}}</view>
</view> </view>
</block> </block>

View File

@ -412,7 +412,7 @@
title: '请填写对公账号' title: '请填写对公账号'
}); });
if (!this.mode.bank_name) return this.$util.Tips({ if (!this.mode.bank_name) return this.$util.Tips({
title: '请填写银行' title: '请填写银行名称'
}); });
if (!this.mode.bank_address) return this.$util.Tips({ if (!this.mode.bank_address) return this.$util.Tips({
title: '请填写开户网点' title: '请填写开户网点'