项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Stock/StockDetailByMaterielController.cs
@@ -1,4 +1,5 @@ 锘縰sing Microsoft.AspNetCore.Authorization; 锘縰sing Autofac.Core; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using WIDESEA_Core; using WIDESEA_DTO.Stock; @@ -22,5 +23,11 @@ { return _stockDetailByMaterielService.GetPageGridData(options); } [HttpPost, Route("CalculateStock"), AllowAnonymous] public WebResponseContent CalculateStock(string warehouseCode,string materielCode) { return _stockDetailByMaterielService.CalculateStock(warehouseCode,materielCode); } } }