From dfe8c5343eefa07dffe6b07981c179cb72c6b9cb Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期四, 23 三月 2023 15:55:59 +0800
Subject: [PATCH] nothing
---
VueWebApi/DLL/BLL/AppPurchManagementBLL.cs | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/VueWebApi/DLL/BLL/AppPurchManagementBLL.cs b/VueWebApi/DLL/BLL/AppPurchManagementBLL.cs
index 9c08a8f..e50eb85 100644
--- a/VueWebApi/DLL/BLL/AppPurchManagementBLL.cs
+++ b/VueWebApi/DLL/BLL/AppPurchManagementBLL.cs
@@ -3,6 +3,7 @@
using System.Linq;
using System.Web;
using VueWebApi.DLL.DAL;
+using VueWebApi.Models;
using VueWebApi.Tools;
namespace VueWebApi.DLL.BLL
@@ -29,5 +30,35 @@
return AppPurchManagementDAL.MesAppPurchOrderLabelBarCode(partcode, arrivalqty, onelableqty);
}
#endregion
+
+ #region[閲囪喘鍒拌揣锛氭彁浜
+ public static ToMessage MesAppPurchOrderSave(string purordercode, string orderstaus,string username, List<AppPurchOrderSave> json)
+ {
+ return AppPurchManagementDAL.MesAppPurchOrderSave(purordercode, orderstaus, username, json);
+ }
+ #endregion
+
+
+ #region[閲囪喘鍏ュ簱閫夋嫨鏈夊埌璐ч噰璐鍗昡
+ public static ToMessage MesAppPurchInStorSelectCGOrder()
+ {
+ return AppPurchManagementDAL.MesAppPurchInStorSelectCGOrder();
+ }
+ #endregion
+
+ #region[閫夋嫨閲囪喘璁㈠崟甯﹀嚭璁㈠崟涓嬫湁鍒拌揣鐨勭墿鏂欎俊鎭痌
+ public static ToMessage MesAppPurchInStorSelectCGOrderPart(string ordercode)
+ {
+ return AppPurchManagementDAL.MesAppPurchInStorSelectCGOrderPart(ordercode);
+ }
+ #endregion
+
+ #region[閲囪喘鍏ュ簱鎵弿鏍囩鏉$爜甯﹀嚭鍒拌揣鍗曚俊鎭痌
+ public static ToMessage MesAppPurchInStorScanLabCode(string labcode,string ordercode)
+ {
+ return AppPurchManagementDAL.MesAppPurchInStorScanLabCode(labcode, ordercode);
+ }
+ #endregion
+
}
}
\ No newline at end of file
--
Gitblit v1.9.3