From f6cb981322bc4c2a27921ad0480dce7fb483a4d8 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 10 四月 2026 13:23:54 +0800
Subject: [PATCH] 先提交一部分

---
 CY_ECommercePlatform/CY.BLL/OA/OA_OutOfStorageBLL.cs |   26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 deletions(-)

diff --git a/CY_ECommercePlatform/CY.BLL/OA/OA_OutOfStorageBLL.cs b/CY_ECommercePlatform/CY.BLL/OA/OA_OutOfStorageBLL.cs
index 5e5e08c..5beff3b 100644
--- a/CY_ECommercePlatform/CY.BLL/OA/OA_OutOfStorageBLL.cs
+++ b/CY_ECommercePlatform/CY.BLL/OA/OA_OutOfStorageBLL.cs
@@ -113,7 +113,7 @@
 
                         m_OA_Procurement = _OA_ProcurementBLL.SelectSingleModel(Keyid);
                         m_OA_Procurement.PurchaseStatusId = 201;
-                        m_OA_Procurement.Remark = m_OA_WarehouseInfo.WarehouseName;
+                        m_OA_Procurement.WarehouseName = m_OA_WarehouseInfo.WarehouseName;
                         if (!WarehouseName.Equals("涓婃満浣跨敤"))
                         {
                             //搴撳瓨琛ㄥ璞�
@@ -219,5 +219,29 @@
         {
             return outOfStorageDAL.getModelList(pa, FirmId, Keyids);
         }
+
+
+        public IEnumerable<Model.OA_OutOfStorage> getModelListByRemark(Guid FirmId, string Remark)
+        {
+            return outOfStorageDAL.getModelListByRemark( FirmId, Remark);
+        }
+
+        /// <summary>
+        /// 鍒犻櫎鍚堜綔瀹㈡埛
+        /// </summary>
+        /// <param name="rType"></param>
+        /// <returns></returns>
+        public bool DeleteModel(CY.Model.OA_OutOfStorage rType)
+        {
+            try
+            {
+                outOfStorageDAL.DeleteModel(rType);
+            }
+            catch (Exception ex)
+            {
+                throw ex;
+            }
+            return true;
+        }
     }
 }

--
Gitblit v1.9.1