From 6b91eea8f3a54269a61d0626efb879cc7da5b4bf Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 25 四月 2023 09:39:57 +0800
Subject: [PATCH] 物流检验报表接口开发

---
 VueWebApi/DLL/BLL/AppPurchManagementBLL.cs |   43 +++++++++++++++++++++++++++++++++++++++----
 1 files changed, 39 insertions(+), 4 deletions(-)

diff --git a/VueWebApi/DLL/BLL/AppPurchManagementBLL.cs b/VueWebApi/DLL/BLL/AppPurchManagementBLL.cs
index e50eb85..54074eb 100644
--- a/VueWebApi/DLL/BLL/AppPurchManagementBLL.cs
+++ b/VueWebApi/DLL/BLL/AppPurchManagementBLL.cs
@@ -32,17 +32,17 @@
         #endregion
 
         #region[閲囪喘鍒拌揣锛氭彁浜
-        public static ToMessage MesAppPurchOrderSave(string purordercode, string orderstaus,string username, List<AppPurchOrderSave> json)
+        public static ToMessage MesAppPurchOrderSave(string purordercode,string username, List<AppPurchOrderSave> json)
         {
-            return AppPurchManagementDAL.MesAppPurchOrderSave(purordercode, orderstaus, username, json);
+            return AppPurchManagementDAL.MesAppPurchOrderSave(purordercode, username, json);
         }
         #endregion
 
 
         #region[閲囪喘鍏ュ簱閫夋嫨鏈夊埌璐ч噰璐鍗昡
-        public static ToMessage MesAppPurchInStorSelectCGOrder()
+        public static ToMessage MesAppPurchInStorSelectCGOrder(string purchordercode)
         {
-            return AppPurchManagementDAL.MesAppPurchInStorSelectCGOrder();
+            return AppPurchManagementDAL.MesAppPurchInStorSelectCGOrder(purchordercode);
         }
         #endregion
 
@@ -60,5 +60,40 @@
         }
         #endregion
 
+        #region[閲囪喘鍏ュ簱鎻愪氦]
+        public static ToMessage MesAppPurchInStorSave(string ordercode, string username, string incontent)
+        {
+            return AppPurchManagementDAL.MesAppPurchInStorSave(ordercode,username, incontent);
+        }
+        #endregion
+
+
+        #region[閲囪喘閫�璐э細鑾峰彇閲囪喘璁㈠崟鍒楄〃(宸插埌璐х殑閲囪喘璁㈠崟)]
+        public static ToMessage MesAppPurchaseReturnOrderSearch(string purchordercode)
+        {
+            return AppPurchManagementDAL.MesAppPurchaseReturnOrderSearch(purchordercode);
+        }
+        #endregion
+
+        #region[閲囪喘閫�璐э細閫夋嫨閲囪喘璁㈠崟鑾峰彇鐗╂枡淇℃伅]
+        public static ToMessage MesAppPurchReturnOrderPartSearch(string purchordercode)
+        {
+            return AppPurchManagementDAL.MesAppPurchReturnOrderPartSearch(purchordercode);
+        }
+        #endregion
+
+        #region[閲囪喘閫�璐у崟锛氭壂鎻忔爣绛綸
+        public static ToMessage MesAppPurchReturnInStorScanLabCode(string ordercode, string partcode, string labcode)
+        {
+            return AppPurchManagementDAL.MesAppPurchReturnInStorScanLabCode(ordercode,partcode,labcode);
+        }
+        #endregion
+
+        #region[閲囪喘閫�璐у崟锛氭彁浜
+        public static ToMessage MesAppPurchReturnInStorSave(string orderid, string ordercode, string username, string incontent)
+        {
+            return AppPurchManagementDAL.MesAppPurchReturnInStorSave(orderid,ordercode, username, incontent);
+        }
+        #endregion
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3