zhangwencui
4 天以前 e2235abb16c4de84cc0c5ef97ff8afd72d93b212
src/api/viewIndex.js
@@ -131,6 +131,15 @@
  });
};
// 费用构成分析(type: 1 或 2)
export const expenseCompositionAnalysis = (params) => {
  return request({
    url: "/home/expenseCompositionAnalysis",
    method: "get",
    params,
  });
};
// 销售/采购/储存产品数
export const salesPurchaseStorageProductCount = () => {
  return request({