项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Stock/StockInfoDetailController.cs
@@ -31,10 +31,5 @@ return Json(result); } [HttpPost, Route("GetPageDataByMateriel"),AllowAnonymous] public PageGridData<StockDetailDtO> GetPageDataByMateriel([FromBody] PageDataOptions options) { return Service.GetPageDataByMateriel(options); } } }