a5d5ca3b by 冯轩

MOD:ecm下载映射

1 parent e35c6a40
...@@ -37,6 +37,10 @@ class ECM(GenericView): ...@@ -37,6 +37,10 @@ class ECM(GenericView):
37 'SETTLEMENT': (self.settlement_type, conf.ECM_FOLDER_SE, conf.ECM_FOLDER_SE_HIL), 37 'SETTLEMENT': (self.settlement_type, conf.ECM_FOLDER_SE, conf.ECM_FOLDER_SE_HIL),
38 'CONTRACTMANAGEMENT': ('contract_management', conf.ECM_FOLDER_CA, conf.ECM_FOLDER_CA_HIL), 38 'CONTRACTMANAGEMENT': ('contract_management', conf.ECM_FOLDER_CA, conf.ECM_FOLDER_CA_HIL),
39 'INSURANCE': ('insurance', conf.ECM_FOLDER_SE, conf.ECM_FOLDER_SE_HIL), 39 'INSURANCE': ('insurance', conf.ECM_FOLDER_SE, conf.ECM_FOLDER_SE_HIL),
40 'CONTRACT_MANAGEMENT': ('contract_management', conf.ECM_FOLDER_CA, conf.ECM_FOLDER_CA_HIL),
41 'DE_MORTGAGE': ('de_mortgage', conf.ECM_FOLDER_SE, conf.ECM_FOLDER_SE_HIL),
42 'ASP_PT': ('asp_pt', conf.ECM_FOLDER_SE, conf.ECM_FOLDER_SE_HIL),
43 'ASP_INVOICE': ('asp_invoice', conf.ECM_FOLDER_SE, conf.ECM_FOLDER_SE_HIL),
40 } 44 }
41 self.doc_base_map = { 45 self.doc_base_map = {
42 'AFC': 'SF5_CN', 46 '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!