| | |
| | | await _pdaCrSvc.AgvTransport(model.PalletNo, model.AreaNo, model.Ruku, _config.WcsHost+ _config.IssueComApiUrl, _userManager.UserId); |
| | | } |
| | | /// <summary> |
| | | /// 呼叫agv转运空托盘 |
| | | /// </summary> |
| | | /// <param name="model"></param> |
| | | /// <returns></returns> |
| | | [HttpPost] |
| | | [ServiceFilter(typeof(ApiResponseActionFilter))] |
| | | [UnitOfWork] |
| | | public async Task AgvNullPallet(PdaAgvTransportVm model) |
| | | { |
| | | await _pdaCrSvc.AgvNullPallet(model.PalletNo, model.AreaNo, model.LocatNo, _config.WcsHost + _config.IssueComApiUrl, _userManager.UserId); |
| | | } |
| | | /// <summary> |
| | | /// agv转运呼叫小车取货 |
| | | /// </summary> |
| | | /// <param name="model"></param> |
| | |
| | | |
| | | #endregion |
| | | |
| | | #region AGV空托盘转运 |
| | | |
| | | #endregion |
| | | |
| | | #region 零箱解绑 |
| | | /// <summary> |
| | | /// 零箱解绑 |