From 738302071e079a214ded04c79b36e59f4326909c Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期五, 05 九月 2025 17:11:53 +0800
Subject: [PATCH] 修改申请巷道接口问题;优化PDA组托页面
---
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