Commit e8287ada authored by youjie's avatar youjie

no message

parent d07911c4
......@@ -98,7 +98,7 @@
</div>
<div style="flex-shrink: 0;justify-content: end;align-items: flex-end;"
v-if="y==item.CurrencyRateList.length-1">
v-if="y==item.CurrencyRateList.length-1&&isRateAuthoTW">
<i v-if="item.FinanceIdList.length==0"
class="el-icon-edit"
style="color: #409eff;cursor: pointer;" @click="editRate(item)"></i>
......@@ -208,6 +208,7 @@
btnLoading: false,
BranchList:[],
cMaker:false,//是否可以制单
isRateAuthoTW: false,//是否可以修改汇率
}
},
mounted() {
......@@ -220,6 +221,9 @@
if (ActionMenuCode.indexOf('home_DCommissionZD') != -1) {
this.cMaker = true;
}
if (ActionMenuCode.indexOf('isRateAuthoTW') != -1){
this.isRateAuthoTW = true
}
this.getList();
this.getCompanyList()
......
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