Commit ae58b7e6 authored by 华国豪's avatar 华国豪 🙄

no message

parent f6bbb6bd
......@@ -266,7 +266,7 @@
</el-select>
</p>
</template>
<template v-if="msg.ClientType==7&&msg.IsLeader==0">
<template v-if="msg.ClientType==7&&msg.IsLeader==0&&msg.IsPublic!=4">
<p >{{$t('fnc.ldmingcheng')}}
<el-input v-model='msg.RemitterName' :placeholder="$t('system.ph_name')" class="w425 _border_b_1"></el-input>
</p>
......@@ -274,7 +274,10 @@
<template v-if="(msg.IsPublic==2||msg.IsPublic==3)&&msg.IsLeader==1">
<p>&nbsp;</p>
</template>
<p class="_r_time"><span>{{yaer}}</span> {{$t('pub.year')}} <span>{{month}}</span> {{$t('pub.month')}} <span>{{dateS}}</span> {{$t('fnc.day')}} <span>{{timer}}</span></p>
<p v-if="GetDetail.IsPublic==4" class="_r_name" style="color: #fff;"></p>
<p class="_r_time">
<span>{{yaer}}</span> {{$t('pub.year')}} <span>{{month}}</span> {{$t('pub.month')}} <span>{{dateS}}</span> {{$t('fnc.day')}} <span>{{timer}}</span>
</p>
</div>
<table class="Receipt_table" border="1" bordercolor="#106BAF" style="border-collapse:collapse;">
<tr>
......@@ -655,6 +658,7 @@ export default {
this.$forceUpdate();
},
IsPublicChange(val){
console.log(123123)
this.showDisable=false;
this.msg.ClientType = '';
......@@ -1069,7 +1073,6 @@ export default {
})
},
financeinfo_post_GetClientAccountList(t,i){ //获取付款 对象类型 新增用
console.log(1111111111)
let msg = {
ID:0,
Type:t,
......@@ -1079,7 +1082,7 @@ export default {
if(i){
msg.ID=i;
}else{
this.msg.ClientID='';
// this.msg.ClientID='';
this.msg.AccountNumber='';
this.msg.RemitterName='';
this.msg.IsLeader=1;
......
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