Commit 6697d3f5 authored by youjie's avatar youjie

car系统固定 车行订单类型

parent ec9d4328
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
<el-form-item label="模板类型:"> <el-form-item label="模板类型:">
<el-select v-model="msg.TemplateIds" filterable > <el-select v-model="msg.TemplateIds" filterable >
...@@ -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>
...@@ -229,8 +230,8 @@ ...@@ -229,8 +230,8 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
</template> </template>
</el-row> </el-row>
</el-form> </el-form>
...@@ -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,7 +657,8 @@ export default { ...@@ -655,7 +657,8 @@ 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
this.DepartIDs = userInfo.RB_Department_Id; this.DepartIDs = userInfo.RB_Department_Id;
...@@ -884,7 +887,7 @@ export default { ...@@ -884,7 +887,7 @@ export default {
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
let data = res.data.data; let data = res.data.data;
this.ClientAccountList = data; this.ClientAccountList = data;
} }
}, },
......
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