username@email.com
2025-10-10 0dd76c2492f1afbe335b50a8ffb76e4af94271df
CY_ECommercePlatform/CY.WebForm/Pages/business/AgOrderProduction.aspx.cs
@@ -97,13 +97,13 @@
                this.selClientManager.DataSource = bll_OA_StaffBLL.SelectListByFirmId(CurrentUser.MemberId, false, true);
                this.selClientManager.DataTextField = "Name";
                this.selClientManager.DataValueField = "Name";
                this.selClientManager.DataValueField = "Keyid";
                this.selClientManager.DataBind();
                this.selClientManager.Items.Insert(0, new ListItem("全部", ""));
                this.selBusinessManager.DataSource = bll_OA_StaffBLL.SelectListByFirmId(CurrentUser.MemberId, true, false);
                this.selBusinessManager.DataTextField = "Name";
                this.selBusinessManager.DataValueField = "Name";
                this.selBusinessManager.DataValueField = "Keyid";
                this.selBusinessManager.DataBind();
                this.selBusinessManager.Items.Insert(0, new ListItem("全部", ""));
@@ -172,7 +172,15 @@
        /// <param name="e"></param>
        private void AspNetPager_PageChanged(object sender, EventArgs e)
        {
            UCPager1.AspNetPager.PageSize = 25;
            if(this.selOrderStates.Value == "2")
            {
                UCPager1.AspNetPager.PageSize = 1000;
            }
            else
            {
                UCPager1.AspNetPager.PageSize = 25;
            }
            Infrastructure.Query.Pagination pagination = new Infrastructure.Query.Pagination()
            {