MOD:ecm下载映射
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -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', | ... | ... |
-
Please register or sign in to post a comment