Commit 6f990958 authored by 黄奎's avatar 黄奎

页面修改

parent 169f77e6
......@@ -138,7 +138,7 @@
<td rowspan="2">
<el-select class="w95" filterable v-model="item.UnionBranchId">
<el-option label='请选择' :value="defaultBranchId"></el-option>
<el-option v-for="subItem in CompanyList" :label='subItem.BName' :value='subItem.Id' :key="subItem.Id">
<el-option v-for="subItem in CompanyList" :label='subItem.bName' :value='subItem.id' :key="subItem.id">
</el-option>
</el-select>
</td>
......@@ -369,11 +369,13 @@
);
},
getCompanyList() { //获取公司列表
this.apipost('admin_get_BranchGetList', this.getCompanyMsg, res => {
this.apipost('sellorder_post_GetBranchList', {}, res => {
if (res.data.resultCode == 1) {
this.CompanyList = res.data.data;
} else {}
}, err => {})
},
//点击选中日历日期获取联运数据
clickedDay(item) {
......
......@@ -929,7 +929,7 @@
RateOnDay: '-1',
RateOn: '-1',
TeamType: 2, //一日游的团
IsShowUnion: 0,
IsShowUnion: -1,
TCID: '',
},
remarkMsg: {
......@@ -1745,8 +1745,6 @@
},
created() {
this.GetLookAllTeamAuth();
//默认显示联运
this.queryMsg.IsShowUnion = 0;
let userInfo = this.getLocalStorage()
// 团提成权限
let ActionMenuCode = userInfo.ActionMenuCode;
......
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