From ec02022018c44e794fa53e40daa96321daaae4fc Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 02 六月 2025 15:21:30 +0800
Subject: [PATCH] 清理
---
DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesSctkSq.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesSctkSq.cs b/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesSctkSq.cs
index ccf3f53..0fea338 100644
--- a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesSctkSq.cs
+++ b/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();
--
Gitblit v1.9.3