| | |
| | | /// <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> |
| | | /// 补打标签 |
| | |
| | | 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">操作人ID</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); |
| | | |
| | | } |
| | | } |