| | |
| | | OA_WageManageBLL bll_OA_WageManageBLL = null; |
| | | OA_WageAwardPunishBLL bll_OA_WageAwardPunishBLL = null; |
| | | OA_CustomerAccessRecordBLL bll_OA_CustomerAccessRecordBLL = null; |
| | | OA_GongzuozhizeBLL bll_OA_GongzuozhizeBLL = null; |
| | | |
| | | public string old_province = ""; |
| | | public string old_city = ""; |
| | |
| | | bll_OA_WageManageBLL = new OA_WageManageBLL(); |
| | | bll_OA_WageAwardPunishBLL = new OA_WageAwardPunishBLL(); |
| | | bll_OA_CustomerAccessRecordBLL = new OA_CustomerAccessRecordBLL(); |
| | | bll_OA_GongzuozhizeBLL = new OA_GongzuozhizeBLL(); |
| | | } |
| | | |
| | | protected void Page_Load(object sender, EventArgs e) |
| | |
| | | else if (Request["dateType"] == "shebeiNamecheckname") |
| | | { |
| | | Response.Write(IsExitsShebeiNameCateName(Request["name"], Request["keyid"])); |
| | | } |
| | | else if (Request["dateType"] == "Gongzuozhizeckname") |
| | | { |
| | | if (string.IsNullOrEmpty(Request["name"])) |
| | | { |
| | | Response.Write(1); |
| | | } |
| | | else |
| | | { |
| | | Response.Write(IsExitsGongzuozhizeName(Request["name"], Request["keyid"])); |
| | | } |
| | | |
| | | } |
| | | else if (Request["dateType"] == "resumeCateChange") |
| | | { |
| | |
| | | return bll_OA_ShebeiManageBLL.IsExitsName(Name, CurrentUser.MemberId, Keyid); |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 检测行政物品是否重复 |
| | | /// </summary> |
| | | /// <param name="Name"></param> |
| | | /// <param name="Keyid"></param> |
| | | /// <returns></returns> |
| | | public int IsExitsGongzuozhizeName(string Name, string Keyid) |
| | | { |
| | | return bll_OA_GongzuozhizeBLL.IsExitsName(Name.ToInt32(), Keyid.ToInt32()); |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | #region 根据职位类别获取全部职位 |