Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
bmw-ocr
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
74d5891b
authored
2021-02-25 18:10:39 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix filed
1 parent
05a9dfa9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/apps/doc/views.py
src/apps/doc/views.py
View file @
74d5891
...
...
@@ -53,9 +53,9 @@ individual_args = {
'secondIdNum'
:
fields
.
Str
(
required
=
False
,
validate
=
validate
.
Length
(
max
=
256
)),
"idExpiryDate"
:
fields
.
Date
(
required
=
True
),
"dateOfBirth"
:
fields
.
Date
(
required
=
True
),
'companyName'
:
fields
.
Str
(
required
=
Tru
e
,
validate
=
validate
.
Length
(
max
=
256
)),
"registeredCapital"
:
fields
.
Decimal
(
required
=
Tru
e
),
'selfEmployedSubType'
:
fields
.
Str
(
required
=
Tru
e
,
validate
=
validate
.
OneOf
(
consts
.
SUB_TYPE
)),
'companyName'
:
fields
.
Str
(
required
=
Fals
e
,
validate
=
validate
.
Length
(
max
=
256
)),
"registeredCapital"
:
fields
.
Decimal
(
required
=
Fals
e
),
'selfEmployedSubType'
:
fields
.
Str
(
required
=
Fals
e
,
validate
=
validate
.
OneOf
(
consts
.
SUB_TYPE
)),
}
compare_content
=
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment