dd7c6be2 by 冯轩

init:4495

1 parent c94cfa1f
......@@ -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,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!