Commit ade994e2 authored by liudong1993's avatar liudong1993

营收变更报表权限

parent c1b17d43
......@@ -1331,6 +1331,7 @@ export default {
Export(){
let msg ={};
msg.EmployeeId = this.userId;
msg.TCID=this.TCID;
this.GetLocalFile(
"financestatistics_post_OutToExcelChangeHistoryReportList",
msg,
......
......@@ -526,7 +526,7 @@ tr._item_list td:last-child {
<p v-if="UpdateStaus==1">正在更新,更新开始时间 {{UpdateStartTime}}</p>
<p v-if="UpdateStaus==2">上次更新时间 {{UpdateStartTime}}</p>
</el-col>
<el-col :span="6">
<el-col :span="6" v-if="userId==1||userId==5">
<el-button @click="msg.Is_Open=0,SetTravelClose()" type="danger" size="small" round :loading="btnloading">开启团队收支</el-button>
<el-button @click="msg.Is_Open=1,SetTravelClose()" type="danger" size="small" round :loading="btnloading">关闭团队收支</el-button>
</el-col>
......
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