Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
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-admin
Commits
97202b89
Commit
97202b89
authored
Apr 19, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复数据不展示的问题
parent
246b557c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
31 deletions
+27
-31
index.tsx
src/pages/returnManage/components/ReturnAnalysis/index.tsx
+27
-31
No files found.
src/pages/returnManage/components/ReturnAnalysis/index.tsx
View file @
97202b89
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-05 15:18:15
* @LastEditors: XieZhiXiong
* @LastEditTime: 202
0-12-09 11:35:12
* @LastEditTime: 202
1-04-19 17:12:35
* @Description: 退货收货统计、退货发货明细
*/
import
React
from
'react'
;
...
...
@@ -70,13 +70,6 @@ const ReturnInfo: React.FC<ReturnInfoProps> = ({
{
title
:
'订单号'
,
dataIndex
:
'orderNo'
,
render
:
(
text
,
record
)
=>
(
<
EyePreview
url=
{
``
}
>
{
text
}
</
EyePreview
>
),
},
{
title
:
'商品ID'
,
...
...
@@ -133,49 +126,52 @@ const ReturnInfo: React.FC<ReturnInfoProps> = ({
const
detailedColumns
:
EditableColumns
[]
=
[
{
title
:
'批次号'
,
dataIndex
:
'batch'
,
render
:
(
text
,
record
)
=>
(
<
EyePreview
url=
{
``
}
>
{
text
}
</
EyePreview
>
),
title
:
'订单号'
,
dataIndex
:
'orderNo'
,
},
{
title
:
'商品ID'
,
dataIndex
:
'productId'
,
align
:
'center'
,
},
{
title
:
'商品名称'
,
dataIndex
:
'productName'
,
align
:
'center'
,
},
{
title
:
'
退货发货单号
'
,
dataIndex
:
'
deliveryNo
'
,
title
:
'
品类
'
,
dataIndex
:
'
category
'
,
align
:
'center'
,
},
{
title
:
'
发货时间
'
,
dataIndex
:
'
deliveryTime
'
,
title
:
'
品牌
'
,
dataIndex
:
'
brand
'
,
align
:
'center'
,
},
{
title
:
'
物流单号
'
,
dataIndex
:
'
logisticsOrderNo
'
,
title
:
'
单位
'
,
dataIndex
:
'
unit
'
,
align
:
'center'
,
},
{
title
:
'
物流公司
'
,
dataIndex
:
'
logisticsName
'
,
title
:
'
退货数量
'
,
dataIndex
:
'
count
'
,
align
:
'center'
,
},
{
title
:
'退货
入库单号
'
,
dataIndex
:
'
storageNo
'
,
title
:
'退货
发货数量
'
,
dataIndex
:
'
deliveryCount
'
,
align
:
'center'
,
},
{
title
:
'
入库时间
'
,
dataIndex
:
'storage
Time
'
,
title
:
'
退货入库数量
'
,
dataIndex
:
'storage
Count
'
,
align
:
'center'
,
},
{
title
:
'
内部状态
'
,
dataIndex
:
'
innerStatusName
'
,
title
:
'
差异数量
'
,
dataIndex
:
'
differenceCount
'
,
align
:
'center'
,
},
];
...
...
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