Commit 1d70e6e4 authored by liudong1993's avatar liudong1993

1

parent cecec1de
...@@ -687,7 +687,7 @@ ...@@ -687,7 +687,7 @@
cursor: pointer; cursor: pointer;
background-color: #47BF8C; background-color: #47BF8C;
outline: none;" class="iconfont icon-money" outline: none;" class="iconfont icon-money"
v-if="scope.row.Type==1&&(istransaction == true || isJapanCommission == true || userinfo.EmployeeId == 3390)" v-if="scope.row.Type==1&&(istransaction == true || isJapanCommission == true)"
@click="editCommission(scope.row)"> @click="editCommission(scope.row)">
</i> </i>
</el-tooltip> </el-tooltip>
...@@ -1152,7 +1152,7 @@ ...@@ -1152,7 +1152,7 @@
if (ActionMenuCode.indexOf('F_Update_CurrencyRate') != -1) { if (ActionMenuCode.indexOf('F_Update_CurrencyRate') != -1) {
this.F_Update_CurrencyRate = true; this.F_Update_CurrencyRate = true;
} }
if (ActionMenuCode.indexOf("F_Trademodify") != -1) { if (ActionMenuCode.indexOf("F_Trademodify") != -1 || userinfo.EmployeeId == 3390) {
this.istransaction = true; this.istransaction = true;
} }
if (userinfo.RB_Branch_id == 1218 && ActionMenuCode.indexOf('isJapanCommission') != -1) { if (userinfo.RB_Branch_id == 1218 && ActionMenuCode.indexOf('isJapanCommission') != -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