Commit 6697d3f5 authored by youjie's avatar youjie

car系统固定 车行订单类型

parent ec9d4328
...@@ -177,7 +177,8 @@ ...@@ -177,7 +177,8 @@
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
<el-form-item label="订单类型"> <el-form-item label="订单类型">
<el-select filterable v-model='msg.OtherType' class=""> <el-select filterable v-model='msg.OtherType' class=""
:disabled="!typeSystem">
<el-option key="0" value="0" label="不限"></el-option> <el-option key="0" value="0" label="不限"></el-option>
<el-option key="63" value="63" label="团队"></el-option> <el-option key="63" value="63" label="团队"></el-option>
<el-option key="61" value="61" label="酒店"></el-option> <el-option key="61" value="61" label="酒店"></el-option>
...@@ -618,6 +619,7 @@ export default { ...@@ -618,6 +619,7 @@ export default {
DepartIDs:'', DepartIDs:'',
heightQueryBox:false, heightQueryBox:false,
JapanCarCustomerList:[], JapanCarCustomerList:[],
typeSystem: 0
} }
}, },
created(){ created(){
...@@ -655,6 +657,7 @@ export default { ...@@ -655,6 +657,7 @@ export default {
} }
}, },
mounted(){ mounted(){
this.typeSystem = localStorage.typeSystem
let userInfo=this.getLocalStorage(); let userInfo=this.getLocalStorage();
this.getCompanyMsg.RB_Group_Id= this.employeeMsg.GroupId = this.getDepartmentMsg.RB_Group_Id = userInfo.RB_Group_id; //集团ID this.getCompanyMsg.RB_Group_Id= this.employeeMsg.GroupId = this.getDepartmentMsg.RB_Group_Id = userInfo.RB_Group_id; //集团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