| | |
| | | { |
| | | return _taskService.MaterielCarry(startPoint); |
| | | } |
| | | /// <summary> |
| | | /// 人工ç»çå
¥åº |
| | | /// </summary> |
| | | /// <param name="saveModel"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("InMateriel")] |
| | | public WebResponseContent InMateriel([FromBody] SaveModel saveModel) |
| | | { |
| | | return _taskService.InMateriel(saveModel); |
| | | } |
| | | |
| | | [HttpPost, Route("MaterielGroup")] |
| | | public WebResponseContent MaterielGroup([FromBody] MaterielGroupDTO materielGroupDTO) |
| | |
| | | { |
| | | return _outboundService.OutboundOrderService.PdaOutEmpty(); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ¥è¯¢å
¥åºå |
| | | /// </summary> |
| | | /// <param name="pageNo"></param> |
| | | /// <param name="orderNo"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("QueryOrderInfo")] |
| | | public WebResponseContent QueryOrderInfo(int pageNo, string orderNo) |
| | | { |
| | | return _inboundService.InbounOrderService.QueryOrderInfo(pageNo, orderNo); |
| | | } |
| | | /// <summary> |
| | | /// æ¥è¯¢å
¥åºå详æ
|
| | | /// </summary> |
| | | /// <param name="pageNo"></param> |
| | | /// <param name="orderNo"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("QueryOrderDetailInfo")] |
| | | public WebResponseContent QueryOrderDetailInfo(int pageNo, string orderNo) |
| | | { |
| | | return _inboundService.InbounOrderService.QueryOrderDetailInfo(pageNo, orderNo); |
| | | } |
| | | } |
| | | } |