Commit 5654acd9 authored by 华国豪's avatar 华国豪 🙄
parents 3d1fc95a 17d8f546
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
total: 0, total: 0,
msg: { msg: {
pageIndex: 1, pageIndex: 1,
pageSize: 5, pageSize: 8,
SelectType: 1, SelectType: 1,
StartDate: '', StartDate: '',
EndDate: '', EndDate: '',
...@@ -181,7 +181,6 @@ ...@@ -181,7 +181,6 @@
HotelId: 0, HotelId: 0,
//日期 //日期
DateStr: "", DateStr: "",
//出团公司 //出团公司
OutBranchIds: [], OutBranchIds: [],
LineId: 14, LineId: 14,
...@@ -193,7 +192,6 @@ ...@@ -193,7 +192,6 @@
TCNUM: '', TCNUM: '',
PriceStatus: 0, PriceStatus: 0,
CombinationNum: '' CombinationNum: ''
}, },
//分公司类表 //分公司类表
companyList: [], companyList: [],
......
...@@ -296,7 +296,8 @@ ...@@ -296,7 +296,8 @@
var subItem = item.HotelOrderList[subIndex]; var subItem = item.HotelOrderList[subIndex];
if (subItem.OrderID > 0) { if (subItem.OrderID > 0) {
that.apipost('dmcstatistics_post_DeleteHotelOrder', { that.apipost('dmcstatistics_post_DeleteHotelOrder', {
ID: subItem.OrderID ID: subItem.OrderID,
TCID:subItem.TCID
}, res => { }, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
that.Success(res.data.message); that.Success(res.data.message);
......
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