From 1a87a3bd6b3a85f7c7274f56a28a95135b351fbe Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期五, 02 十二月 2022 09:52:13 +0800
Subject: [PATCH] 车间质量看板不良明细放出产品
---
VueWebApi/DLL/BLL/KanBanManagerentBLL.cs | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs b/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs
index c645d9a..bc6332d 100644
--- a/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs
+++ b/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs
@@ -120,5 +120,41 @@
return KanBanManagerentDAL.WkshpContentData();
}
#endregion
+
+
+ #region[瀵屽皵杈捐溅闂磋川閲忔暟瀛楀寲鐪嬫澘,top5涓嶈壇]
+ public static ToMessage BadTop5(string StepCode)
+ {
+ return KanBanManagerentDAL.BadTop5(StepCode);
+ }
+ #endregion
+
+ #region[瀵屽皵杈捐溅闂磋川閲忔暟瀛楀寲鐪嬫澘,鍛ㄤ笉鑹秼鍔縘
+ public static ToMessage BadWeek(string StepCode)
+ {
+ return KanBanManagerentDAL.BadWeek(StepCode);
+ }
+ #endregion
+
+ #region[瀵屽皵杈捐溅闂磋川閲忔暟瀛楀寲鐪嬫澘,鏃ヤ笉鑹垎甯僝
+ public static ToMessage BadDayDistriBute(string StepCode)
+ {
+ return KanBanManagerentDAL.BadDayDistriBute(StepCode);
+ }
+ #endregion
+
+ #region[瀵屽皵杈捐溅闂磋川閲忔暟瀛楀寲鐪嬫澘,鍛ㄤ笉鑹垎甯僝
+ public static ToMessage BadWeekDistriBute(string StepCode)
+ {
+ return KanBanManagerentDAL.BadWeekDistriBute(StepCode);
+ }
+ #endregion
+
+ #region[瀵屽皵杈捐溅闂磋川閲忔暟瀛楀寲鐪嬫澘,涓嶈壇鏄庣粏]
+ public static ToMessage BadContManger(string StepCode)
+ {
+ return KanBanManagerentDAL.BadContManger(StepCode);
+ }
+ #endregion
}
}
\ No newline at end of file
--
Gitblit v1.9.3