From 369add6412e52aa6f5cdc6c4b6572434253a4ee0 Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期一, 05 二月 2024 16:00:05 +0800 Subject: [PATCH] 修改托盘标签页面查询条件 --- Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs index e30184c..bf70ee5 100644 --- a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs +++ b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs @@ -63,5 +63,11 @@ // 鏍规嵁绠辩爜鑾峰彇鏍囩绠辩爜淇℃伅 List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model); + + //鏍规嵁鍗曟嵁鍙疯幏鍙栧崟鎹槑缁嗗垪琛� + List<ArrivalNoticeDetailDto> GetBindArrivalNoticeDetails(ArrivalNoticeVm model); + + //骞冲簱纭鍏ュ簱 + void ConfirmInStock(PalletBindVm model); } } -- Gitblit v1.8.0