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
76b3bbd5
authored
2023-02-16 15:04:51 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
MOD:f说明、
1 parent
4b8d5457
Hide 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 @
76b3bbd
...
...
@@ -254,7 +254,7 @@ se_compare_content = {
'fsmSpecialCar'
:
fields
.
Boolean
(
required
=
False
),
'fsmBestPrice'
:
fields
.
Boolean
(
required
=
False
),
'isAutoSettlement'
:
fields
.
Boolean
(
required
=
False
),
'fsm
_landing_d
ealer'
:
fields
.
Str
(
required
=
False
,
validate
=
validate
.
Length
(
max
=
1024
)),
'fsm
LandingD
ealer'
:
fields
.
Str
(
required
=
False
,
validate
=
validate
.
Length
(
max
=
1024
)),
'individualCusInfo'
:
fields
.
List
(
fields
.
Nested
(
se_individual_args
),
required
=
True
,
validate
=
validate
.
Length
(
min
=
1
,
max
=
4
)),
...
...
@@ -874,7 +874,7 @@ class SECompareView(GenericView, PreSEHandler):
fsm_flag
=
content
.
get
(
'fsmFlag'
,
False
)
fsm_special_car
=
content
.
get
(
'fsmSpecialCar'
,
False
)
fsm_best_price
=
content
.
get
(
'fsmBestPrice'
,
False
)
fsm_landing_dealer
=
content
.
get
(
'fsmLandingDealer'
,
False
)
fsm_landing_dealer
=
content
.
get
(
'fsmLandingDealer'
)
# 存库, 用于银行卡比对
try
:
...
...
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