lu
15 小时以前 40036d84a94b47b82b2d6316fb63df5e2847c6df
DevApp/Gs.DevApp/DevFrm/WW/Frm_WwTbl.cs
@@ -87,12 +87,7 @@
                };
                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();
@@ -382,8 +377,8 @@
                        MsgHelper.ShowError("申请数量不能为空!");
                        return;
                    }
                    _sl = row["tld014"].ToString();
                    if (string.IsNullOrEmpty(_sl))
                    string  _tld014 = row["tld014"].ToString();
                    if (string.IsNullOrEmpty(_tld014))
                    {
                        MsgHelper.ShowError("退料备注不能为空!");
                        return;
@@ -393,7 +388,7 @@
                        Guid = _guid,
                        AboutGuid = Gs.DevApp.ToolBox.UtilityHelper.ToGuid(row["aboutGuid"].ToString()),
                        Sl = _sl, //申请数量
                        Remark = row["tld014"].ToString()
                        Remark = _tld014
                    });
                }
            }