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
6a35770e
Commit
6a35770e
authored
Mar 06, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跟团列表
parent
67500c8c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
+37
-0
jz_MyOrder.vue
pages/jiuzhai/jz_MyOrder.vue
+37
-0
No files found.
pages/jiuzhai/jz_MyOrder.vue
View file @
6a35770e
...
...
@@ -139,8 +139,17 @@
<!-- #ifdef MP-ALIPAY -->
<view
v-if=
"item.orderState == 2"
class=
"jz_Zailai"
style=
"width: 110rpx; margin-right: 10rpx"
@
click
.
stop=
"goZhifuAli(item)"
>
付款
</view>
<!-- #endif -->
<!-- #ifdef MP-DI -->
<view
v-if=
"item.isApplyForCancel != 1 && item.orderState != 4 && item.customerPayMoney==0"
class=
"jz_Zailai"
style=
"width: 110rpx"
@
click
.
stop=
"goCancelZK(item)"
>
取消
</view>
<view
v-if=
"item.isApplyForCancel != 1 && item.orderState != 4 && item.customerPayMoney==0"
class=
"jz_Zailai"
style=
"width: 150rpx;margin-left: 10rpx;"
@
click
.
stop=
"goOrderDetail(item)"
>
立即支付
</view>
<!-- #endif -->
<!-- #ifdef MP-AG -->
<view
v-if=
"item.isApplyForCancel != 1 && item.orderState != 4 && item.customerPayMoney==0"
class=
"jz_Zailai"
style=
"width: 110rpx"
@
click
.
stop=
"goCancel(item)"
>
取消
</view>
<!-- #endif -->
</view>
</view>
</scroll-view>
...
...
@@ -215,6 +224,7 @@
b2b_user_info
:
{},
userInfo
:
{},
showAuth
:
false
,
submitCancel
:
false
,
};
},
created
()
{
...
...
@@ -392,6 +402,33 @@
);
}
},
goCancelZK
(
item
)
{
let
that
=
this
if
(
this
.
submitCancel
)
return
this
.
submitCancel
=
true
if
(
(
item
.
paymentTime
==
null
||
item
.
paymentTime
==
""
)
&&
(
item
.
orderState
==
2
||
item
.
orderState
==
3
)
)
{
this
.
apipost
(
"GetCancelOrder_post"
,
{
OrderNo
:
''
,
ErpOrderId
:
item
.
orderId
,
OrderTypeStr
:
'DMC'
,
},
(
res
)
=>
{
if
(
res
.
resultCode
==
1
)
{
uni
.
showToast
({
title
:
"操作成功"
,
icon
:
"success"
,
});
that
.
research
();
}
},
(
err
)
=>
{}
);
}
},
//付款
// #ifdef MP-WEIXIN
goZhifu
(
item
)
{
...
...
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