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
1c38be3e
Commit
1c38be3e
authored
Dec 24, 2021
by
Bill
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v2' of
http://10.0.0.22:3000/lingxi/lingxi-business-system
into v2
parents
170692fd
1e6dc1a5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
verify.tsx
...pages/afterService/returnManage/returnPrVerify/verify.tsx
+5
-3
No files found.
src/pages/afterService/returnManage/returnPrVerify/verify.tsx
View file @
1c38be3e
import
React
,
{
useState
}
from
'react'
;
import
React
,
{
useState
,
useMemo
}
from
'react'
;
import
{
Button
}
from
'antd'
;
import
{
CheckCircleOutlined
,
...
...
@@ -17,11 +17,13 @@ const ReturnVerify: React.FC = () => {
const
[
visibleVerifyModal
,
setVisibleVerifyModal
]
=
useState
(
false
);
const
[
submitLoading
,
setSubmitLoading
]
=
useState
(
false
);
const
ReturnProfilePro
=
fetchDetailHoc
({
const
ReturnProfilePro
=
useMemo
(()
=>
(
fetchDetailHoc
({
fetchDetail
:
()
=>
getAsReturnGoodsGetDetailPlatform
({
returnId
:
id
,
}),
},
ReturnProfile
);
},
ReturnProfile
)
),
[]);
const
fetchOuterHistory
:
FlowRecordsProps
[
'fetchOuterList'
]
=
(
params
)
=>
{
return
new
Promise
((
resolve
,
reject
)
=>
{
...
...
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