Commit f83cf4af authored by liudong1993's avatar liudong1993

1

parent 315931b6
......@@ -223,7 +223,7 @@
</span>
<button class="hollowFixedBtn" @click="resetPageIndex()">{{$t('pub.searchBtn')}}</button>
<button class="normalBtn" @click="method5()">{{$t('visa.v_daochu')}}</button>
<button class="normalBtn" @click="GenerateDocuments()">{{$t('objFill.generatedocuments')}}</button>
<button v-if="FinanceCreate" class="normalBtn" @click="GenerateDocuments()">{{$t('objFill.generatedocuments')}}</button>
</li>
</ul>
</div>
......@@ -571,7 +571,8 @@
DepartIDs: '',
heightQueryBox: false,
JapanCarCustomerList: [],
typeSystem: 0
typeSystem: 0,
FinanceCreate: false
}
},
created() {
......@@ -612,6 +613,10 @@
if (localStorage.typeSystem && localStorage.typeSystem == 1) this.typeSystem = localStorage.typeSystem
if (this.typeSystem == 1) this.msg.OtherType = '80'
let userInfo = this.getLocalStorage();
let ActionMenuCode = userInfo.ActionMenuCode;
if (ActionMenuCode.indexOf("F_Query_AllIncomPay") != -1) {
this.FinanceCreate = true;
}
this.getCompanyMsg.RB_Group_Id = this.employeeMsg.GroupId = this.getDepartmentMsg.RB_Group_Id = userInfo
.RB_Group_id; //集团ID
this.DepartIDs = userInfo.RB_Department_Id;
......
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