lu
2025-04-19 8afccee95f065d4d9c2d6800d895878a13667e8b
DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
@@ -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
    }
}