DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesDeliver.cs
@@ -18,7 +18,6 @@ List<FilterEntity> _filterList = new List<FilterEntity>(); public Frm_SalesDeliver() { InitializeComponent(); this.toolBarMenu1.btnAddClick += ToolBarMenu1_btnAddClick; this.toolBarMenu1.btnEdtClick += ToolBarMenu1_btnEdtClick; @@ -282,6 +281,11 @@ if (string.IsNullOrEmpty(_msl)) { MsgHelper.ShowError("数量不能为空!"); return; } if (string.IsNullOrEmpty(row["YjfhDate"].ToString())) { MsgHelper.ShowError("预计发货时间不能为空!"); return; } _obj.list.Add(new @@ -568,7 +572,5 @@ } } } } }