| | |
| | | [HttpPost] |
| | | public async Task<List<string>> GetPalletListBySo(PdaSoVm model) |
| | | { |
| | | return await _pdaSoSvc.GetPalletListBySo(model.SoNo,model.SoDetailId); |
| | | return await _pdaSoSvc.GetPalletListBySo(model.SoNo, model.SoDetailId); |
| | | } |
| | | |
| | | |
| | |
| | | [HttpPost] |
| | | public async Task<List<DetailIdSkuLotNo>> GetSoSkuLotNoListByPallet(PdaSoVm model) |
| | | { |
| | | return await _pdaSoSvc.GetSoSkuLotNoListByPallet(model.PalletNo, model.SoNo); |
| | | return await _pdaSoSvc.GetSoSkuLotNoListByPallet(model.PalletNo, model.SoNo); |
| | | } |
| | | |
| | | |
| | |
| | | { |
| | | return Ok(new HttpReturnModel { Success = "1", Message = e.Message }); |
| | | } |
| | | |
| | | |
| | | } |
| | | |
| | | |
| | |
| | | /// <param name="LotNo">批次</param> |
| | | /// <returns></returns> |
| | | [HttpGet] |
| | | public async Task<List<BoxInfo>> GetPingKuLocationInfo(string soNo,string SkuNo,string LotNo) |
| | | public async Task<List<BoxInfo>> GetPingKuLocationInfo(string soNo, string SkuNo, string LotNo) |
| | | { |
| | | return await _pdaSoSvc.GetPingKuLocationInfo(soNo, SkuNo, LotNo); |
| | | } |
| | |
| | | /// <returns></returns> |
| | | /// <exception cref="Exception"></exception> |
| | | [HttpPost] |
| | | public async Task ChejianPickNum(PdaSoVm model) |
| | | public async Task ChejianPickNum(PdaSoVm model) |
| | | { |
| | | if (_userManager.UserId == 0) |
| | | { |