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
e414715a
Commit
e414715a
authored
Jul 30, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
84552fd7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
orderdetails.vue
pages/bus/orderdetails.vue
+7
-6
No files found.
pages/bus/orderdetails.vue
View file @
e414715a
...
...
@@ -734,16 +734,17 @@
this
.
initData
(
res
.
data
.
ProductId
)
if
(
this
.
OrderNo
==
''
)
this
.
OrderNo
=
res
.
data
.
OrderNo
this
.
peopleNum
=
Number
(
this
.
orderData
.
ManNum
)
+
Number
(
this
.
orderData
.
ChildNum
)
+
Number
(
this
.
orderData
.
BabyNum
);
// #ifdef MP-AG
this
.
formatStatus
(
this
.
orderData
.
OrderStatus
,
res
.
data
.
Income
,
(
res
.
data
.
Money
-
res
.
data
.
DiscountsMoney
).
toFixed
(
2
),
);
if
(
this
.
customer
.
isGuideOrLeader
==
1
&&
res
.
data
.
OrderStatus
==
1
){
this
.
getOrderInfoByIdAndType
()
}
setTimeout
(()
=>
{
this
.
formatStatus
(
this
.
orderData
.
OrderStatus
,
res
.
data
.
Income
,
(
res
.
data
.
Money
-
res
.
data
.
DiscountsMoney
).
toFixed
(
2
),
);
},
500
)
// #endif
// #ifdef MP-DI
this
.
getOrderInfoByIdAndType
()
...
...
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