From 2cafdd83b5173ca7e78dffcde63897b4be251179 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期五, 11 七月 2025 08:38:29 +0800
Subject: [PATCH] PDA增加AGV转运空托盘页面

---
 Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
index b87ed44..541550c 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
@@ -134,6 +134,17 @@
         /// <param name="url"></param>
         Task AgvTransport(string palletNo, string areaNo, string ruku, string url, int userId);
         /// <summary>
+        /// 鍛煎彨agv杞繍绌烘墭鐩�
+        /// </summary>
+        /// <param name="palletNo"></param>
+        /// <param name="areaNo"></param>
+        /// <param name="locatNo"></param>
+        /// <param name="url"></param>
+        /// <param name="userId"></param>
+        /// <returns></returns>
+        /// <exception cref="Exception"></exception>
+        Task AgvNullPallet(string palletNo, string areaNo, string locatNo, string url, int userId);
+        /// <summary>
         ///  agv杞繍鍛煎彨灏忚溅鍙栬揣
         /// </summary>
         /// <param name="soNo"></param>
@@ -174,6 +185,17 @@
 
         #endregion
 
+        #region 鎵樼洏鎷嗘墭鎹㈡墭
 
+        void GetBoxInfo(string boxNo, string pallNo);
+
+        void UpPalletByBox(string boxNo, string pallet, string palletNew, int userId);
+
+
+        List<SelectSkuLotNo> GetSelectSkuLotNo(string palletNo);
+
+        void UpPalletByQty(string palletNo, string palletNoNew, string detailId, decimal qty, int userId);
+
+        #endregion
     }
 }

--
Gitblit v1.8.0