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

页面修改

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