| | |
| | | return Service.RequestInboundPDA(saveModel); |
| | | } |
| | | |
| | | //åºåæ´æ¹ |
| | | [HttpPost, Route("RequestInboundPDA2"), AllowAnonymous] |
| | | public WebResponseContent RequestInboundPDA2([FromBody] SaveModel saveModel) |
| | | { |
| | | return Service.RequestInboundPDA2(saveModel); |
| | | } |
| | | |
| | | //空æå
¥åº |
| | | [HttpPost, Route("EmptyInbound"), AllowAnonymous] |
| | | public WebResponseContent EmptyInbound([FromBody] GenerateInv saveModel) |
| | |
| | | { |
| | | return Service.Outbound_inventory(); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// è·åè´§ä½ç¶æ |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("GetLocationStatu2"), AllowAnonymous] |
| | | public object GetLocationStatu2() |
| | | { |
| | | return Service.GetLocationStatu2(); |
| | | } |
| | | } |
| | | } |