| | |
| | | this.txtSM_Post.Value = ""; |
| | | this.IsBusinessManager.SelectedValue = "False"; |
| | | this.IsAccountManager.SelectedValue = "False"; |
| | | this.BF_IsDriver.SelectedValue = "False"; |
| | | this.BF_IsDeliverManage.SelectedValue = "False"; |
| | | |
| | | this.txtMobieNum.Value = ""; |
| | | this.txtSM_Money.Value = ""; |
| | |
| | | this.selSex.Value = m_OA_StaffResume.R_G_Sex; |
| | | this.IsBusinessManager.SelectedValue = "False"; |
| | | this.IsAccountManager.SelectedValue = "False"; |
| | | this.BF_IsDeliverManage.SelectedValue = "False"; |
| | | this.BF_IsDriver.SelectedValue = "False"; |
| | | this.txtSM_Birthday.Value = m_OA_StaffResume.R_G_DocumentsType; |
| | | this.txtSM_IDCardNum.Value = m_OA_StaffResume.R_G_DocumentsNumber; |
| | | this.aSM_IDCardPic.Visible = false; |
| | |
| | | this.selDepartmentId.Value = m_OA_Staff.DepartmentId.ToString2(); |
| | | this.IsBusinessManager.SelectedValue = m_OA_Staff.IsBusinessManager ? "True" : "False"; |
| | | this.IsAccountManager.SelectedValue = m_OA_Staff.IsAccountManager ? "True" : "False"; |
| | | this.BF_IsDeliverManage.SelectedValue = m_OA_Staff.BF_IsDeliverManage ? "True" : "False"; |
| | | this.BF_IsDriver.SelectedValue = m_OA_Staff.BF_IsDriver ? "True" : "False"; |
| | | this.selRole.Value = m_OA_StaffRoleRel.RoleId.ToString2(); |
| | | |
| | | this.txtName.Style.Add("display", "none"); |
| | |
| | | { |
| | | this.IsBusinessManager.SelectedValue = "False"; |
| | | this.IsAccountManager.SelectedValue = "False"; |
| | | this.BF_IsDriver.SelectedValue = "False"; |
| | | this.BF_IsDeliverManage.SelectedValue = "False"; |
| | | } |
| | | } |
| | | } |
| | |
| | | |
| | | m_OA_Staff.IsBusinessManager = this.IsBusinessManager.SelectedValue.ToBoolean2(); |
| | | m_OA_Staff.IsAccountManager = this.IsAccountManager.SelectedValue.ToBoolean2(); |
| | | m_OA_Staff.BF_IsDeliverManage = this.BF_IsDeliverManage.SelectedValue.ToBoolean2(); |
| | | m_OA_Staff.BF_IsDriver = this.BF_IsDriver.SelectedValue.ToBoolean2(); |
| | | m_OA_Staff.DepartmentId = this.selDepartmentId.Value.ToInt32(); |
| | | |
| | | m_OA_Staff.SM_SpouseName = this.txtSM_SpouseName.Value.ToString2(); |