From c715bbf91baff280e7b043adf1fa95f74e5d3481 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 07 三月 2023 07:58:13 +0800
Subject: [PATCH] MES报废补单选源单接口
---
VueWebApi/DLL/BLL/KanBanManagerentBLL.cs | 33 +++++++++++++++++++++------------
1 files changed, 21 insertions(+), 12 deletions(-)
diff --git a/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs b/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs
index 45fc016..9a1a587 100644
--- a/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs
+++ b/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs
@@ -10,39 +10,38 @@
{
public class KanBanManagerentBLL
{
-
- #region[澶у矝杞﹂棿缁煎悎鐪嬫澘,鐢熶骇杞﹂棿鏌ユ壘浜х嚎鎺ュ彛]
- public static ToMessage ShopSearchLine(string shopcode)
+ #region[澶у矝杞﹂棿缁煎悎鐪嬫澘,鑾峰彇鐢熶骇杞﹂棿]
+ public static ToMessage ShopSearch()
{
- return KanBanManagerentDAL.ShopSearchLine(shopcode);
+ return KanBanManagerentDAL.ShopSearch();
}
#endregion
#region[澶у矝杞﹂棿缁煎悎鐪嬫澘,宸︿笂浜х嚎鍔犲伐浠诲姟鎺ュ彛]
- public static ToMessage LineSearchTopLeftData(List<ObjectData> json)
+ public static ToMessage LineSearchTopLeftData(string shopcode)
{
- return KanBanManagerentDAL.LineSearchTopLeftData(json);
+ return KanBanManagerentDAL.LineSearchTopLeftData(shopcode);
}
#endregion
#region[澶у矝杞﹂棿缁煎悎鐪嬫澘,宸︿笅鍒楄〃鎺ュ彛]
- public static ToMessage LineSearchBottomLeftData()
+ public static ToMessage LineSearchBottomLeftData(string shopcode)
{
- return KanBanManagerentDAL.LineSearchBottomLeftData();
+ return KanBanManagerentDAL.LineSearchBottomLeftData(shopcode);
}
#endregion
#region[澶у矝杞﹂棿缁煎悎鐪嬫澘,鍙充笂top鎺掕鎺ュ彛]
- public static ToMessage LineSearchTopRightData()
+ public static ToMessage LineSearchTopRightData(string shopcode)
{
- return KanBanManagerentDAL.LineSearchTopRightData();
+ return KanBanManagerentDAL.LineSearchTopRightData(shopcode);
}
#endregion
#region[澶у矝杞﹂棿缁煎悎鐪嬫澘,鍙充笅top鎺掕鎺ュ彛]
- public static ToMessage LineSearchBottomRightData()
+ public static ToMessage LineSearchBottomRightData(string shopcode)
{
- return KanBanManagerentDAL.LineSearchBottomRightData();
+ return KanBanManagerentDAL.LineSearchBottomRightData(shopcode);
}
#endregion
@@ -98,5 +97,15 @@
return KanBanManagerentDAL.WareHouseRightBottomData();
}
#endregion
+
+
+ #region[杞﹂棿鐪嬫澘鍏憡]
+ public static ToMessage WkspReportNotice(string shopcode)
+ {
+ return KanBanManagerentDAL.WkspReportNotice(shopcode);
+ }
+ #endregion
+
+
}
}
\ No newline at end of file
--
Gitblit v1.9.3