| | |
| | | { |
| | | 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) |
| | | { |
| | |
| | | [HttpPost, Route("Queryinventory"), AllowAnonymous] |
| | | public WebResponseContent Queryinventory([FromBody] GenerateInv generate) |
| | | { |
| | | return Service.Queryinventory(generate); |
| | | return Service.Queryinventory(generate); |
| | | } |
| | | [HttpGet, Route("PalletQueryinventory"), AllowAnonymous] |
| | | public WebResponseContent PalletQueryinventory() |
| | | { |
| | | return Service.PalletQueryinventory(); |
| | | } |
| | | [HttpPost, Route("RelocationTaskCompleted"), AllowAnonymous] |
| | | public WebResponseContent RelocationTaskCompleted([FromBody] GenerateInv2 generate) |