Commit ce282fdf authored by 沈良进's avatar 沈良进

save

parent f611885c
...@@ -286,6 +286,11 @@ ...@@ -286,6 +286,11 @@
type="date"></el-date-picker> type="date"></el-date-picker>
</span> </span>
</li> </li>
<li>
<span><em>只查询有签证的团</em>
<!-- <el-switch v-model="msg.visaNum"></el-switch> -->
</span>
</li>
</ul> </ul>
</div> </div>
<el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage" <el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage"
...@@ -318,24 +323,13 @@ ...@@ -318,24 +323,13 @@
pageSize: 10, pageSize: 10,
LineId: "-1", LineId: "-1",
LineTeamId: "-1", LineTeamId: "-1",
AimPlaceId: "-1", tCID: "",
TCID: "", TCIDList: "",
StartTime: "", StartTime: "",
EndTime: "", EndTime: "",
BranchId: "-1", BranchId: "-1",
CityId: "-1",
DaysTrip: "",
SalePlat: [],
minGroupSize: "",
maxGroupSize: "",
minApplySize: "",
maxApplySize: "",
FlightID: "-1",
TCIDList: "",
WarningQuery: "-1",
RateOnDay: "-1",
RateOn: "-1",
Title: "", //团名 Title: "", //团名
visaNum: 0,
}, },
list: [], list: [],
LineList: [], LineList: [],
...@@ -343,7 +337,6 @@ ...@@ -343,7 +337,6 @@
AimPlaceList: [], AimPlaceList: [],
airlineList: [], airlineList: [],
companyList: [], companyList: [],
salePlace: [],
startCityList: [], startCityList: [],
startCityList1: [], startCityList1: [],
TCIDList: null, TCIDList: null,
...@@ -369,7 +362,7 @@ ...@@ -369,7 +362,7 @@
getList() { getList() {
this.loading = true; this.loading = true;
this.apipost( this.apipost(
"TaskManagemnet_get_GetSellProductCenter", "travel_post_GetTravelPricePage",
this.msg, this.msg,
(res) => { (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
...@@ -425,7 +418,6 @@ ...@@ -425,7 +418,6 @@
}, },
(res) => { (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.msg.AimPlaceId = "-1";
this.AimPlaceList = res.data.data; this.AimPlaceList = res.data.data;
} }
} }
...@@ -496,18 +488,6 @@ ...@@ -496,18 +488,6 @@
); );
}, },
getSalePlace() {
this.apipost(
"travel_get_GetTravelSelectEnum", {},
(res) => {
if (res.data.resultCode == 1) {
this.salePlace = res.data.data.SalePlat;
}
},
(err) => {}
);
},
handleCurrentChange(val) { handleCurrentChange(val) {
this.msg.pageIndex = val; this.msg.pageIndex = val;
this.getList(); this.getList();
...@@ -536,7 +516,6 @@ ...@@ -536,7 +516,6 @@
this.getCompanyList();//公司 this.getCompanyList();//公司
this.getList();//产品列表 this.getList();//产品列表
this.getLineList();//线路 this.getLineList();//线路
this.getSalePlace();//销售平台
this.getAirlineList();//获取航空公司 this.getAirlineList();//获取航空公司
this.getStartList();//出发城市 this.getStartList();//出发城市
this.getStartList1();//目的地 this.getStartList1();//目的地
......
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