lu
2025-06-11 faca8e5d589896b87535612b6d87565b73f74fe4
DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesItemQt.cs
@@ -437,6 +437,11 @@
            }
        }
        /// <summary>
        /// 读取
        /// </summary>
        /// <param name="strGuid"></param>
        private void getModel(string strGuid)
        {
            bool isEdit = false;
@@ -668,7 +673,11 @@
            gvMx1.SetFocusedRowCellValue("qd009", SelectedDataRow["dwName"]);
            gvMx1.SetFocusedRowCellValue("itemId", SelectedDataRow["id"]);
        }
        /// <summary>
        /// 删除明细
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void repositoryItemButtonEdit1_ButtonClick(object sender, DevExpress.XtraEditors.Controls.ButtonPressedEventArgs e)
        {
            var rowhandle = gvMx1.FocusedRowHandle;