DevApp/Gs.DevApp/DevFrm/WW/Frm_WwTbl.cs
@@ -382,12 +382,18 @@ MsgHelper.ShowError("申请数量不能为空!"); return; } string _tld014 = row["tld014"].ToString(); if (string.IsNullOrEmpty(_tld014)) { MsgHelper.ShowError("退料备注不能为空!"); return; } _obj.list.Add(new { Guid = _guid, AboutGuid = Gs.DevApp.ToolBox.UtilityHelper.ToGuid(row["aboutGuid"].ToString()), Sl = _sl, //申请数量 Remark = row["tld014"].ToString() Remark = _tld014 }); } }