From 2c4c080fc6e90d8c92355d779372cd24ae67b02e Mon Sep 17 00:00:00 2001
From: Administrator <Administrator@DESKTOP-JIE70N9>
Date: 星期一, 26 五月 2025 16:13:51 +0800
Subject: [PATCH] 线边库标签打印
---
Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
index 6ffd44f..5df16db 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
@@ -7,6 +7,8 @@
using Model.ModelDto.PdaDto;
using WMS.Entity.BllAsnEntity;
using Model.ModelDto.DataDto;
+using Model.ModelDto.SysDto;
+using Model.ModelVm.SysVm;
namespace WMS.IBLL.IPdaServer
{
@@ -31,6 +33,12 @@
#endregion
+
+ // 鏍规嵁鐗╂枡缂栫爜銆佸悕绉拌幏鍙栫墿鏂欎俊鎭��
+ MaterialsDto GetSkuInfo(GetMaterialsVm model);
+
+ // 鐢熸垚绾胯竟搴撶鐮侊紝杩斿洖绠辩爜淇℃伅銆�
+ List<BllBoxInfo> AddLabels(LabelsVm model);
// 鑾峰彇鍗曟嵁鍒楄〃
List<ArrivalNoticeDto> GetArrivalNotices(ArrivalNoticeVm model);
@@ -124,7 +132,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 +141,7 @@
void ConfirmInStock(PalletBindVm model);
//鏍规嵁绠辩爜鍚戣拷婧郴缁熻姹傜淇℃伅
- List<BoxInfoDto> GetFMBindBoxInfos(string boxno);
+ List<BoxInfoDto> GetFMBindBoxInfos(string boxno,string url);
#region JC23鍙栨牱涓氬姟鎺ュ彛
--
Gitblit v1.8.0