Commit 3dd95eb1 authored by 黄奎's avatar 黄奎

页面修改

parent 644806ce
...@@ -1917,17 +1917,45 @@ ...@@ -1917,17 +1917,45 @@
} }
}, },
testApi() { testApi() {
var postMsg = { // var postMsg = {};
PageIndex: 1, // var cmd = "";
PageSize: 10, // cmd = "AirTicket_get_GetTicketProduct";
StartDate:"2023-09-26" // postMsg = {
}; // StartDate: "2023-09-28", //开始日期
this.apipost( // EndDate: "2023-12-31", //结束日期
"AirTicket_get_GetTicketProductPage", postMsg, // DepartCityId: 343, //出发城市(西安)
res => { // ArriveCityId: 653, //到达城市(东京)
console.log("testApi", res); // AirLineID: 0, //航空公司编号
} // TicketType: 0, //类型(1-单程,2-往返)
); // }
// // cmd = "sellorder_post_SetOrderInfoForAirTicket";
// // postMsg = {
// // OrderId: 0, //新增传0
// // AirticketId:0,//选中的机票编号
// // TCID: 18024, //团期编号
// // CustomerId: 23435, //同行Id(461671400@qq.com)
// // ManNum: 1,//成人
// // BabyNum: 1,//婴儿
// // GuestNum: 2,//总人数
// // YSeatNum: 1, //经济舱
// // FSeatNum: 0, //头等舱
// // ESeatNum: 0, //商务舱
// // OrderSource: 5, //小程序
// // Unit_Price: 3580, //单价
// // PreferPrice: 7160, //应收
// // GuestList: [{
// // SurName: "HK",
// // IdCard: "IdCard",
// // MobilePhone: "13551126755",
// // }],
// // PlaceOrderFrom:1,//下单平台
// // };
// this.apipost(
// cmd, postMsg,
// res => {
// console.log("testApi", res);
// }
// );
}, },
//测试方法 //测试方法
testEmp() { testEmp() {
......
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