Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
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
linweijiong
jinfa-platform
Commits
ca4dbfbf
Commit
ca4dbfbf
authored
Aug 20, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 完善展示
parent
c813f140
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
index.tsx
...ges/afterService/components/ExchangeDeliverInfo/index.tsx
+3
-3
index.tsx
...es/afterService/components/ExchangeReceivedInfo/index.tsx
+3
-3
No files found.
src/pages/afterService/components/ExchangeDeliverInfo/index.tsx
View file @
ca4dbfbf
...
...
@@ -157,11 +157,11 @@ const ExchangeDeliverInfo: React.FC<ExchangeDeliverInfoProps> = ({
descriptions=
{
[
{
title
:
'已换货发货:'
,
value
:
`
¥
${text}`
,
value
:
`${text}`
,
},
{
title
:
'未换货发货:'
,
value
:
`
¥
${record.unDeliveryCount}`
,
value
:
`${record.unDeliveryCount}`
,
},
]
}
percent=
{
(
text
/
record
.
replaceCount
)
*
100
}
...
...
@@ -448,7 +448,7 @@ const ExchangeDeliverInfo: React.FC<ExchangeDeliverInfoProps> = ({
<
ReturnDeliverDrawer
afterType=
{
afterType
}
flowType=
"
return
Deliver"
flowType=
"
exchange
Deliver"
value=
{
{
productList
:
currentDetailed
?.
detailList
?.
map
((
item
)
=>
({
orderNo
:
item
.
orderNo
,
...
...
src/pages/afterService/components/ExchangeReceivedInfo/index.tsx
View file @
ca4dbfbf
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-05 15:18:15
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-20
09:57:54
* @LastEditTime: 2021-08-20
17:51:50
* @Description: 换货退货收货统计、换货退货发货明细
*/
import
React
,
{
useState
}
from
'react'
;
...
...
@@ -159,11 +159,11 @@ const ExchangeReceivedInfo: React.FC<ExchangeReceivedInfoProps> = ({
descriptions=
{
[
{
title
:
'已退货发货:'
,
value
:
`
¥
${text}`
,
value
:
`${text}`
,
},
{
title
:
'未退货发货:'
,
value
:
`
¥
${record.unDeliveryCount}`
,
value
:
`${record.unDeliveryCount}`
,
},
]
}
percent=
{
(
text
/
record
.
replaceCount
)
*
100
}
...
...
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