gaoluyang
2025-12-11 b207e5c3dd012a17ba71632da0ebbc09a38e39c2
src/api/viewIndex.js
@@ -44,4 +44,19 @@
        url: '/sales/ledger/getAmountHalfYear',
        method: 'get'
    })
}
// 产品合格率接口
export const qualityProductQualifiedRate = () => {
  return request({
    url: '/home/qualityProductQualifiedRate',
    method: 'get'
  })
}
// 仓库数据统计
export const inventoryStatistics = () => {
  return request({
    url: '/home/inventoryStatistics',
    method: 'get'
  })
}