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
a1f3a49e
Commit
a1f3a49e
authored
May 06, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
包车订单
parent
f633a58d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
order.vue
pages/bus/order.vue
+2
-2
orderdetails.vue
pages/bus/orderdetails.vue
+3
-3
No files found.
pages/bus/order.vue
View file @
a1f3a49e
...
@@ -515,6 +515,7 @@
...
@@ -515,6 +515,7 @@
text
=
'包车'
text
=
'包车'
GoodsType
=
12
GoodsType
=
12
}
}
this
.
ErpOrderId
=
OrderId
let
msg
=
{
let
msg
=
{
SurName
:
this
.
orderMsg
.
SurName
,
SurName
:
this
.
orderMsg
.
SurName
,
Name
:
this
.
orderMsg
.
Name
,
Name
:
this
.
orderMsg
.
Name
,
...
@@ -584,7 +585,7 @@
...
@@ -584,7 +585,7 @@
}
);
}
);
setTimeout
(()
=>
{
setTimeout
(()
=>
{
uni
.
redirectTo
({
uni
.
redirectTo
({
url
:
"/pages/bus/orderdetails?orderId="
+
th
is
.
ErpOrderId
,
url
:
"/pages/bus/orderdetails?orderId="
+
th
at
.
ErpOrderId
,
}
);
}
);
}
,
100
);
}
,
100
);
}
,
}
,
...
@@ -935,7 +936,6 @@
...
@@ -935,7 +936,6 @@
(
res
)
=>
{
(
res
)
=>
{
if
(
res
.
resultCode
==
1
)
{
if
(
res
.
resultCode
==
1
)
{
const
tempData
=
res
.
data
const
tempData
=
res
.
data
this
.
ErpOrderId
=
tempData
.
Id
if
(
tempData
.
CounponList
&&
tempData
.
CounponList
.
length
>
0
){
if
(
tempData
.
CounponList
&&
tempData
.
CounponList
.
length
>
0
){
uni
.
setStorageSync
(
'coupons'
,
tempData
.
CounponList
)
uni
.
setStorageSync
(
'coupons'
,
tempData
.
CounponList
)
}
}
...
...
pages/bus/orderdetails.vue
View file @
a1f3a49e
...
@@ -162,7 +162,7 @@
...
@@ -162,7 +162,7 @@
<view
class=
"label"
>
总金额
</view>
<view
class=
"label"
>
总金额
</view>
<view
class=
"val f14 regular col"
style=
"text-align: right"
>
<view
class=
"val f14 regular col"
style=
"text-align: right"
>
{{
orderData
.
Num
}}
{{
orderData
.
Num
}}
<text>
辆
车
</text>
/
<text>
辆
</text>
/
{{
peopleNum
}}
{{
peopleNum
}}
<text
style=
"margin-right: 30rpx"
>
人
</text>
<text
style=
"margin-right: 30rpx"
>
人
</text>
<text
class=
"red"
>
{{
orderData
.
CurrencyCode
}}
{{
orderData
.
Money
}}
<text
class=
"red"
>
{{
orderData
.
CurrencyCode
}}
{{
orderData
.
Money
}}
...
@@ -404,13 +404,13 @@
...
@@ -404,13 +404,13 @@
},
},
goCancelZK
()
{
goCancelZK
()
{
var
that
=
this
;
var
that
=
this
;
if
(
this
.
submitCancel
)
return
if
(
that
.
submitCancel
)
return
this
.
submitCancel
=
true
;
wx
.
showModal
({
wx
.
showModal
({
title
:
'提示'
,
title
:
'提示'
,
content
:
'确定取消订单?'
,
content
:
'确定取消订单?'
,
success
:
(
tip
)
=>
{
success
:
(
tip
)
=>
{
if
(
tip
.
confirm
)
{
if
(
tip
.
confirm
)
{
that
.
submitCancel
=
true
;
this
.
apipost
(
this
.
apipost
(
"GetCancelOrder_post"
,
{
"GetCancelOrder_post"
,
{
OrderNo
:
this
.
OrderNo
,
OrderNo
:
this
.
OrderNo
,
...
...
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