From 00ef2fe9776ed050fa4b0369de2e257979d267bf Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期三, 10 十二月 2025 10:19:22 +0800
Subject: [PATCH] 1.入库记录查询增加InOrdercode(erp单据号)字段

---
 VueWebCoreApi/DLL/BLL/ReportManagerBLL.cs |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/VueWebCoreApi/DLL/BLL/ReportManagerBLL.cs b/VueWebCoreApi/DLL/BLL/ReportManagerBLL.cs
index 157d51e..aaf8f4d 100644
--- a/VueWebCoreApi/DLL/BLL/ReportManagerBLL.cs
+++ b/VueWebCoreApi/DLL/BLL/ReportManagerBLL.cs
@@ -168,6 +168,13 @@
         }
         #endregion
 
+        #region[MES鍏ュ簱璁板綍鍒犻櫎]
+        public static ToMessage DeleteMesInStorageRecord(DataTable dt, User us)
+        {
+            return ReportManagerDAL.DeleteMesInStorageRecord(dt, us);
+        }
+        #endregion
+
         #region[T+鍏ュ簱璁板綍鍒犻櫎]
         public static ToMessage DeleteInStorageRecord(DataTable dt, User us)
         {

--
Gitblit v1.9.3