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
shenshaokai
jinfa-platform
Commits
bf65463f
Commit
bf65463f
authored
Jan 21, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改文字
parent
2108287b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.tsx
...es/afterService/components/ExchangeReceivedInfo/index.tsx
+3
-3
No files found.
src/pages/afterService/components/ExchangeReceivedInfo/index.tsx
View file @
bf65463f
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-05 15:18:15
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-01-
13 18:34:42
* @LastEditTime: 2021-01-
21 14:38:39
* @Description: 换货收货统计、换货发货明细
*/
import
React
,
{
useState
}
from
'react'
;
...
...
@@ -288,7 +288,7 @@ const ExchangeReceivedInfo: React.FC<ExchangeReceivedInfoProps> = ({
<
Row
align=
"middle"
>
<
Col
span=
{
16
}
>
<
Descriptions
>
<
Descriptions
.
Item
label=
"
换
货发货单号"
>
<
Descriptions
.
Item
label=
"
退
货发货单号"
>
{
!
isPurchaser
?
(
<
Link
to=
{
`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${item.deliveryId}`
}
...
...
@@ -306,7 +306,7 @@ const ExchangeReceivedInfo: React.FC<ExchangeReceivedInfoProps> = ({
{
item
.
logisticsOrderNo
}
</
Link
>
</
Descriptions
.
Item
>
<
Descriptions
.
Item
label=
"
换
货入库单号"
>
<
Descriptions
.
Item
label=
"
退
货入库单号"
>
{
isPurchaser
?
(
<
Link
to=
{
`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${item.storageId}`
}
...
...
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