Commit 3ec505f4 authored by 吴春's avatar 吴春

1

parent e4075d87
...@@ -764,7 +764,8 @@ ...@@ -764,7 +764,8 @@
<p style="margin-left: 15px;"> <p style="margin-left: 15px;">
<span class="el-select "> <span class="el-select ">
<el-checkbox v-model="KingdeeClientIDCheck" @change="changeKingdeeClientID" :style="{'margin-top':KingdeeClientIDCheck?'0px':'6px'}">垫付对象</el-checkbox> <el-checkbox v-model="KingdeeClientIDCheck" @change="changeKingdeeClientID" :style="{'margin-top':KingdeeClientIDCheck?'0px':'6px'}">垫付对象</el-checkbox>
<el-select v-if="KingdeeClientIDCheck" <template v-if="KingdeeClientIDCheck">
<el-select
v-model="msg.KingdeeClientID" class="w135 _border_b_1" v-model="msg.KingdeeClientID" class="w135 _border_b_1"
filterable filterable
remote remote
...@@ -779,11 +780,13 @@ ...@@ -779,11 +780,13 @@
<div> <div>
<span>{{`${item.AccountAlias}(${item.AccountHolder}/${item.CardNum})`}}</span> <span>{{`${item.AccountAlias}(${item.AccountHolder}/${item.CardNum})`}}</span>
<span style="margin-left: 15px;"> <span style="margin-left: 15px;">
{{item.ID}}
<el-tag size="mini" v-if="item.Status==1">{{$t('pub.fressSel')}}</el-tag> <el-tag size="mini" v-if="item.Status==1">{{$t('pub.fressSel')}}</el-tag>
</span> </span>
</div> </div>
</el-option> </el-option>
</el-select>
</el-select></template>
</span> </span>
</p> </p>
</div> </div>
...@@ -1223,6 +1226,7 @@ ...@@ -1223,6 +1226,7 @@
if(!this.KingdeeClientIDCheck){ if(!this.KingdeeClientIDCheck){
this.msg.KingdeeClientID=''; this.msg.KingdeeClientID='';
} }
console.log("this.msg.KingdeeClientID",this.msg.KingdeeClientID);
}, },
GetClientAccountListByKeyWord(query) { GetClientAccountListByKeyWord(query) {
if (query !== '') { if (query !== '') {
...@@ -2400,7 +2404,6 @@ ...@@ -2400,7 +2404,6 @@
this.$forceUpdate() this.$forceUpdate()
this.editTemplateId = data.TemplateId; this.editTemplateId = data.TemplateId;
this.getCompany(); this.getCompany();
data.IsLeader = 1; data.IsLeader = 1;
this.msg = JSON.parse(JSON.stringify(data)); this.msg = JSON.parse(JSON.stringify(data));
if(this.msg.KingdeeClientID>0){ if(this.msg.KingdeeClientID>0){
...@@ -2860,7 +2863,6 @@ ...@@ -2860,7 +2863,6 @@
}, },
}, },
created() { created() {
var that = this; var that = this;
// crm自动登陆传过来的参数 // crm自动登陆传过来的参数
if (this.$route.query.crmOrderObj) { if (this.$route.query.crmOrderObj) {
......
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