Commit 35cdd1ac authored by 38823's avatar 38823

【建机】法人商业伙伴作为担保人的征信授权书开发

parent 275e06d1
...@@ -170,7 +170,8 @@ select fa.file_name,fa.file_path,fa.attachment_id ...@@ -170,7 +170,8 @@ select fa.file_name,fa.file_path,fa.attachment_id
'SURE_LEASEBACK_PER_XN_E','GUARANTEE_LETTER_OEC', 'SURE_LEASEBACK_PER_XN_E','GUARANTEE_LETTER_OEC',
'SURE_LEASE_ORG_XN_E','GUARANTEE_LETTER_OEC', 'SURE_LEASE_ORG_XN_E','GUARANTEE_LETTER_OEC',
'SURE_LEASEBACK_ORG_XN_E','GUARANTEE_LETTER_OEC', 'SURE_LEASEBACK_ORG_XN_E','GUARANTEE_LETTER_OEC',
'GUARANTOR_ORG_CREDIT_OEC','PERSONAL_CREDIT' 'GUARANTOR_ORG_CREDIT_OEC','PERSONAL_CREDIT',
'GUA_ORG_CREDIT_OEC_MJ','ENTERPRISE_CREDIT'
) )
from con_ele_signer_file cf, con_contract_ele_signer cs from con_ele_signer_file cf, con_contract_ele_signer cs
where cf.con_ele_signer_id = cs.con_ele_signer_id where cf.con_ele_signer_id = cs.con_ele_signer_id
......
...@@ -211,10 +211,8 @@ ...@@ -211,10 +211,8 @@
return; return;
} }
if(division == '70'){ if(division == '70'){
if(division_detail=='03'){
Leaf.showErrorMessage('提示','当前合同不支持打印纸质合同文本!'); Leaf.showErrorMessage('提示','当前合同不支持打印纸质合同文本!');
return; return;
}
//代理店北京慧珠不支持打印纸质合同文本 //代理店北京慧珠不支持打印纸质合同文本
if(bp_id_agent_code=='D00010038'||bp_id_agent_code=='D00010023'||bp_id_agent_code=='D00010039'||bp_id_agent_code=='D00010040'){ if(bp_id_agent_code=='D00010038'||bp_id_agent_code=='D00010023'||bp_id_agent_code=='D00010039'||bp_id_agent_code=='D00010040'){
Leaf.showErrorMessage('提示','当前合同不支持打印纸质合同文本!'); Leaf.showErrorMessage('提示','当前合同不支持打印纸质合同文本!');
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment