From 88f0b4f47865c4af3153049965411a7795bc5e4c Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期五, 06 一月 2023 16:04:22 +0800
Subject: [PATCH] App生产分析接口修改

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

diff --git a/VueWebApi/Controllers/ErpSyncMesController.cs b/VueWebApi/Controllers/ErpSyncMesController.cs
index 92752e7..9216301 100644
--- a/VueWebApi/Controllers/ErpSyncMesController.cs
+++ b/VueWebApi/Controllers/ErpSyncMesController.cs
@@ -11,7 +11,7 @@
 namespace VueWebApi.Controllers
 {
     [RoutePrefix(prefix: "api/ErpSyncMes")]
-    [ControllerGroup("ERP鍩虹鏁版嵁鍚屾", "鍦ㄧ嚎鎺ュ彛")]
+    [ControllerGroup("鐣呮嵎閫歍+ERP鍩虹鏁版嵁鍚屾", "鍦ㄧ嚎鎺ュ彛")]
     [ChannelActionFilter]
     public class ErpSyncMesController : ApiController
     {
@@ -106,5 +106,19 @@
             return TJson.toJson(mes);
         }
         #endregion
+
+        #region[閲囪喘绠$悊锛氶噰璐鍗曞悓姝
+        /// <summary>
+        /// 鐢熶骇绠$悊锛氶噰璐鍗曞悓姝�
+        /// </summary>
+        /// <returns></returns>
+        [Route(template: "SeaveSearchErpPurchaseOrder")]
+        [HttpPost]
+        public HttpResponseMessage SeaveSearchErpPurchaseOrder()
+        {
+            mes = ErpSyncMesBLL.SeaveSearchErpPurchaseOrder();
+            return TJson.toJson(mes);
+        }
+        #endregion
     }
 }

--
Gitblit v1.9.3