CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverPlanEdit.aspx.cs
@@ -95,9 +95,10 @@ this.selBuyerId.DataBind(); this.selBuyerId.Items.Insert(0, new ListItem("请选择", "")); this.txtDeliverTime.Value = DateTime.Now.AddDays(1).ToString("yyyy-MM-dd"); } }