| | |
| | | OA_CorporateClientsBLL bll_OA_CorporateClientsBLL = null; |
| | | Sys_DictionaryBLL bll_Sys_DictionaryBLL = null;//字典业务逻辑操作类对象 |
| | | SysInquiry_PrintingTypeBLL bll_SysInquiry_PrintingTypeBLL = null;//印刷业务类型业务逻辑操作类对象 |
| | | |
| | | public string CorporateClientsid = ""; |
| | | //初始化 |
| | | public CorporateClientsDetail() |
| | | { |
| | |
| | | |
| | | if (Request["Keyid"] != null || Request["MemberId"] != null) |
| | | { |
| | | CorporateClientsid = Request["Keyid"].ToString2(); |
| | | OA_CorporateClients m_OA_CorporateClients = bll_OA_CorporateClientsBLL.GetModelDetail(Request["Keyid"].ToGuid2()); |
| | | if (m_OA_CorporateClients == null) |
| | | { |