| | |
| | | using WIDESEA_IBasicRepository; |
| | | using WIDESEA_IStockRepository; |
| | | using WIDESEA_IStockService; |
| | | using WIDESEA_Model; |
| | | using WIDESEA_Model.Models; |
| | | using WIDESEA_Model.Models.System.Reponse; |
| | | using WIDESEA_Model.Models.System.Request; |
| | | |
| | | namespace WIDESEA_WMSServer.Controllers.Stock |
| | | { |
| | |
| | | { |
| | | return Service.Repository.GetPalletStockInfo(roadwayNo); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 绔嬪簱WMS搴撳瓨淇℃伅鎺ュ彛锛屼緵涓婃父绯荤粺璋冪敤 |
| | | /// </summary> |
| | | /// <param name="inventoryQueryRequest"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("inventoryQuery"), AllowAnonymous] |
| | | public InventoryQueryResponse InventoryQuery([FromBody] string inventoryQueryRequest) |
| | | { |
| | | return Service.Repository.InventoryQuery(inventoryQueryRequest); |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 绔嬪簱WMS鍐荤粨/瑙e喕淇℃伅鎺ュ彛锛屼緵涓婃父绯荤粺璋冪敤 |
| | | /// </summary> |
| | | /// <param name="freezeRequest"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("freezeByCustomer"), AllowAnonymous] |
| | | public freezeByCustomerResponse freezeByCustomer([FromBody] string freezeRequest) |
| | | { |
| | | return Service.Repository.freezeByCustomer(freezeRequest); |
| | | |
| | | } |
| | | |
| | | } |
| | | } |