lu
19 小时以前 40036d84a94b47b82b2d6316fb63df5e2847c6df
DevApp/Gs.DevApp/DevFrm/WW/Frm_WwTbl.cs
@@ -87,17 +87,12 @@
                };
                frm.ShowDialog();
            };
            this.ucBtnPrint1.btnDesignClick += (s, e) =>
            {
                ucBtnPrint1.rptParameter = "rpt_wwtl{}";
            };
            this.ucBtnPrint1.btnReportClick += (s, e) =>
            this.ucBtnPrint1.btnPrintClick += (s, e) =>
            {
                ucBtnPrint1.guidKey = "";
                string rowGuid = lbMxGuid.Text.Trim();
                ucBtnPrint1.guidKey = rowGuid;
                if (!Gs.DevApp.ToolBox.UtilityHelper.IsNumeric3(txt_iCount_1.Text.Trim()))
                if (!Gs.DevApp.ToolBox.UtilityHelper.IsNumeric3(txt_iCount_1.Text.Trim(), txt_yuliang_1.Text.Trim()))
                {
                    Gs.DevApp.ToolBox.MsgHelper.ShowError("请输入正确的条码数量!");
                    txt_iCount_1.Focus();
@@ -382,12 +377,18 @@
                        MsgHelper.ShowError("申请数量不能为空!");
                        return;
                    }
                    string  _tld014 = row["tld014"].ToString();
                    if (string.IsNullOrEmpty(_tld014))
                    {
                        MsgHelper.ShowError("退料备注不能为空!");
                        return;
                    }
                    _obj.list.Add(new
                    {
                        Guid = _guid,
                        AboutGuid = Gs.DevApp.ToolBox.UtilityHelper.ToGuid(row["aboutGuid"].ToString()),
                        Sl = _sl, //申请数量
                        Remark = row["tld014"].ToString()
                        Remark = _tld014
                    });
                }
            }