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
85d82a3e
authored
2021-09-27 10:33:25 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'feature/cms2' into feature/0918
2 parents
2134d7e0
487fedb7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/apps/doc/views.py
src/apps/doc/views.py
View file @
85d82a3
...
...
@@ -339,6 +339,7 @@ info_args = {
auto_approve_details
=
{
'aaType'
:
fields
.
Str
(
required
=
True
,
validate
=
validate
.
Length
(
max
=
64
)),
'policyComments'
:
fields
.
Str
(
required
=
False
),
}
financial_info
=
{
...
...
@@ -427,8 +428,7 @@ se_cms_content = {
'financialInformation'
:
fields
.
Nested
(
financial_info
,
required
=
True
),
'paymentSchedule'
:
fields
.
List
(
fields
.
Nested
(
payment_schedule
),
required
=
True
,
validate
=
validate
.
Length
(
min
=
1
)),
'associatedServices'
:
fields
.
List
(
fields
.
Nested
(
associated_services
),
required
=
True
,
validate
=
validate
.
Length
(
min
=
1
)),
'associatedServices'
:
fields
.
List
(
fields
.
Nested
(
associated_services
),
required
=
True
),
'vehicleInformation'
:
fields
.
Nested
(
vehicle_info
,
required
=
True
),
'bankAccountDetails'
:
fields
.
Nested
(
bank_details
,
required
=
True
),
'insuranceDetails'
:
fields
.
Nested
(
insurance_details
,
required
=
True
),
...
...
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