| | |
| | | { |
| | | public interface IPdaAsnServer |
| | | { |
| | | #region JC34 |
| | | |
| | | //获取需要贴标签的入库单 单据号集合 |
| | | List<string> GetPasteAsnNoStrList(); |
| | | //获取不需要贴标签的入库单 单据号集合 |
| | | List<string> GetNoPasteAsnNoStrList(); |
| | | //根据单据获取标签数量 |
| | | BoxListInfoDto GetBoxCountByAsn(string asnNo, int? asnDetailId); |
| | | |
| | | /// <summary> |
| | | /// 保存指定的储位 |
| | | /// </summary> |
| | | /// <param name="palletNo"></param> |
| | | /// <param name="locateNo"></param> |
| | | /// <param name="userId"></param> |
| | | void SaveAppointLocate(string palletNo, string locateNo, int userId); |
| | | |
| | | #endregion |
| | | |
| | | |
| | | // 获取单据列表 |
| | | List<ArrivalNoticeDto> GetArrivalNotices(ArrivalNoticeVm model); |
| | | |