From da6350d73fdd6b168756a2986b1e5cb0a2da00ed Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期三, 29 三月 2023 10:59:13 +0800
Subject: [PATCH] 订单下达生成工单语句修改、手工创建生产工单生成单据号接口

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

diff --git a/VueWebApi/Controllers/KanBanManagerentController.cs b/VueWebApi/Controllers/KanBanManagerentController.cs
index c0c506e..8bc1d31 100644
--- a/VueWebApi/Controllers/KanBanManagerentController.cs
+++ b/VueWebApi/Controllers/KanBanManagerentController.cs
@@ -193,5 +193,24 @@
             return TJson.toJson(mes);
         }
         #endregion
+
+
+
+        #region[杞﹂棿鐪嬫澘鍏憡]
+        /// <summary>
+        /// 杞﹂棿鐪嬫澘鍏憡
+        /// </summary>
+        /// <param name="shopcode">杞﹂棿缂栫爜</param>
+        /// <returns></returns>
+        [Route(template: "WkspReportNotice")]
+        [HttpPost]
+        public HttpResponseMessage WkspReportNotice(string shopcode)
+        {
+            mes = KanBanManagerentBLL.WkspReportNotice(shopcode);
+            return TJson.toJson(mes);
+        }
+        #endregion
+
+
     }
 }

--
Gitblit v1.9.3