Commit 7104047e authored by 黄媛媛's avatar 黄媛媛

11

parent 8834233f
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
} }
</style> </style>
<template> <template>
<div class="AirTicketApp"> <div class="AirTicketApp" style="padding-bottom:20px">
<div class="Header"> <div class="Header">
<el-col :span="8" style="margin:10px 0"> <el-col :span="8" style="margin:10px 0">
<el-date-picker <el-date-picker
......
...@@ -524,7 +524,7 @@ export default { ...@@ -524,7 +524,7 @@ export default {
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
this.groupId = this.msg.groupId = this.getCompanyMsg.RB_Group_Id = this.addMsg.groupId = userInfo.RB_Group_id; //集团 this.groupId = this.msg.groupId = this.getCompanyMsg.RB_Group_Id = this.addMsg.groupId = userInfo.RB_Group_id; //集团
this.msg.branchId = userInfo.RB_Branch_id; //公司 this.msg.branchId = userInfo.RB_Branch_id; //公司
if(userInfo.EmployeeId==6115){ if(userInfo.EmployeeId==615){
this.EditBtn=true; this.EditBtn=true;
} }
this.getList(); this.getList();
......
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