Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
merchant-manage-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
merchant-manage-ui
Commits
0b20964f
Commit
0b20964f
authored
Mar 30, 2023
by
张子雨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 长期检验
parent
70c67302
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.jsx
src/pages/businessManage/info/index.jsx
+3
-3
No files found.
src/pages/businessManage/info/index.jsx
View file @
0b20964f
...
@@ -171,9 +171,9 @@ class BusinessInfo extends Component {
...
@@ -171,9 +171,9 @@ class BusinessInfo extends Component {
}
else
if
(
type
===
'
idCardEmblemImage
'
&&
res
.
legalPersonPeriod
)
{
}
else
if
(
type
===
'
idCardEmblemImage
'
&&
res
.
legalPersonPeriod
)
{
// 身份证有效期处理
// 身份证有效期处理
const
date
=
res
.
legalPersonPeriod
.
split
(
'
-
'
)
||
[];
const
date
=
res
.
legalPersonPeriod
.
split
(
'
-
'
)
||
[];
res
.
legalPersonStart
=
date
[
0
]
&&
moment
(
date
[
0
]);
info
.
legalPersonStart
=
date
[
0
]
&&
moment
(
date
[
0
]);
res
.
legalPersonEnd
=
date
[
1
]
&&
date
[
1
]
!==
'
长期
'
?
moment
(
date
[
1
])
:
''
;
info
.
legalPersonEnd
=
date
[
1
]
&&
date
[
1
]
!==
'
长期
'
?
moment
(
date
[
1
])
:
''
;
res
.
checked
=
date
[
1
]
&&
date
[
1
]
===
'
长期
'
?
[
'
长期
'
]
:
[];
info
.
checked
=
date
[
1
]
&&
date
[
1
]
===
'
长期
'
?
[
'
长期
'
]
:
[];
const
checkboxDisabled
=
date
[
1
]
&&
date
[
1
]
===
'
长期
'
;
const
checkboxDisabled
=
date
[
1
]
&&
date
[
1
]
===
'
长期
'
;
this
.
setState
({
this
.
setState
({
checkboxDisabled
,
checkboxDisabled
,
...
...
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