| | |
| | | /// </summary> |
| | | /// <param name="model"></param> |
| | | /// <returns></returns> |
| | | [HttpPost] |
| | | [Route("UpCgDetailModel")] |
| | | public SimpleResult UpCgDetailModel(UpCgDetailModel model) |
| | | { |
| | | return ApiHelper.UpCgDetailModel(model); |
| | | } |
| | | //[HttpPost] |
| | | //[Route("UpCgDetailModel")] |
| | | //public SimpleResult UpCgDetailModel(UpCgDetailModel model) |
| | | //{ |
| | | // return ApiHelper.UpCgDetailModel(model); |
| | | //} |
| | | |
| | | /// <summary> |
| | | /// 满托出库上线 |
| | |
| | | /// </summary> |
| | | /// <param name="model"></param> |
| | | /// <returns></returns> |
| | | [HttpPost] |
| | | [Route("EmptyUnBind")] |
| | | public SimpleResult EmptyUnBind(EmptyUnBindInfo model) |
| | | { |
| | | return LocationHelper.EmptyUnBind(model); |
| | | } |
| | | //[HttpPost] |
| | | //[Route("EmptyUnBind")] |
| | | //public SimpleResult EmptyUnBind(EmptyUnBindInfo model) |
| | | //{ |
| | | // return LocationHelper.EmptyUnBind(model); |
| | | //} |
| | | |
| | | /// <summary> |
| | | /// 人工手动PDA解绑:删除货位/容器/货品三方信息,1=解绑货位与容器,2=解绑容器与货品 |
| | | /// </summary> |
| | | /// <param name="model"></param> |
| | | /// <returns></returns> |
| | | [HttpPost] |
| | | [Route("PdaUnBind")] |
| | | public SimpleResult PdaUnBind(PdaUnBindInfo model) |
| | | { |
| | | return LocationHelper.PdaUnBind(model); |
| | | } |
| | | //[HttpPost] |
| | | //[Route("PdaUnBind")] |
| | | //public SimpleResult PdaUnBind(PdaUnBindInfo model) |
| | | //{ |
| | | // return LocationHelper.PdaUnBind(model); |
| | | //} |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 人工手动PDA取消任务:1=发给AGV取消任务 |
| | |
| | | //} |
| | | |
| | | /// <summary> |
| | | /// PDA满托抽检判断 |
| | | /// PDA满托复检判断 |
| | | /// </summary> |
| | | /// <param name="model"></param> |
| | | /// <returns></returns> |
| | |
| | | { |
| | | return ApiHelper.PDAReturnReset(model); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 人工创建点到点任务 |
| | | /// </summary> |
| | | /// <param name="model"></param> |
| | | /// <returns></returns> |
| | | [HttpPost] |
| | | [Route("CreateP2PTask")] |
| | | public SimpleResult CreateP2PTask(CreateP2PTaskInfo model) |
| | | { |
| | | return ApiHelper.CreateP2PTask(model); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 线边空托到原材料输送线 |
| | | /// </summary> |
| | | /// <param name="model"></param> |
| | | /// <returns></returns> |
| | | [HttpPost] |
| | | [Route("EmptyLineToLine")] |
| | | public SimpleResult EmptyLineToLine(EmptyLineToLineInfo model) |
| | | { |
| | | return ApiHelper.EmptyLineToLine(model); |
| | | } |
| | | } |
| | | } |