| | |
| | | } |
| | | |
| | | [HttpGet, Route("TaskCompleted"), AllowAnonymous] |
| | | public WebResponseContent TaskCompleted(int taskNum) |
| | | public WebResponseContent TaskCompleted(int taskNum,int HowWorks) |
| | | { |
| | | return Service.TaskCompleted(taskNum); |
| | | return Service.TaskCompleted(taskNum, HowWorks); |
| | | } |
| | | |
| | | [HttpPost, Route("GenerateOutboundTask")] |
| | |
| | | return Service.GenerateInventoryInformation(generate); |
| | | } |
| | | |
| | | [HttpPost, Route("ManualOutbound"), AllowAnonymous] |
| | | [HttpPost, Route("ManualOutbound"), AllowAnonymous] |
| | | public WebResponseContent ManualOutbound([FromBody] SaveModel saveModel) |
| | | { |
| | | return Service.ManualOutbound(saveModel); |
| | | } |
| | | |
| | | [HttpPost, Route("ManualOutbound2"), AllowAnonymous] |
| | | public WebResponseContent ManualOutbound2([FromBody] SaveModel saveModel) |
| | | { |
| | | return Service.ManualOutbound2(saveModel); |
| | | } |
| | | [HttpPost, Route("ManualOutbound3"), AllowAnonymous] |
| | | public WebResponseContent ManualOutbound3([FromBody] SaveModel saveModel) |
| | | { |
| | | return Service.ManualOutbound3(saveModel); |
| | | } |
| | | [HttpPost, Route("ManualOutbound4"), AllowAnonymous] |
| | | public WebResponseContent ManualOutbound4([FromBody] SaveModel saveModel) |
| | | { |
| | | return Service.ManualOutbound4(saveModel); |
| | | } |
| | | [HttpPost, Route("ManualOutboundDeleteinventory"), AllowAnonymous] |
| | | public WebResponseContent ManualOutboundDeleteinventory([FromBody] SaveModel saveModel) |
| | | { |
| | | return Service.ManualOutboundDeleteinventory(saveModel); |
| | | } |
| | | [HttpPost, Route("Empty_outbound"), AllowAnonymous] |
| | | public WebResponseContent Empty_outbound([FromBody] GenerateInv generate) |
| | | { |
| | |
| | | [HttpPost, Route("Queryinventory"), AllowAnonymous] |
| | | public WebResponseContent Queryinventory([FromBody] GenerateInv generate) |
| | | { |
| | | return Service.Queryinventory(generate); |
| | | return Service.Queryinventory(generate); |
| | | } |
| | | [HttpPost, Route("RelocationTaskCompleted"), AllowAnonymous] |
| | | public WebResponseContent RelocationTaskCompleted([FromBody] GenerateInv2 generate) |
| | | [HttpGet, Route("PalletQueryinventory"), AllowAnonymous] |
| | | public WebResponseContent PalletQueryinventory() |
| | | { |
| | | return Service.RelocationTaskCompleted(generate); |
| | | return Service.PalletQueryinventory(); |
| | | } |
| | | [HttpPost, Route("RelocationInTaskCompleted"), AllowAnonymous] |
| | | public WebResponseContent RelocationInTaskCompleted([FromBody] Dt_Task task) |
| | | { |
| | | return Service.RelocationInTaskCompleted(task); |
| | | } |
| | | |
| | | [HttpPost, Route("Rawmaterialout"), AllowAnonymous] |
| | |
| | | { |
| | | return Service.Rawmaterialout(generate); |
| | | } |
| | | |
| | | [HttpGet, Route("Cancelinventory"), AllowAnonymous] |
| | | public WebResponseContent Cancelinventory(int taskNum) |
| | | { |
| | | return Service.Cancelinventory(taskNum); |
| | | } |
| | | } |
| | | } |