bug
lu
16 小时以前 2057778ce796422f1dab4ec011ca66eb1faf66cf
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,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
                    });
                }
            }