| | |
| | | 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 |
| | | |
| | | |
| | |
| | | void CompleteInStockLing(PdaLingAsnVm model, int userId); |
| | | |
| | | // 根据箱码获取标签箱码信息 |
| | | List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model); |
| | | List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model,string url); |
| | | |
| | | //根据单据号获取单据明细列表 |
| | | List<ArrivalNoticeDetailDto> GetBindArrivalNoticeDetails(ArrivalNoticeVm model); |
| | |
| | | void ConfirmInStock(PalletBindVm model); |
| | | |
| | | //根据箱码向追溯系统请求箱信息 |
| | | List<BoxInfoDto> GetFMBindBoxInfos(string boxno); |
| | | List<BoxInfoDto> GetFMBindBoxInfos(string boxno,string url); |
| | | |
| | | #region JC23取样业务接口 |
| | | |