Commit f1126477 authored by 黄奎's avatar 黄奎

页面修改

parent 22162c35
......@@ -1643,7 +1643,7 @@ tr._item_list td:last-child {
placement="top"
>
<i
v-if="active==1 && istransaction == true && item.Type==1"
v-if="active==2 && istransaction == true && item.Type==1"
class="iconfont icon-shezhi1"
@click="goSet(item,1)"
></i>
......@@ -1654,7 +1654,7 @@ tr._item_list td:last-child {
placement="top"
>
<i
v-if="active==1 && istransaction == true && item.Type==1"
v-if="(active==2 || active==3) && istransaction == true && item.Type==2"
class="iconfont icon-shezhi1"
@click="goSet(item,2)"
></i>
......@@ -3154,7 +3154,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