| | |
| | | OA_CarManageBll bll_OA_CarManageBll = null; |
| | | OA_PropertyCateBLL bll_OA_PropertyCateBLL = null; |
| | | OA_PropertyManageBLL bll_OA_PropertyManageBLL = null; |
| | | OA_ShebeiManageBLL bll_OA_ShebeiManageBLL = null; |
| | | OA_StaffPostBLL bll_OA_StaffPostBLL = null; |
| | | OA_StaffResumeBLL bll_OA_StaffResumeBLL = null; |
| | | OA_StaffPostLogBLL bll_OA_StaffPostLogBLL = null; |
| | |
| | | bll_OA_CarManageBll = new OA_CarManageBll(); |
| | | bll_OA_PropertyCateBLL = new OA_PropertyCateBLL(); |
| | | bll_OA_PropertyManageBLL = new OA_PropertyManageBLL(); |
| | | bll_OA_ShebeiManageBLL = new OA_ShebeiManageBLL(); |
| | | bll_OA_StaffPostBLL = new OA_StaffPostBLL(); |
| | | bll_OA_StaffResumeBLL = new OA_StaffResumeBLL(); |
| | | bll_OA_StaffPostLogBLL = new OA_StaffPostLogBLL(); |
| | |
| | | else if (Request["dateType"] == "propertyNamecheckname") |
| | | { |
| | | Response.Write(IsExitsPropertyNameCateName(Request["name"], Request["keyid"])); |
| | | } |
| | | else if (Request["dateType"] == "shebeiNamecheckname") |
| | | { |
| | | Response.Write(IsExitsShebeiNameCateName(Request["name"], Request["keyid"])); |
| | | } |
| | | else if (Request["dateType"] == "resumeCateChange") |
| | | { |
| | |
| | | |
| | | #endregion |
| | | |
| | | |
| | | #region 检测行政物品是否重复 |
| | | |
| | | /// <summary> |
| | | /// 检测行政物品是否重复 |
| | | /// </summary> |
| | | /// <param name="Name"></param> |
| | | /// <param name="Keyid"></param> |
| | | /// <returns></returns> |
| | | public int IsExitsShebeiNameCateName(string Name, string Keyid) |
| | | { |
| | | return bll_OA_ShebeiManageBLL.IsExitsName(Name, CurrentUser.MemberId, Keyid); |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | #region 根据职位类别获取全部职位 |
| | | |
| | | public string GetPostListByCateId(int? cateId, int? Num) |