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
2f26dd8e
authored
2024-04-28 14:06:47 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'feature/CHINARPA-4495' into feature/uat-tmp
2 parents
a37bdaa5
dd7c6be2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/apps/doc/views.py
src/apps/doc/views.py
View file @
2f26dd8
...
...
@@ -1116,6 +1116,7 @@ class DocView(DocGenericView, DocHandler):
document_scheme
=
request
.
POST
.
get
(
'document_scheme'
,
''
)
data_source
=
request
.
POST
.
get
(
'data_source'
,
''
)
document_name
=
request
.
POST
.
get
(
'document_name'
,
''
)
fsm
=
request
.
POST
.
get
(
'is_fsm'
,
False
)
args
=
{
'business_type'
:
business_type
,
'document_scheme'
:
document_scheme
,
'data_source'
:
data_source
,
'document_name'
:
document_name
,
'pdf_file'
:
pdf_file
}
# business_type = random.choice(consts.BUSINESS_TYPE_LIST)
# business_type = consts.BUSINESS_TYPE_LIST[0]
...
...
@@ -1166,6 +1167,7 @@ class DocView(DocGenericView, DocHandler):
# co_applicant='',
# guarantor_1='',
# guarantor_2='',
is_ovp_fsm
=
1
if
fsm
else
0
,
document_name
=
application_id
,
document_scheme
=
document_scheme
,
data_source
=
data_source
,
...
...
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