| | |
| | | public AjaxResult copyOrder(Integer id); |
| | | public AjaxResult okOrder(Integer id); |
| | | public AjaxResult dropHook(Integer id); |
| | | public AjaxResult close(Integer id); |
| | | public AjaxResult connectHang(TmsDriverDispatch driverDispatch); |
| | | public AjaxResult closeOrder(TmsDispatchOrder order); |
| | | public int customsOrder(TmsDispatchOrder tmsDispatchOrder); |
| | | public int loadingOrder(TmsDispatchOrder tmsDispatchOrder); |
| | | |
| | |
| | | * @return 结果 |
| | | */ |
| | | public int updateTmsDispatchOrder(TmsDispatchOrder tmsDispatchOrder); |
| | | public int printDispatchOrder(TmsDispatchOrder tmsDispatchOrder); |
| | | |
| | | /** |
| | | * 修改调度单管理[批量] |