From 5029c8357635c9556e63bd78f262d860df51e7fb Mon Sep 17 00:00:00 2001 From: cdk <2441919651@qq.com> Date: 星期六, 02 八月 2025 15:49:56 +0800 Subject: [PATCH] 增加排班管理代码,到货计划增加超采比例,物料信息增加超采比例字段 --- DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesSctkSq.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesSctkSq.cs b/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesSctkSq.cs index 0fea338..1ffb78a 100644 --- a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesSctkSq.cs +++ b/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesSctkSq.cs @@ -355,6 +355,12 @@ MsgHelper.ShowError("鐢宠鏁伴噺涓嶈兘涓虹┖锛�"); return; } + _msl = row["remark"].ToString(); + if (string.IsNullOrEmpty(_msl)) + { + MsgHelper.ShowError("鐢宠澶囨敞涓嶈兘涓虹┖锛�"); + return; + } _obj.list.Add(new { Guid = _guid, -- Gitblit v1.9.3