yyb
2026-04-02 b5b1383e459be437f5038e02fbbd0aefce4f986e
src/api/costAccounting/productionCost.js
@@ -33,4 +33,13 @@
    method: 'get',
    params
  });
}
// 产品物料Top10
export function getProductionCostTopProducts(params) {
  return request({
    url: '/cost/productionCost/top/product',
    method: 'get',
    params
  });
}