username@email.com
2025-05-07 451ec557d579f8f9e1b0c84754709cc8b3d2090e
CY_ECommercePlatform/CY.WebForm/Pages/personnel/StaffQuanxianshezhi.aspx.cs
@@ -104,8 +104,16 @@
                    this.types.InnerText = "报销经理:";
                    this.IsBusinessManager.SelectedValue = m_OA_Staff.BF_Isbaoxiaojingli ? "True" : "False";
                }
                else if (type.ToInt32() == 7)
                {
                    this.types.InnerText = "公文权限:";
                    this.IsBusinessManager.SelectedValue = m_OA_Staff.BF_IsGongwen.HasValue&&m_OA_Staff.BF_IsGongwen.Value ? "True" : "False";
                }
                else if (type.ToInt32() == 8)
                {
                    this.types.InnerText = "常用资料权限:";
                    this.IsBusinessManager.SelectedValue = m_OA_Staff.BF_IsChangyongziliao.HasValue&& m_OA_Staff.BF_IsChangyongziliao.Value ? "True" : "False";
                }
            }
                 
@@ -145,8 +153,15 @@
                {
                    m_OA_Staff.BF_Isbaoxiaojingli = this.IsBusinessManager.SelectedValue.ToBoolean2();
                }
                else if (type.ToInt32() == 7)
                {
                    m_OA_Staff.BF_IsGongwen = this.IsBusinessManager.SelectedValue.ToBoolean2();
                }
                else if (type.ToInt32() == 8)
                {
                    m_OA_Staff.BF_IsChangyongziliao = this.IsBusinessManager.SelectedValue.ToBoolean2();
                }