zhangwencui
14 小时以前 026d4d630d2de6253a2e17192e06abe674fdf7b0
src/api/viewIndex.js
@@ -22,6 +22,14 @@
    method: "get",
  });
};
// 生产核算分析
export const productionAccountingAnalysis = (query) => {
  return request({
    url: "/home/productionAccountingAnalysis",
    method: "get",
    params: query,
  });
};
// 应收应付统计
export const statisticsReceivablePayable = (query) => {
  return request({