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
35069885
authored
2024-04-28 14:53:57 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
MOD:fsm 默认值
1 parent
77f4417b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/apps/doc/views.py
src/apps/doc/views.py
View file @
3506988
...
...
@@ -1116,7 +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
)
fsm
=
request
.
POST
.
get
(
'is_fsm'
,
'N'
)
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]
...
...
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