username@email.com
2025-03-07 2fee7b9b90c1acf7a17aef84ee22c2a31b801fe2
CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverPlanList.aspx.cs
@@ -79,6 +79,13 @@
            this.selCarId.Items.Insert(0, new ListItem("全部", ""));
            this.selBusinessManager.DataSource = bll_OA_StaffBLL.SelectListByFirmId(CurrentUser.MemberId, true, false);
            this.selBusinessManager.DataTextField = "Name";
            this.selBusinessManager.DataValueField = "Keyid";
            this.selBusinessManager.DataBind();
            this.selBusinessManager.Items.Insert(0, new ListItem("全部", ""));
            //this.selDriverIddo.DataSource = bll_OA_StaffBLL.SelectListByFirmId(CurrentUser.MemberId, null, null).Where(x => x.BF_IsDriver == true);//.Where(x => x.SM_Post.Equals("驾驶员"));
            //this.selDriverIddo.DataTextField = "Name";
            //this.selDriverIddo.DataValueField = "Keyid";
@@ -296,7 +303,10 @@
                CurrentUser.MemberId,
                this.txtDeliveryTime.Value,
                 this.selCarId.Value,
                this.selDriverId.Value
                this.selDriverId.Value,
                "",
                  this.txtCustormerName.Value.Trim(),
                    this.selBusinessManager.Value
              );