From 703fbd021fffe44e7257d13603672f723f5acaee Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 22 四月 2025 16:54:21 +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