zhangwencui
2026-01-19 21cc14f9a32020ad73294e18e547a86be3e7a90d
src/api/inventoryManagement/stockIn.js
@@ -64,5 +64,11 @@
}
//
//查询库存图表数据
export function getStockInChartData() {
    return request({
        url: '/stockin/listReport',
        method: 'get'
    })
}