From 235195d724949cb447d835837d510851bb642ea3 Mon Sep 17 00:00:00 2001
From: Demo <Demo@DESKTOP-CPA90BF>
Date: 星期二, 12 三月 2024 16:57:17 +0800
Subject: [PATCH] 添加删除标签菜单信息、用户权限及功能方法,编写PDA取样出库页面功能,添加获取入库单信息方法
---
Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs b/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs
index 0b2d515..30fdad5 100644
--- a/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs
+++ b/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs
@@ -70,5 +70,20 @@
List<BoxInfoDto> GetBuDaLabelList(string boxNo, string endBoxNo, string boxNo2, string endBoxNo2, string type,
int userId);
+ /// <summary>
+ /// 鏍规嵁鍏ュ簱鍗曞彿杩囧幓鍗曟嵁涓嬫墍鏈夋壒娆″彿
+ /// </summary>
+ /// <param name="asnNo">鍏ュ簱鍗曞彿</param>
+ /// <returns>鎵规鍙烽泦鍚�</returns>
+ List<string> GetLotNoListByAsn(string asnNo);
+
+ /// <summary>
+ /// 鍒犻櫎鍗曟嵁涓嬪崟涓垨澶氫釜鎵规鐨勬爣绛�
+ /// </summary>
+ /// <param name="asnNo">鍏ュ簱鍗曞彿</param>
+ /// <param name="lotNo">鎵规鍙�</param>
+ /// <param name="userId">鎿嶄綔浜篒D</param>
+ void DelLabelByAsnNo(string asnNo, string lotNo,int userId);
+
}
}
--
Gitblit v1.8.0