From 4f18572bce174f7d131e11d3f69156183ff7c71d Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期四, 09 二月 2023 21:34:06 +0800
Subject: [PATCH] 采购订单存储过程修改、采购订单明细接口

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

diff --git a/VueWebApi/DLL/BLL/PurchaseOrderBLL.cs b/VueWebApi/DLL/BLL/PurchaseOrderBLL.cs
index 0281c63..3c80b1f 100644
--- a/VueWebApi/DLL/BLL/PurchaseOrderBLL.cs
+++ b/VueWebApi/DLL/BLL/PurchaseOrderBLL.cs
@@ -16,6 +16,13 @@
         }
         #endregion
 
+        #region[閲囪喘璁㈠崟鏄庣粏]
+        public static ToMessage PurchaseOrderSubSearch(string purodercode)
+        {
+            return PurchaseOrderDAL.PurchaseOrderSubSearch(purodercode);
+        }
+        #endregion
+
         #region[閲囪喘璁㈠崟鍒犻櫎]
         public static ToMessage DeletePurchaseOrder(string po)
         {

--
Gitblit v1.9.3