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
051c4002
Commit
051c4002
authored
Jun 08, 2022
by
前端-甘科
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat-jinfa-0518' into 'jinfa-0518'
fix: 提交物料审核不点击审核默认值不生效的问题修复 See merge request
project/jinfa-admin!13
parents
699d2539
31f657f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
detail.tsx
...ductManage/material/materialPendingExamChangeI/detail.tsx
+5
-2
No files found.
src/pages/productManage/material/materialPendingExamChangeI/detail.tsx
View file @
051c4002
import
React
,
{
useMemo
,
useState
}
from
'react'
;
import
React
,
{
useMemo
,
useState
,
useEffect
}
from
'react'
;
import
AnchorPage
from
'@/components/AnchorPage'
;
import
AuditProcess
from
'@/components/AuditProcess'
;
import
MellowCard
from
'@/components/MellowCard'
;
...
...
@@ -65,6 +65,9 @@ const Detail = () => {
status
:
1
}
useEffect
(()
=>
{
reasonModal
.
setFieldsValue
({
status
:
1
})
},
[])
return
(
<
AnchorPage
title=
{
"审核物料"
}
...
...
@@ -163,7 +166,7 @@ const Detail = () => {
>
<
Form
form=
{
reasonModal
}
layout=
'vertical'
onFinish=
{
onExamVerifySubmit
}
>
<
Form
.
Item
name=
{
'status'
}
>
<
Radio
.
Group
defaultValue=
{
1
}
>
<
Radio
.
Group
>
<
Radio
value=
{
1
}
>
审核通过
</
Radio
>
<
Radio
value=
{
0
}
>
审核不通过
</
Radio
>
</
Radio
.
Group
>
...
...
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