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

1

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