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
70bb79b1
Commit
70bb79b1
authored
Sep 01, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 修改类型
parent
7b363ccc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.tsx
src/pages/afterService/components/ReturnDetailInfo/index.tsx
+2
-2
verify.tsx
...ervice/returnApplication/returnPrConfirmResult/verify.tsx
+2
-2
No files found.
src/pages/afterService/components/ReturnDetailInfo/index.tsx
View file @
70bb79b1
...
...
@@ -329,7 +329,7 @@ const ReturnDetailInfo: React.FC<ReturnDetailInfoProps> = ({
return
(
<
MellowCard
title=
"退款明细"
{
...
rest
}
>
<
PolymericTable
rowKey=
{
record
=>
`${record.orderNo}+${record.productId}`
}
rowKey=
{
(
record
:
any
)
=>
`${record.orderNo}+${record.productId}`
}
dataSource=
{
dataSource
}
columns=
{
columns
}
loading=
{
false
}
...
...
@@ -341,7 +341,7 @@ const ReturnDetailInfo: React.FC<ReturnDetailInfoProps> = ({
)
:
(
<
CaretRightOutlined
onClick=
{
e
=>
onExpand
(
record
,
e
)
}
/>
),
expandedRowRender
:
record
=>
(
expandedRowRender
:
(
record
:
any
)
=>
(
<
Row
gutter=
{
16
}
className=
{
styles
.
deliver
}
...
...
src/pages/afterService/returnApplication/returnPrConfirmResult/verify.tsx
View file @
70bb79b1
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-01-06 11:36:34
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
2-24 16:52:30
* @LastEditTime: 2021-0
9-01 18:12:44
* @Description:
*/
import
React
from
'react'
;
...
...
@@ -29,7 +29,7 @@ const ReturnPrConfirmResultVerify: React.FC = () => {
content
:
`是否本单所有退款确认到账?`
,
onOk
()
{
return
PublicApi
.
postAsReturnGoodsConfirmAllRefund
({
dataId
:
id
,
dataId
:
+
id
,
}).
then
(
res
=>
{
if
(
res
.
code
===
1000
)
{
history
.
goBack
();
...
...
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