项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Stock/StockInfoController.cs
@@ -25,7 +25,7 @@ /// <param name="orderId"></param> /// <param name="materielCode"></param> /// <returns></returns> [HttpPost, HttpGet, Route("GetStockSelectViews")] [HttpPost, HttpGet, Route("GetStockSelectViews"),AllowAnonymous] public List<StockSelectViewDTO> GetStockSelectViews(int orderId, string materielCode) { return Service.GetStockSelectViews(orderId, materielCode);