From d3521d4f8feda989df7f0f48eff6ee3fd6ebec47 Mon Sep 17 00:00:00 2001 From: Demo <Demo@DESKTOP-CPA90BF> Date: 星期一, 19 二月 2024 09:59:22 +0800 Subject: [PATCH] 修改标签生成数量限制问题 --- Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs b/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs index d0c6632..0b2d515 100644 --- a/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs +++ b/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs @@ -4,6 +4,7 @@ using System.Collections.Generic; using System.Text; using Model.ModelDto.BllAsnDto; +using WMS.Entity.BllAsnEntity; namespace WMS.IBLL.IBllAsnServer { @@ -54,7 +55,20 @@ /// <param name="storeTime">鍌ㄥ瓨鏈熻嚦</param> /// <param name="userId">鎿嶄綔浜�</param> /// <returns></returns> - List<BoxInfoDto> AddLabelBoxReturn(int imId, string isReset, decimal arriveQty, string productionTime, string expirationTime, string storeTime, int userId); + List<BllBoxInfo> AddLabelBox(int imId, string isReset, decimal arriveQty, string productionTime, string expirationTime, string storeTime, int userId); + + /// <summary> + /// 琛ユ墦鏍囩 + /// </summary> + /// <param name="boxNo">寮�濮嬬鐮�</param> + /// <param name="endBoxNo">缁撴潫绠辩爜</param> + /// <param name="boxNo2">寮�濮嬫敮鐮�</param> + /// <param name="endBoxNo2">缁撴潫鏀爜</param> + /// <param name="type">1绠辩爜 2鏀爜 3绠辩爜鍜屾敮鐮�</param> + /// <param name="userId">鎿嶄綔浜篒D</param> + /// <returns></returns> + List<BoxInfoDto> GetBuDaLabelList(string boxNo, string endBoxNo, string boxNo2, string endBoxNo2, string type, + int userId); } } -- Gitblit v1.8.0