From dac60fce253e085b3c4f4ee049a795f16aed2eba Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期一, 08 五月 2023 18:15:39 +0800
Subject: [PATCH] 物流检验记录接口修改 末道工序完工报工自动关单方法开发 登录登出记录接口修改(去掉update,保留insert)

---
 VueWebApi/DLL/BLL/PurchaseOrderBLL.cs |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/VueWebApi/DLL/BLL/PurchaseOrderBLL.cs b/VueWebApi/DLL/BLL/PurchaseOrderBLL.cs
index 0281c63..63a2a4e 100644
--- a/VueWebApi/DLL/BLL/PurchaseOrderBLL.cs
+++ b/VueWebApi/DLL/BLL/PurchaseOrderBLL.cs
@@ -16,6 +16,13 @@
         }
         #endregion
 
+        #region[閲囪喘璁㈠崟鏄庣粏]
+        public static ToMessage PurchaseOrderSubSearch(string purodercode)
+        {
+            return PurchaseOrderDAL.PurchaseOrderSubSearch(purodercode);
+        }
+        #endregion
+
         #region[閲囪喘璁㈠崟鍒犻櫎]
         public static ToMessage DeletePurchaseOrder(string po)
         {
@@ -36,5 +43,41 @@
             return PurchaseOrderDAL.ReversVerifyPurchaseOrder(po, username);
         }
         #endregion
+
+        #region[閲囪喘璁㈠崟鍏抽棴]
+        public static ToMessage ClosedPurchaseOrder(string po, string username)
+        {
+            return PurchaseOrderDAL.ClosedPurchaseOrder(po, username);
+        }
+        #endregion
+
+
+        #region[閲囪喘鍒拌揣鍗曟煡璇
+        public static ToMessage PurchaseArrivalOrderSearch(string orderstatus, string mesordercode, string departmentcode, string customercode, string orderdateopendate, string orderdateclosedate, string sourceorder, string creatuser, string arrivalopendate, string arrivalclosedate, int startNum, int endNum, string prop, string order)
+        {
+            return PurchaseOrderDAL.PurchaseArrivalOrderSearch(orderstatus,mesordercode, departmentcode, customercode, orderdateopendate, orderdateclosedate, sourceorder, creatuser, arrivalopendate, arrivalclosedate, startNum, endNum, prop, order);
+        }
+        #endregion
+
+        #region[閲囪喘鍒拌揣鍗曟槑缁哴
+        public static ToMessage PurchaseArrivalOrderSubSearch(string arrivelodercode)
+        {
+            return PurchaseOrderDAL.PurchaseArrivalOrderSubSearch(arrivelodercode);
+        }
+        #endregion
+
+        #region[閲囪喘鍒拌揣鍗曞叧闂璢
+        public static ToMessage ClosedPurchaseArrivalOrder(string arrivelodercode, string username)
+        {
+            return PurchaseOrderDAL.ClosedPurchaseArrivalOrder(arrivelodercode,username);
+        }
+        #endregion
+
+        #region[閲囪喘鍒拌揣鍗曟槑缁嗘煡鐪嬫潯鐮佽鎯匽
+        public static ToMessage PurchaseArrivalOrderSubLabDetails(string sourceorder, string arrivelodercode, string partcode)
+        {
+            return PurchaseOrderDAL.PurchaseArrivalOrderSubLabDetails(sourceorder,arrivelodercode, partcode);
+        }
+        #endregion
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3