From 6167bf4c8fe617d9f9861585042149d48ad15dbb Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期二, 13 五月 2025 17:54:50 +0800
Subject: [PATCH] 修改问题,添加PDA下发出库页面
---
Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
index 6ffd44f..4d1624b 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
@@ -124,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);
@@ -133,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