Commit 92c0f6ac authored by youjie's avatar youjie

no message

parent c5e64cf0
......@@ -965,7 +965,7 @@ input[type="number"] {
<i class="iconfont icon-zhifupeizhiguanli"
@click="showTranTax(item.FrID,'1')"></i>
</el-tooltip>
<el-tooltip class="item" content="付款对象设置" placement="top" v-if="active==2 && istransaction == true && item.Type==1">
<el-tooltip class="item" content="付款对象设置" placement="top" v-if="(active==2 || active==3)&& istransaction == true && item.Type==2">
<i class="iconfont icon-zhifupeizhiguanli"
@click="showTranTax(item.FrID,'2')"></i>
</el-tooltip>
......@@ -2161,7 +2161,7 @@ export default {
this.transTax.ClientID = ''
this.ClientTypeList.forEach(x => {
if (x.ID == i) {
this.msg.RemitterName = x.Name;
// this.msg.RemitterName = x.Name;
this.financeinfo_post_GetClientAccountList(this.transTax.ClientType);
}
})
......
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