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

---
 VueWebApi/Controllers/PurchaseOrderController.cs |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/VueWebApi/Controllers/PurchaseOrderController.cs b/VueWebApi/Controllers/PurchaseOrderController.cs
index 3cdf268..65da27e 100644
--- a/VueWebApi/Controllers/PurchaseOrderController.cs
+++ b/VueWebApi/Controllers/PurchaseOrderController.cs
@@ -61,6 +61,16 @@
         }
         #endregion
 
+        #region[閲囪喘璁㈠崟鏄庣粏]
+        [Route(template: "PurchaseOrderSubSearch")]
+        [HttpGet]
+        public HttpResponseMessage PurchaseOrderSubSearch(string purodercode)
+        {
+            mes = PurchaseOrderBLL.PurchaseOrderSubSearch(purodercode);
+            return TJson.toJson(mes);
+        }
+        #endregion
+
         #region[閲囪喘璁㈠崟鍒犻櫎]
         /// <summary>
         /// 閲囪喘璁㈠崟鍒犻櫎

--
Gitblit v1.9.3