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