username@email.com
2025-04-30 bac8f3f7f55649e9a6f76049b634af22d320a1c8
CY_ECommercePlatform/CY.WebForm/Pages/personnel/StaffQuanxianshezhi.aspx.cs
@@ -104,8 +104,12 @@
                    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_Isbaoxiaojingli ? "True" : "False";
                }
            }
                 
@@ -145,8 +149,11 @@
                {
                    m_OA_Staff.BF_Isbaoxiaojingli = this.IsBusinessManager.SelectedValue.ToBoolean2();
                }
                else if (type.ToInt32() == 7)
                {
                    m_OA_Staff.BF_IsGongwen = this.IsBusinessManager.SelectedValue.ToBoolean2();
                }