| | |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using Model.ModelDto; |
| | | using Model.ModelDto.BllCheckDto; |
| | | using Model.ModelDto.PdaDto; |
| | | using WMS.Entity.DataEntity; |
| | |
| | | |
| | | #region 箱码拆箱贴标 |
| | | //箱码拆箱添加标签信息 |
| | | void AddLableByDevanning(string boxNo,decimal devanQty, int userId); |
| | | BoxListInfoDto AddLableByDevanning(string boxNo,decimal devanQty, int userId); |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | |
| | | #endregion |
| | | |
| | | #region 托盘拆托换托 |
| | | |
| | | void GetBoxInfo(string boxNo, string pallNo); |
| | | |
| | | void UpPalletByBox(string boxNo, string pallet, string palletNew, int userId); |
| | | |
| | | |
| | | List<SelectSkuLotNo> GetSelectSkuLotNo(string palletNo); |
| | | |
| | | void UpPalletByQty(string palletNo, string palletNoNew, string detailId, decimal qty, int userId); |
| | | |
| | | #endregion |
| | | } |
| | | } |