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
黄庭坚
jinfa-platform
Commits
55e7ad6b
Commit
55e7ad6b
authored
Dec 25, 2020
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 更改字段
parent
70ef8f2a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
index.tsx
...ges/afterService/components/ExchangeDeliverInfo/index.tsx
+3
-3
index.tsx
...cation/exchangePrSubmit/components/ExchangeForm/index.tsx
+1
-1
index.tsx
...pplication/returnPrSubmit/components/ReturnForm/index.tsx
+2
-2
No files found.
src/pages/afterService/components/ExchangeDeliverInfo/index.tsx
View file @
55e7ad6b
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-05 15:18:15
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-12-2
3 10:48:05
* @LastEditTime: 2020-12-2
5 10:32:49
* @Description: 换货发货统计、换货发货明细
*/
import
React
,
{
useState
}
from
'react'
;
...
...
@@ -277,13 +277,13 @@ const ExchangeDeliverInfo: React.FC<ExchangeDeliverInfoProps> = ({
<
Row
align=
"middle"
>
<
Col
span=
{
16
}
>
<
Descriptions
>
<
Descriptions
.
Item
label=
"
退
货发货单号"
>
<
Descriptions
.
Item
label=
"
换
货发货单号"
>
<
a
>
{
item
.
deliveryNo
}
</
a
>
</
Descriptions
.
Item
>
<
Descriptions
.
Item
label=
"物流单号"
>
<
a
>
{
item
.
logisticsOrderNo
}
</
a
>
</
Descriptions
.
Item
>
<
Descriptions
.
Item
label=
"
退
货入库单号"
>
{
item
.
storageNo
}
</
Descriptions
.
Item
>
<
Descriptions
.
Item
label=
"
换
货入库单号"
>
{
item
.
storageNo
}
</
Descriptions
.
Item
>
<
Descriptions
.
Item
label=
"发货时间"
>
{
item
.
deliveryTime
}
</
Descriptions
.
Item
>
<
Descriptions
.
Item
label=
"物流公司"
>
{
item
.
logisticsName
}
...
...
src/pages/afterService/exchangeApplication/exchangePrSubmit/components/ExchangeForm/index.tsx
View file @
55e7ad6b
...
...
@@ -143,7 +143,7 @@ const ExchangeForm: React.FC<BillsFormProps> = ({
},
{
title
:
'已换货数量'
,
dataIndex
:
're
turn
Count'
,
dataIndex
:
're
place
Count'
,
align
:
'center'
,
},
];
...
...
src/pages/afterService/returnApplication/returnPrSubmit/components/ReturnForm/index.tsx
View file @
55e7ad6b
...
...
@@ -255,7 +255,7 @@ const ReturnForm: React.FC<BillsFormProps> = ({
extraData
:
{
returnReason
:
item
.
returnReason
,
payList
:
item
.
payList
||
[],
id
:
item
.
orderRecordId
||
[]
,
id
:
item
.
orderRecordId
,
taskType
,
},
})),
...
...
@@ -447,7 +447,7 @@ const ReturnForm: React.FC<BillsFormProps> = ({
const
value
=
[];
values
.
forEach
(
item
=>
{
const
existing
=
preValues
.
find
(
val
=>
val
.
id
===
item
.
id
);
const
existing
=
preValues
.
find
(
val
=>
val
.
extraData
.
id
===
item
.
id
);
const
atom
=
existing
?
existing
:
...
...
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