lu
2025-02-17 dd3064d7f5bb6c7d570f21e87b29012bfd95b1d2
DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesItemQtDj.cs
@@ -39,7 +39,6 @@
            });
            getPageList(1);
            pageBar1.PagerEvent += PageBar1_PagerEvent;
            depot_id.getSuppler("");
        }
        private void GridView1_ColumnFilterChanged(object sender, EventArgs e)
@@ -316,7 +315,7 @@
            };
            toolBarMenu1.guidKey = "";
            string rowGuid, rowName;
            (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, lbGuid, txt_itemOutNo, gridView1, "billNo");
            (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, lbGuid, txt_itemOutNo, gridView1, "itemOutNo");
            if (string.IsNullOrEmpty(rowGuid))
            {
                MsgHelper.Warning("请先选择你要操作的行!");