From b31f32fbfb25c77567e3853e05ca114dd2a00fbe Mon Sep 17 00:00:00 2001 From: chengsc <Demo@DESKTOP-CPA90BF> Date: 星期一, 14 十月 2024 18:58:22 +0800 Subject: [PATCH] 修改问题 --- Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs | 25 ++++++++++++++++++++++++- 1 files changed, 24 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs b/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs index 0b2d515..dc0a44e 100644 --- a/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs +++ b/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs @@ -55,7 +55,7 @@ /// <param name="storeTime">鍌ㄥ瓨鏈熻嚦</param> /// <param name="userId">鎿嶄綔浜�</param> /// <returns></returns> - List<BllBoxInfo> AddLabelBox(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, string supplierLot, int userId); /// <summary> /// 琛ユ墦鏍囩 @@ -70,5 +70,28 @@ 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); + + /// <summary> + /// 缂栬緫鏍囩鏁伴噺 + /// </summary> + /// <param name="id">ID</param> + /// <param name="qty">鏁伴噺</param> + /// <param name="userId">鎿嶄綔浜�</param> + void EditLabelQty(int id, string qty, int userId); + } } -- Gitblit v1.8.0