Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
30c416ce
Commit
30c416ce
authored
Oct 20, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
c516ba8a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
39 deletions
+17
-39
index.vue
src/components/index.vue
+17
-39
No files found.
src/components/index.vue
View file @
30c416ce
...
...
@@ -1917,45 +1917,23 @@
}
},
testApi
()
{
// var postMsg = {};
// var cmd = "";
// cmd = "AirTicket_get_GetTicketProduct";
// postMsg = {
// StartDate: "2023-09-28", //开始日期
// EndDate: "2023-12-31", //结束日期
// DepartCityId: 343, //出发城市(西安)
// ArriveCityId: 653, //到达城市(东京)
// 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);
// }
// );
var
postMsg
=
{};
var
cmd
=
""
;
cmd
=
"AirTicket_get_GetTicketProduct"
;
postMsg
=
{
StartDate
:
"2023-09-28"
,
//开始日期
EndDate
:
"2023-12-31"
,
//结束日期
DepartCityId
:
343
,
//出发城市(西安)
ArriveCityId
:
653
,
//到达城市(东京)
AirLineID
:
0
,
//航空公司编号
TicketType
:
0
,
//类型(1-单程,2-往返)
}
this
.
apipost
(
cmd
,
postMsg
,
res
=>
{
console
.
log
(
"testApi"
,
res
);
}
);
},
//测试方法
testEmp
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment