From 9c634fd767aec36ef97c3a814bf7a29c67d20ee1 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期五, 29 三月 2024 10:57:35 +0800
Subject: [PATCH] 修改单据重复显示问题,增加工单源单id关联

---
 VueWebApi/DLL/BLL/BaseDateBLL.cs |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 57 insertions(+), 0 deletions(-)

diff --git a/VueWebApi/DLL/BLL/BaseDateBLL.cs b/VueWebApi/DLL/BLL/BaseDateBLL.cs
index bd3049a..e4dfda7 100644
--- a/VueWebApi/DLL/BLL/BaseDateBLL.cs
+++ b/VueWebApi/DLL/BLL/BaseDateBLL.cs
@@ -43,5 +43,62 @@
             return BaseDateDAL.WarehouseLocationSearchStoreHouse(locationcode);
         }
         #endregion
+
+        #region[鍗曚綅淇℃伅鏌ヨ]
+        public static ToMessage UnitSerch()
+        {
+            return BaseDateDAL.UnitSerch();
+        }
+        #endregion
+
+        #region[璐ㄦ鏂规淇℃伅]
+        public static ToMessage QualityScheme()
+        {
+            return BaseDateDAL.QualityScheme();
+        }
+        #endregion
+
+        #region[瀛樿揣鏌ヨ]
+        public static ToMessage InventorySelect(string param)
+        {
+            return BaseDateDAL.InventorySelect(param);
+        }
+        #endregion
+
+        #region[閫氳繃閫夋嫨鐨勬墍灞炵粍缁囨煡璇㈡墍灞炵彮缁刔
+        public static ToMessage StorgGroupSelect(string stu_torgcode, string description)
+        {
+            return BaseDateDAL.StorgGroupSelect(stu_torgcode, description);
+        }
+        #endregion
+
+        #region[閫氳繃閫夋嫨鐨勬墍灞炵粍缁囨煡璇㈡墍灞炶鑹茬被鍨媇
+        public static ToMessage StorgRoleSelect(string stu_torgcode, string description)
+        {
+            return BaseDateDAL.StorgRoleSelect(stu_torgcode, description);
+        }
+        #endregion
+
+
+        #region[ERP鐢熶骇杞﹂棿/閮ㄩ棬淇℃伅鏌ヨ]
+        public static ToMessage ErpWkshopDepartmentSelect()
+        {
+            return BaseDateDAL.ErpWkshopDepartmentSelect();
+        }
+        #endregion
+
+        #region[ERP鐢熶粨搴撲俊鎭煡璇
+        public static ToMessage ErpWarehouseSelect()
+        {
+            return BaseDateDAL.ErpWarehouseSelect();
+        }
+        #endregion
+
+        #region[ERP鐢熺敤鎴蜂俊鎭煡璇
+        public static ToMessage ErpUserSelect()
+        {
+            return BaseDateDAL.ErpUserSelect();
+        }
+        #endregion
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3