项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Stock/StockInfoController.cs
@@ -19,7 +19,17 @@ public StockInfoController(IStockInfoService service) : base(service) { } /// <summary> /// 鏌ヨ璁㈠崟绔嬪簱搴撳瓨瑙嗗浘 /// </summary> /// <param name="orderId"></param> /// <param name="materielCode"></param> /// <returns></returns> [HttpPost, HttpGet, Route("GetStockSelectViews"),AllowAnonymous] public List<StockSelectViewDTO> GetStockSelectViews(int orderId, string materielCode) { return Service.GetStockSelectViews(orderId, materielCode); } } }