Commit b2f8cfb6 authored by youjie's avatar youjie

成本月结固定车行类型

parent 14290649
......@@ -178,7 +178,7 @@
<el-col :span="4">
<el-form-item label="订单类型">
<el-select filterable v-model='msg.OtherType' class=""
:disabled="!typeSystem">
:disabled="typeSystem">
<el-option key="0" value="0" label="不限"></el-option>
<el-option key="63" value="63" label="团队"></el-option>
<el-option key="61" value="61" label="酒店"></el-option>
......@@ -658,7 +658,7 @@ export default {
},
mounted(){
this.typeSystem = localStorage.typeSystem
if(this.typeSystem==1) this.msg.OtherType = '80'
let userInfo=this.getLocalStorage();
this.getCompanyMsg.RB_Group_Id= this.employeeMsg.GroupId = this.getDepartmentMsg.RB_Group_Id = userInfo.RB_Group_id; //集团ID
this.DepartIDs = userInfo.RB_Department_Id;
......
......@@ -1754,7 +1754,6 @@
},
mounted() {
this.typeSystem = localStorage.typeSystem
if(this.typeSystem==1) this.msg.OtherType = 80
let that = this;
this.qjGroupId = this.QjGroupId();
this.apipost('user_post_GetNowVote', {}, r => {
......
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