| | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 绔嬪簱WMS搴撳瓨淇℃伅鎺ュ彛锛屼緵涓婃父绯荤粺璋冪敤 |
| | | /// </summary> |
| | | /// <param name="inventoryQueryRequest"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("inventoryQueryRequest"), AllowAnonymous] |
| | | public InventoryQueryResponse InventoryQuery(InventoryQueryRequest inventoryQueryRequest) |
| | | { |
| | | return _sys_JobService.InventoryQuery(inventoryQueryRequest); |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 绔嬪簱WMS鍐荤粨/瑙e喕淇℃伅鎺ュ彛锛屼緵涓婃父绯荤粺璋冪敤 |
| | | /// </summary> |
| | | /// <param name="freezeRequest"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("freezeByCustomer"), AllowAnonymous] |
| | | public freezeByCustomerResponse freezeByCustomer(freezeByCustomerRequest freezeRequest) |
| | | { |
| | | return _sys_JobService.freezeByCustomer(freezeRequest); |
| | | } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 鍥炶皟姣斾簹杩猈MS浣欐枡鍥炲簱瀹屾垚淇℃伅鎺ュ彛 |