| | |
| | | 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("ManualOutboundDeleteinventory"), AllowAnonymous] |
| | | public WebResponseContent ManualOutboundDeleteinventory([FromBody] SaveModel saveModel) |
| | | { |
| | | return Service.ManualOutboundDeleteinventory(saveModel); |
| | | } |
| | | [HttpPost, Route("Empty_outbound"), AllowAnonymous] |
| | | public WebResponseContent Empty_outbound([FromBody] GenerateInv generate) |
| | | { |
| | |
| | | { |
| | | return Service.Rawmaterialout(generate); |
| | | } |
| | | |
| | | [HttpGet, Route("Cancelinventory"), AllowAnonymous] |
| | | public WebResponseContent Cancelinventory(int taskNum) |
| | | { |
| | | return Service.Cancelinventory(taskNum); |
| | | } |
| | | } |
| | | } |