From 093a1f1e49f482a58cb95f6562ab6c890bb03c89 Mon Sep 17 00:00:00 2001 From: zongzhibin <zongzhibin@weben-smart.com> Date: 周四, 28 11月 2024 09:53:16 +0800 Subject: [PATCH] add --- LA24030_LuLiPackageLine_Print/LA24030_LuLiPackageLine_PrintService/WindowsFormsApplication1/Form1.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/LA24030_LuLiPackageLine_Print/LA24030_LuLiPackageLine_PrintService/WindowsFormsApplication1/Form1.cs b/LA24030_LuLiPackageLine_Print/LA24030_LuLiPackageLine_PrintService/WindowsFormsApplication1/Form1.cs index 90a1fcb..2ac9750 100644 --- a/LA24030_LuLiPackageLine_Print/LA24030_LuLiPackageLine_PrintService/WindowsFormsApplication1/Form1.cs +++ b/LA24030_LuLiPackageLine_Print/LA24030_LuLiPackageLine_PrintService/WindowsFormsApplication1/Form1.cs @@ -7,6 +7,7 @@ using iWareSql; using iWareSql.DataAccess; using iWareSql.MyDbContext; +using iWareSql.WmsDBModel; using System; using System.Collections.Generic; using System.Data; @@ -324,6 +325,9 @@ data.Add("Info13", item.Info13 ?? "");//褰撳墠鍖呴潰绉� data.Add("printTime", DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")); + //mycontext.mes + data.Add("leijisaomiaomj", item.Info13 ?? "");//绱鎵弿闈㈢Н + //鏌ヨ涓� 鍖呮暟鎹� var mylist = mycontext.mes_batchOrderUPI_new.Where(x => x.PackageCode == item.PackageCode).ToList(); var gg = mylist.GroupBy(x => x.DetailName); -- Gitblit v1.9.3