From bf2820a1fbc9173aec189fe15803808dc7c3ea83 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 19 五月 2025 10:37:51 +0800 Subject: [PATCH] 其它出库 --- DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesItemQt.cs | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesItemQt.cs b/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesItemQt.cs index e3c57cb..63938b9 100644 --- a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesItemQt.cs +++ b/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; -- Gitblit v1.9.3