Commit 89ad4388 authored by youjie's avatar youjie

no message

parent a71e62a3
......@@ -376,7 +376,7 @@
</p>
<div class="rb_top_row _r_mb5">
<p>{{$t('fnc.fkuanzhanghu')}}
<el-select filterable v-model='bankType' placeholder="" @change="getAccountList(bankType)"
<el-select filterable v-model='bankType' placeholder="" @change="getAccountList(bankType),getCourseId()"
class="w100 _border_b_1">
<el-option v-for='item in AccList' :label='item.Name' :value='item.ID' :key='item.ID'>
</el-option>
......@@ -632,8 +632,8 @@
<span>
<el-input v-if="msg.CourseId!=12&&msg.CourseId>0" type="text" class="w135 _border_b_1"
v-model="msg.PayReceipt_No" placeholder="输入银行卡号后四位" style="width: 364px;" clearable></el-input>
<el-select v-if="msg.CourseId==12&&PlatformUserNameList&&PlatformUserNameList.length>0" v-model="msg.PayReceipt_No" placeholder="选择平台用户名称" clearable
<el-select v-if="msg.CourseId==12&&PlatformUserNameList&&PlatformUserNameList.length>0"
v-model="msg.PayReceipt_No" placeholder="选择平台用户名称" clearable
class="w135 _border_b_1"
style="width: 100%;">
<el-option v-for="(item,index) in PlatformUserNameList" :key="index" :label="item"
......@@ -979,11 +979,7 @@
// 客户平台名称
getCourseId(){
if(!this.msg.CourseId){
this.msg.PayReceipt_No = ''
this.msg.Course_Name = ''
return
}
this.msg.PayReceipt_No = ''
let list = this.PaymentMethodList.filter(x=>{ return x.Id==this.msg.CourseId })
this.msg.Course_Name = list[0].Name
this.$forceUpdate()
......@@ -1285,11 +1281,13 @@
if(i!=12){
this.msg.CourseId = 1
this.AccountPrompt = '请输入参加活动的转账卡号,不输入则此单不参与'
this.msg.Course_Name = '银行卡'
}if(i==12){
this.msg.CourseId = 12
this.AccountPrompt = '请输入参加活动的平台用户名称,不输入则此单不参与'
this.msg.Course_Name = '平台'
}
this.getCourseId()
if (!t) {
this.msg.BankList[0].AccountId = '';
this.AccountNumber = '';
......
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