Commit 7991a70d authored by 黄奎's avatar 黄奎

页面修改

parent 41660da6
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
OrderId: 0, OrderId: 0,
currentPage: 1, currentPage: 1,
isGetTicket: 1, //不查询机票 isGetTicket: 1, //不查询机票
isGetZiYouXing: 1, //不查询自由行 isGetZiYouXing: 0, //查询自由行
}, },
IsHaveLeader: 1, //1-有领队,0-无领队 IsHaveLeader: 1, //1-有领队,0-无领队
IsLeaderGuide: 0, //1-领兼导,0-领队 IsLeaderGuide: 0, //1-领兼导,0-领队
...@@ -219,7 +219,7 @@ ...@@ -219,7 +219,7 @@
let msg = { let msg = {
TCID: this.msg.TCID, TCID: this.msg.TCID,
isGetTicket: 1, //不查询机票 isGetTicket: 1, //不查询机票
isGetZiYouXing: 1, //不查询自由行 isGetZiYouXing: 0, //查询自由行
}; };
var fileName = "旅客名单.xls"; var fileName = "旅客名单.xls";
if (this.QueryMsg.TeamInfoData != null) { if (this.QueryMsg.TeamInfoData != null) {
......
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