Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_web
Overview
Overview
Details
Activity
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
pseer
gxpt_web
Commits
a9655e02
Commit
a9655e02
authored
Mar 25, 2024
by
YG8999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单退款显示修改
parent
b103ac90
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
index.vue
src/views/system/order/index.vue
+2
-3
No files found.
src/views/system/order/index.vue
View file @
a9655e02
...
@@ -1058,9 +1058,8 @@ export default {
...
@@ -1058,9 +1058,8 @@ export default {
let
isUseCoupon
=
row
.
couponId
?
'1'
:
'0'
;
let
isUseCoupon
=
row
.
couponId
?
'1'
:
'0'
;
this
.
refundForm
.
isUseCoupon
=
this
.
selectDictLabel
(
this
.
dict
.
type
.
store_is_use_coupon
,
isUseCoupon
);
this
.
refundForm
.
isUseCoupon
=
this
.
selectDictLabel
(
this
.
dict
.
type
.
store_is_use_coupon
,
isUseCoupon
);
if
(
row
.
couponId
)
{
if
(
row
.
couponId
)
{
let
coupon
=
this
.
couponList
.
find
(
item
=>
item
.
id
===
row
.
couponId
);
this
.
refundForm
.
couponName
=
row
.
couponName
;
this
.
refundForm
.
couponName
=
coupon
.
name
;
this
.
refundForm
.
couponAmount
=
row
.
couponPayPrice
?
row
.
couponPayPrice
:
row
.
couponPrice
;
this
.
refundForm
.
couponAmount
=
coupon
.
subPrice
?
coupon
.
subPrice
:
row
.
couponPrice
;
}
}
this
.
refundForm
.
payAmount
=
row
.
payPrice
;
this
.
refundForm
.
payAmount
=
row
.
payPrice
;
this
.
refundForm
.
amount
=
row
.
payPrice
?
row
.
payPrice
:
0
;
this
.
refundForm
.
amount
=
row
.
payPrice
?
row
.
payPrice
:
0
;
...
...
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