From 3a050b4d542dd2aefa65de27a6acecca1d9dda3d Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期日, 25 五月 2025 14:27:04 +0800
Subject: [PATCH] 修改问题
---
Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs | 24 ++++++++++++++++++++++--
1 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
index e826d99..4d1624b 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
@@ -12,6 +12,26 @@
{
public interface IPdaAsnServer
{
+ #region JC34
+
+ //鑾峰彇闇�瑕佽创鏍囩鐨勫叆搴撳崟 鍗曟嵁鍙烽泦鍚�
+ List<string> GetPasteAsnNoStrList();
+ //鑾峰彇涓嶉渶瑕佽创鏍囩鐨勫叆搴撳崟 鍗曟嵁鍙烽泦鍚�
+ List<string> GetNoPasteAsnNoStrList();
+ //鏍规嵁鍗曟嵁鑾峰彇鏍囩鏁伴噺
+ BoxListInfoDto GetBoxCountByAsn(string asnNo, int? asnDetailId);
+
+ /// <summary>
+ /// 淇濆瓨鎸囧畾鐨勫偍浣�
+ /// </summary>
+ /// <param name="palletNo"></param>
+ /// <param name="locateNo"></param>
+ /// <param name="userId"></param>
+ void SaveAppointLocate(string palletNo, string locateNo, int userId);
+
+ #endregion
+
+
// 鑾峰彇鍗曟嵁鍒楄〃
List<ArrivalNoticeDto> GetArrivalNotices(ArrivalNoticeVm model);
@@ -104,7 +124,7 @@
void CompleteInStockLing(PdaLingAsnVm model, int userId);
// 鏍规嵁绠辩爜鑾峰彇鏍囩绠辩爜淇℃伅
- List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model);
+ List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model,string url);
//鏍规嵁鍗曟嵁鍙疯幏鍙栧崟鎹槑缁嗗垪琛�
List<ArrivalNoticeDetailDto> GetBindArrivalNoticeDetails(ArrivalNoticeVm model);
@@ -113,7 +133,7 @@
void ConfirmInStock(PalletBindVm model);
//鏍规嵁绠辩爜鍚戣拷婧郴缁熻姹傜淇℃伅
- List<BoxInfoDto> GetFMBindBoxInfos(string boxno);
+ List<BoxInfoDto> GetFMBindBoxInfos(string boxno,string url);
#region JC23鍙栨牱涓氬姟鎺ュ彛
--
Gitblit v1.8.0