iqc
lu
2025-03-17 7225cb17c5c39b95c9b1d70c25878a470b8e509b
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.cs
@@ -287,6 +287,7 @@
                list = new List<dynamic>(),
            };
            gvMx1.CloseEditor();
            gvMx1.PostEditor();
            gvMx1.UpdateCurrentRow();
            if (gvMx1.DataRowCount <= 0)
            {
@@ -567,6 +568,7 @@
            gvMx1.SetFocusedRowCellValue("itemId", SelectedDataRow["id"].ToString());
            gvMx1.SetFocusedRowCellValue("itemUnit", SelectedDataRow["dwName"].ToString());
            gvMx1.CloseEditor();
            gvMx1.PostEditor();
            gvMx1.UpdateCurrentRow();
        }