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/WOM/Frm_Womdaa.cs |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
index 03c8a8d..10835e6 100644
--- a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
@@ -298,7 +298,7 @@
         /// <param name="pageSize">姣忛〉鍑犳潯</param>
         private void getPageList(int curPage)
         {
-            var _sbSqlWhere = UtilityHelper.GetSearchWhere(_filterList);
+            gcMain1.DataSource = null;var _sbSqlWhere = UtilityHelper.GetSearchWhere(_filterList);
             PageQueryModel pgq = new PageQueryModel(curPage, this.pageBar1.RowsCount, "create_date", "desc", "", _sbSqlWhere.ToString());
             string json = JsonConvert.SerializeObject(pgq);
             try
@@ -562,16 +562,16 @@
                 this.ucBtnPrint1.rptParameter = "return false";
                 return;
             }
-            if (string.IsNullOrEmpty(txt_iCount_1.Text.Trim()))
+            if (!Gs.DevApp.ToolBox.UtilityHelper.IsNumeric3(txt_iCount_1.Text.Trim()))
             {
                 Gs.DevApp.ToolBox.MsgHelper.ShowError("璇烽�夋嫨鎵撳嵃鏉$爜寮犳暟锛�");
                 txt_iCount_1.Focus();
                 this.ucBtnPrint1.rptParameter = "return false";
                 return;
             }
-            if (string.IsNullOrEmpty(txt_psnQty_1.Text.Trim()))
+            if (!Gs.DevApp.ToolBox.UtilityHelper.IsNumeric3(txt_psnQty_1.Text.Trim()))
             {
-                Gs.DevApp.ToolBox.MsgHelper.ShowError("璇烽�夋嫨鍐呭寘瑁呮暟閲忥紒");
+                Gs.DevApp.ToolBox.MsgHelper.ShowError("璇烽�夋嫨鎵撳嵃鏉$爜鏁伴噺锛�");
                 txt_psnQty_1.Focus();
                 this.ucBtnPrint1.rptParameter = "return false";
                 return;
@@ -600,7 +600,7 @@
                 this.ucBtnPrint98.rptParameter = "return false";
                 return;
             }
-            if (string.IsNullOrEmpty(txt_iCount_98.Text.Trim()))
+            if (!Gs.DevApp.ToolBox.UtilityHelper.IsNumeric3(txt_iCount_98.Text.Trim()))
             {
                 Gs.DevApp.ToolBox.MsgHelper.ShowError("璇烽�夋嫨鎵撳嵃鏉$爜寮犳暟锛�");
                 txt_iCount_98.Focus();
@@ -631,7 +631,6 @@
                 this.ucBtnPrint100.rptParameter = "return false";
                 return;
             }
-
             this.ucBtnPrint100.rptParameter = "rpt_hgm{"
                   + "100"
                    + "," + ""
@@ -674,8 +673,6 @@
                 }
             }
         }
-
         #endregion
-
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3