Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
zhengke
jz_Travel
Commits
c6590f5e
Commit
c6590f5e
authored
Mar 06, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单列表参数
parent
1a375c82
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
5 deletions
+21
-5
TicketOrderList.vue
pages/airTicket/TicketOrderList.vue
+8
-2
jz_MyOrder.vue
pages/jiuzhai/jz_MyOrder.vue
+6
-2
visa_MyOrder.vue
pages/visa/visa_MyOrder.vue
+7
-1
No files found.
pages/airTicket/TicketOrderList.vue
View file @
c6590f5e
...
@@ -41,7 +41,8 @@
...
@@ -41,7 +41,8 @@
orderState
:
0
,
orderState
:
0
,
GroupType
:
5
,
//机票订单
GroupType
:
5
,
//机票订单
queryDays
:
0
,
queryDays
:
0
,
OutBranchId
:
-
1
OutBranchId
:
-
1
,
DirectCustomerId
:
0
,
},
},
pageCount
:
0
,
pageCount
:
0
,
dataList
:
[],
dataList
:
[],
...
@@ -74,7 +75,12 @@
...
@@ -74,7 +75,12 @@
onLoad
(
options
)
{
onLoad
(
options
)
{
this
.
msg
.
orderState
=
options
.
orderState
?
options
.
orderState
:
0
;
this
.
msg
.
orderState
=
options
.
orderState
?
options
.
orderState
:
0
;
this
.
b2b_user_info
=
uni
.
getStorageSync
(
'b2b_user'
);
this
.
b2b_user_info
=
uni
.
getStorageSync
(
'b2b_user'
);
this
.
msg
.
CustomerId
=
this
.
b2b_user_info
.
customerId
;
//#ifdef MP-DI
this
.
msg
.
DirectCustomerId
=
this
.
b2b_user_info
.
customerId
;
//#endif
//#ifdef MP-AG
this
.
msg
.
CustomerId
=
this
.
b2b_user_info
.
customerId
;
//#endif
},
},
created
()
{},
created
()
{},
onShow
()
{
onShow
()
{
...
...
pages/jiuzhai/jz_MyOrder.vue
View file @
c6590f5e
...
@@ -223,6 +223,12 @@
...
@@ -223,6 +223,12 @@
// #endif
// #endif
},
},
onLoad
(
option
)
{
onLoad
(
option
)
{
//#ifdef MP-DI
this
.
msg
.
DirectCustomerId
=
this
.
b2b_user_info
.
customerId
;
//#endif
//#ifdef MP-AG
this
.
msg
.
CustomerId
=
this
.
b2b_user_info
.
customerId
;
//#endif
this
.
current
=
option
.
status
||
0
;
this
.
current
=
option
.
status
||
0
;
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
let
currentPages
=
getCurrentPages
();
let
currentPages
=
getCurrentPages
();
...
@@ -322,8 +328,6 @@
...
@@ -322,8 +328,6 @@
this
.
dataList
=
[];
this
.
dataList
=
[];
}
}
this
.
msg
.
MiniAppUserId
=
this
.
userInfo
.
UserId
;
this
.
msg
.
MiniAppUserId
=
this
.
userInfo
.
UserId
;
this
.
msg
.
CustomerId
=
this
.
b2b_user_info
.
customerId
;
this
.
msg
.
DirectCustomerId
=
this
.
b2b_user_info
.
directCustomerId
this
.
apipost
(
this
.
apipost
(
"sellorder_post_GetTravelOrderAppletList"
,
"sellorder_post_GetTravelOrderAppletList"
,
this
.
msg
,
this
.
msg
,
...
...
pages/visa/visa_MyOrder.vue
View file @
c6590f5e
...
@@ -178,7 +178,7 @@
...
@@ -178,7 +178,7 @@
pageIndex
:
1
,
//当前页
pageIndex
:
1
,
//当前页
pageSize
:
15
,
//每页显示条数
pageSize
:
15
,
//每页显示条数
VisaOrderStatus
:
0
,
//1 正常 2 取消 3 待付款
VisaOrderStatus
:
0
,
//1 正常 2 取消 3 待付款
ClientType
:
1
,
//1 小程序 2 微信 3 支付宝
ClientType
:
0
,
//1 同业 2 直客
},
},
showCoupons
:
false
,
showCoupons
:
false
,
couponMessage
:[],
couponMessage
:[],
...
@@ -223,6 +223,12 @@
...
@@ -223,6 +223,12 @@
// #endif
// #endif
},
},
onLoad
(
option
)
{
onLoad
(
option
)
{
//#ifdef MP-DI
this
.
msg
.
ClientType
=
2
//#endif
//#ifdef MP-AG
this
.
msg
.
ClientType
=
1
//#endif
this
.
current
=
option
.
status
||
0
;
this
.
current
=
option
.
status
||
0
;
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
let
currentPages
=
getCurrentPages
();
let
currentPages
=
getCurrentPages
();
...
...
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