a5d5ca3b by 冯轩

MOD:ecm下载映射

1 parent e35c6a40
......@@ -37,6 +37,10 @@ class ECM(GenericView):
'SETTLEMENT': (self.settlement_type, conf.ECM_FOLDER_SE, conf.ECM_FOLDER_SE_HIL),
'CONTRACTMANAGEMENT': ('contract_management', conf.ECM_FOLDER_CA, conf.ECM_FOLDER_CA_HIL),
'INSURANCE': ('insurance', conf.ECM_FOLDER_SE, conf.ECM_FOLDER_SE_HIL),
'CONTRACT_MANAGEMENT': ('contract_management', conf.ECM_FOLDER_CA, conf.ECM_FOLDER_CA_HIL),
'DE_MORTGAGE': ('de_mortgage', conf.ECM_FOLDER_SE, conf.ECM_FOLDER_SE_HIL),
'ASP_PT': ('asp_pt', conf.ECM_FOLDER_SE, conf.ECM_FOLDER_SE_HIL),
'ASP_INVOICE': ('asp_invoice', conf.ECM_FOLDER_SE, conf.ECM_FOLDER_SE_HIL),
}
self.doc_base_map = {
'AFC': 'SF5_CN',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!