Commit 17d8f546 authored by 黄奎's avatar 黄奎

地接酒店修改

parent eddbcd8d
......@@ -173,7 +173,7 @@
total: 0,
msg: {
pageIndex: 1,
pageSize: 5,
pageSize: 8,
SelectType: 1,
StartDate: '',
EndDate: '',
......@@ -181,7 +181,6 @@
HotelId: 0,
//日期
DateStr: "",
//出团公司
OutBranchIds: [],
LineId: 14,
......@@ -193,7 +192,6 @@
TCNUM: '',
PriceStatus: 0,
CombinationNum: ''
},
//分公司类表
companyList: [],
......
......@@ -296,7 +296,8 @@
var subItem = item.HotelOrderList[subIndex];
if (subItem.OrderID > 0) {
that.apipost('dmcstatistics_post_DeleteHotelOrder', {
ID: subItem.OrderID
ID: subItem.OrderID,
TCID:subItem.TCID
}, res => {
if (res.data.resultCode == 1) {
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