From 89d64f80cbc6442d777b9934909ff9f8870c6cc0 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期五, 01 八月 2025 10:17:46 +0800
Subject: [PATCH] bug
---
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