From 557bbc16b5341d4e9ba1352ec48e66fc573b88cb Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 27 五月 2025 15:50:55 +0800 Subject: [PATCH] 检验 --- DevApp/Gs.DevApp/DevFrm/Ck/SelectSctk.cs | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Ck/SelectSctk.cs b/DevApp/Gs.DevApp/DevFrm/Ck/SelectSctk.cs index 7a70a52..628e646 100644 --- a/DevApp/Gs.DevApp/DevFrm/Ck/SelectSctk.cs +++ b/DevApp/Gs.DevApp/DevFrm/Ck/SelectSctk.cs @@ -1,6 +1,4 @@ -锘縰sing DevExpress.XtraEditors; -using Gs.DevApp.Entity; -using Gs.DevApp.ToolBox; +锘縰sing Gs.DevApp.ToolBox; using Newtonsoft.Json; using System; using System.Collections.Generic; @@ -19,7 +17,7 @@ Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, null, null, "", null, null, false); getPageList(1); } - + /// <summary> /// </summary> /// <param name="curPage">绗嚑椤�</param> @@ -77,12 +75,16 @@ { return; } - var mxName = dr["depotName"].ToString(); var list = new List<dynamic>(); list.Add(new { - guid = mxGuid, - name = mxName, + rkmxGuid = mxGuid, + workShop = dr["workShop"].ToString(), + itemId = dr["itemId"].ToString(), + itemNo = dr["itemNo"].ToString(), + itemName = dr["itemName"].ToString(), + itemModel = dr["itemModel"].ToString(), + dwName = dr["dwName"].ToString(), }); UpdateParent?.Invoke(this, new UpdateParentEventArgs { DynamicList = list }); Close(); -- Gitblit v1.9.3