lu
2025-04-22 703fbd021fffe44e7257d13603672f723f5acaee
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();