From d34d36d5c0478d1e5f56b92fc5b38fc5ca379e5c Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-5BIMHQ3> Date: 星期四, 22 二月 2024 15:44:11 +0800 Subject: [PATCH] Merge branch 'wxw' --- Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs index e30184c..4cfb390 100644 --- a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs +++ b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs @@ -55,6 +55,13 @@ //鏍规嵁鎵樼洏鍙疯幏鍙栧叆搴撳崟鍙� string GetASNNoByPalletNo(string palletNo); + /// <summary> + /// 楠岃瘉鍌ㄤ綅鍦板潃(鍦扮爜)鏄惁鍙敤銆� + /// </summary> + /// <param name="LocatNo"></param> + /// <returns></returns> + string CheckLocatNo(string LocatNo); + //鏍规嵁绠辩爜鑾峰彇鐗╂枡銆佹壒娆°�佹暟閲忕瓑淇℃伅 PdaPalletNoCheckDto GetBoxInfoByBoxNo(string boxNo); @@ -63,5 +70,11 @@ // 鏍规嵁绠辩爜鑾峰彇鏍囩绠辩爜淇℃伅 List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model); + + //鏍规嵁鍗曟嵁鍙疯幏鍙栧崟鎹槑缁嗗垪琛� + List<ArrivalNoticeDetailDto> GetBindArrivalNoticeDetails(ArrivalNoticeVm model); + + //骞冲簱纭鍏ュ簱 + void ConfirmInStock(PalletBindVm model); } } -- Gitblit v1.8.0