Commit 17eac151 authored by liudong1993's avatar liudong1993
parents 9440cf70 a2417025
...@@ -318,7 +318,7 @@ ...@@ -318,7 +318,7 @@
queryMsg: { queryMsg: {
pageIndex: 1, pageIndex: 1,
pageSize: 50, pageSize: 50,
LineID: 0, LineId: 0,
ltID: 0, ltID: 0,
PlaceID: 0, PlaceID: 0,
OutBranchId: -1, OutBranchId: -1,
......
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
<li> <li>
<span> <span>
<em>{{$t('advmanager.v_line')}}</em> <em>{{$t('advmanager.v_line')}}</em>
<el-select class='w150' v-model="queryMsg.LineID" filterable :placeholder="$t('pub.pleaseSel')" <el-select class='w150' v-model="queryMsg.LineId" filterable :placeholder="$t('pub.pleaseSel')"
@change="getLineTeamList()"> @change="getLineTeamList()">
<el-option :label="$t('pub.unlimitedSel')" :value='queryCommonData.SelectDefaultValue'></el-option> <el-option :label="$t('pub.unlimitedSel')" :value='queryCommonData.SelectDefaultValue'></el-option>
<el-option v-for="item in queryCommonData.LineList" :label='item.LineName' :value='item.LineID' <el-option v-for="item in queryCommonData.LineList" :label='item.LineName' :value='item.LineID'
...@@ -168,7 +168,6 @@ ...@@ -168,7 +168,6 @@
<tr> <tr>
<th width="50">{{$t('salesModule.Xu')}}</th> <th width="50">{{$t('salesModule.Xu')}}</th>
<th width="80">{{$t('Operation.Op_chutuan')}}</th> <th width="80">{{$t('Operation.Op_chutuan')}}</th>
<th width='200'>系列</th> <th width='200'>系列</th>
<th width="80">{{$t('fnc.tuanqi')}}</th> <th width="80">{{$t('fnc.tuanqi')}}</th>
<th width="80">{{$t('fnc.tuanqi')}}</th> <th width="80">{{$t('fnc.tuanqi')}}</th>
...@@ -287,7 +286,7 @@ ...@@ -287,7 +286,7 @@
queryMsg: { queryMsg: {
pageIndex: 1, pageIndex: 1,
pageSize: 50, pageSize: 50,
LineID: 0, LineId: 0,
ltID: 0, ltID: 0,
OutBranchId: -1, OutBranchId: -1,
QStartDate: "", QStartDate: "",
...@@ -351,7 +350,7 @@ ...@@ -351,7 +350,7 @@
getLineTeamList() { getLineTeamList() {
this.queryMsg.ltID = 0; this.queryMsg.ltID = 0;
let msg = { let msg = {
lineID: this.queryMsg.LineID, lineID: this.queryMsg.LineId,
isTOOP: 1 isTOOP: 1
}; };
this.apipost("team_post_GetList", msg, res => { this.apipost("team_post_GetList", msg, res => {
......
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