From adf52922fbe13bc6c164b5dafeb0e445ca2f214f Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期五, 17 一月 2025 14:15:52 +0800
Subject: [PATCH] WCS返回出库完成信号 更改

---
 Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs |   30 ++++++++++++++++++++++++++++--
 1 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
index e30184c..e10b9cd 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
@@ -11,11 +11,17 @@
 {
     public interface IPdaAsnServer
     {
+        //鑾峰彇鍗曟嵁鏄庣粏鏄剧ず鐨勭墿鏂�
+        List<ArrivalNoticeDetailDto> GetArrivalNoticesInfo(ArrivalNoticeVm model);
+
         // 鑾峰彇鍗曟嵁鍒楄〃
-        List<ArrivalNoticeDto> GetArrivalNotices(ArrivalNoticeVm model);
+        List<string> GetArrivalNotices(ArrivalNoticeVm model);
 
         // 鏍规嵁鍗曟嵁鍙疯幏鍙栧崟鎹槑缁嗗垪琛�
         List<ArrivalNoticeDetailDto> GetArrivalNoticeDetails(ArrivalNoticeVm model);
+
+        //鏍规嵁鍏ュ簱鍗曞彿鑾峰彇鍏ュ簱鎬诲崟淇℃伅
+        List<BllArrivalNotice> GetArrivalNotice(ArrivalNoticeVm model);
 
         // 鏍规嵁鍗曟嵁鏄庣粏ID鑾峰彇鏄庣粏璇︽儏
         ArrivalNoticeDetailDto GetArrivalNoticeDetail(ArrivalNoticeDetailVm model);
@@ -34,6 +40,9 @@
 
         // 缁戝畾绌烘墭鐩�
         string BindNullPallet(PalletBindVm model);
+
+        // 鍙犳墭鏈虹粦瀹氱┖鎵樼洏璺�
+        string BindNullPallets(PalletsBind model);
 
         /// <summary>
         /// 瑙g粦绌烘墭鐩�
@@ -55,13 +64,30 @@
         //鏍规嵁鎵樼洏鍙疯幏鍙栧叆搴撳崟鍙�
         string GetASNNoByPalletNo(string palletNo);
 
+        /// <summary>
+        /// 楠岃瘉鍌ㄤ綅鍦板潃(鍦扮爜)鏄惁鍙敤銆�
+        /// </summary>
+        /// <param name="LocatNo"></param>
+        /// <returns></returns>
+        string CheckLocatNo(string LocatNo);
+
         //鏍规嵁绠辩爜鑾峰彇鐗╂枡銆佹壒娆°�佹暟閲忕瓑淇℃伅
         PdaPalletNoCheckDto GetBoxInfoByBoxNo(string boxNo);
 
         //闆剁鍏ュ簱
         void CompleteInStockLing(PdaLingAsnVm model, int userId);
 
+        void GetBoxInfoByFuMa(string boxNo, string url, string fuMaTokenUrl,string levelType);
+
         // 鏍规嵁绠辩爜鑾峰彇鏍囩绠辩爜淇℃伅
-        List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model);
+        List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model, string url, string fuMaTokenUrl);
+        // 鏍规嵁绠辩爜鑾峰彇鏍囩鏈�灏忚拷婧爜淇℃伅
+        List<BoxInfoDto> GetBindBoxInfo2s(BoxInfoVm model,string url, string fuMaTokenUrl);
+
+        //鏍规嵁鍗曟嵁鍙疯幏鍙栧崟鎹槑缁嗗垪琛�
+        List<ArrivalNoticeDetailDto> GetBindArrivalNoticeDetails(ArrivalNoticeVm model);
+
+        //骞冲簱纭鍏ュ簱
+        void ConfirmInStock(PalletBindVm model);
     }
 }

--
Gitblit v1.8.0