From d734833a8520aad070ea4ad9fe7f768c2effe7f1 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期四, 09 二月 2023 21:54:51 +0800
Subject: [PATCH] 采购订单删除判断是否生成到货单

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

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

--
Gitblit v1.9.3