From ec19fd9378f12db3274dda47525d9cd02712daa0 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期三, 15 三月 2023 17:49:23 +0800
Subject: [PATCH] 1.App采购入库选择有到货采购订单接口开发 2.App选择采购订单带出订单下有到货的物料信息接口 3.App采购入库扫描标签条码带出标签信息接口

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

diff --git a/VueWebApi/DLL/BLL/AppPurchManagementBLL.cs b/VueWebApi/DLL/BLL/AppPurchManagementBLL.cs
index fa5f784..e50eb85 100644
--- a/VueWebApi/DLL/BLL/AppPurchManagementBLL.cs
+++ b/VueWebApi/DLL/BLL/AppPurchManagementBLL.cs
@@ -37,5 +37,28 @@
             return AppPurchManagementDAL.MesAppPurchOrderSave(purordercode, orderstaus, username, json);
         }
         #endregion
+
+
+        #region[閲囪喘鍏ュ簱閫夋嫨鏈夊埌璐ч噰璐鍗昡
+        public static ToMessage MesAppPurchInStorSelectCGOrder()
+        {
+            return AppPurchManagementDAL.MesAppPurchInStorSelectCGOrder();
+        }
+        #endregion
+
+        #region[閫夋嫨閲囪喘璁㈠崟甯﹀嚭璁㈠崟涓嬫湁鍒拌揣鐨勭墿鏂欎俊鎭痌
+        public static ToMessage MesAppPurchInStorSelectCGOrderPart(string ordercode)
+        {
+            return AppPurchManagementDAL.MesAppPurchInStorSelectCGOrderPart(ordercode);
+        }
+        #endregion
+
+        #region[閲囪喘鍏ュ簱鎵弿鏍囩鏉$爜甯﹀嚭鍒拌揣鍗曚俊鎭痌
+        public static ToMessage MesAppPurchInStorScanLabCode(string labcode,string ordercode)
+        {
+            return AppPurchManagementDAL.MesAppPurchInStorScanLabCode(labcode, ordercode);
+        }
+        #endregion
+
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3