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
091cd729
Commit
091cd729
authored
Mar 06, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复订单详情
parent
2790ef51
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
7 deletions
+11
-7
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+0
-1
jz_SureOrder.vue
pages/jiuzhai/jz_SureOrder.vue
+9
-5
visa_SureOrder.vue
pages/visa/visa_SureOrder.vue
+2
-1
No files found.
pages/jiuzhai/jz_LineDetail.vue
View file @
091cd729
...
...
@@ -1321,7 +1321,6 @@
}
)
}
this
.
customer
=
uni
.
getStorageSync
(
"b2b_user"
);
console
.
log
(
this
.
customer
,
'----'
)
// #ifdef MP-DI
this
.
delMsg
.
directCustomerId
=
this
.
customer
.
customerId
// #endif
...
...
pages/jiuzhai/jz_SureOrder.vue
View file @
091cd729
...
...
@@ -602,7 +602,8 @@
showPayBtn
:
true
,
orderInfo
:
null
,
OrderNo
:
''
,
mainColor
:
''
mainColor
:
''
,
orderId
:
0
,
};
},
created
()
{},
...
...
@@ -613,7 +614,8 @@
this
.
OrderNo
=
option
.
OrderNo
this
.
getOrderInfoHandler
(
this
.
OrderNo
)
}
else
if
(
option
.
orderId
)
{
this
.
initOrderInfo
(
option
.
orderId
);
this
.
orderId
=
option
.
orderId
this
.
initOrderInfo
();
}
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
},
...
...
@@ -681,7 +683,9 @@
getOrderInfoHandler
(
OrderNo
){
this
.
apipost
(
"GetDetailsByOrderNo_post"
,{
OrderNo
},
res
=>
{
if
(
res
.
resultCode
==
1
){
this
.
initOrderInfo
(
res
.
data
.
ErpOrderId
);
this
.
OrderNo
=
res
.
data
.
OrderNo
this
.
orderId
=
res
.
data
.
ErpOrderId
this
.
initOrderInfo
();
this
.
formatStatus
(
res
.
data
.
OrderStatus
,
null
,
...
...
@@ -807,9 +811,9 @@
return
arr
[
1
]
+
"月"
+
arr
[
2
]
+
"日"
;
}
},
initOrderInfo
(
orderId
)
{
initOrderInfo
()
{
let
msg
=
{
ID
:
orderId
,
ID
:
this
.
orderId
,
IsGetGuest
:
1
,
};
this
.
apipost
(
...
...
pages/visa/visa_SureOrder.vue
View file @
091cd729
...
...
@@ -602,7 +602,7 @@
if
(
option
.
orderId
){
this
.
orderId
=
option
.
orderId
}
if
(
option
.
orderId
){
if
(
option
.
OrderNo
){
this
.
OrderNo
=
option
.
OrderNo
}
this
.
getOrderInfoHandler
()
...
...
@@ -670,6 +670,7 @@
},
res
=>
{
if
(
res
.
resultCode
==
1
){
this
.
OrderNo
=
res
.
data
.
OrderNo
this
.
orderId
=
res
.
data
.
ErpOrderId
this
.
orderData
=
{
...
res
.
data
}
...
...
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