CY_ECommercePlatform/CY.WebForm/Pages/business/OrderProdactionList.aspx.cs
@@ -194,7 +194,7 @@
            this.selBusinessManager.DataValueField = "Keyid";
            this.selBusinessManager.DataBind();
            this.selBusinessManager.Items.Insert(0, new ListItem("全部", ""));
            this.Button0.Text = "预期";
            this.Button0.Text = "逾期";
            this.Button1.Text = "明天";
            this.Button2.Text = "后天";
            this.Button3.Text = "3天";
@@ -211,7 +211,7 @@
        {
            if (this.txtDeliveryTime.Value == "")
            {
                this.txtDeliveryTime.Value = this.Button1.Text;
                this.txtDeliveryTime.Value = "明天逾期";
            }
            if (this.txtDeliveryTime.Value == this.Button1.Text)