From ce7c60fcec403e4e978e69db1a50aa58cdafcbda Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期一, 20 二月 2023 19:45:22 +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