lu
10 天以前 40036d84a94b47b82b2d6316fb63df5e2847c6df
DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesSctkSq.cs
@@ -320,7 +320,7 @@
                txt_depotId.Focus();
                return;
            }
            if (txt_returnType.SelectedIndex <= 0)
            if (txt_returnType.TextTxt.Length <= 0)
            {
                MsgHelper.Warning("请选择退料原因!");
                txt_returnType.Focus();
@@ -332,7 +332,7 @@
                OrgId = txt_thOrgId.GetId(),//选择组织
                Remark = txt_remark.Text.Trim(), //备注
                DepotId = int.Parse(_ckId),//仓库
                Reason = txt_returnType.Text,//退料原因
                Reason = txt_returnType.TextTxt,//退料原因
                list = new List<dynamic>(),
            };
            gvMx1.CloseEditor();
@@ -355,6 +355,12 @@
                        MsgHelper.ShowError("申请数量不能为空!");
                        return;
                    }
                    _msl = row["remark"].ToString();
                    if (string.IsNullOrEmpty(_msl))
                    {
                        MsgHelper.ShowError("申请备注不能为空!");
                        return;
                    }
                    _obj.list.Add(new
                    {
                        Guid = _guid,