chenhj
2026-03-28 4db45250f9e0e47b1df480eb4e325a931f40c9c6
src/api/inventoryManagement/stockIn.js
@@ -64,5 +64,11 @@
}
//
//查询库存图表数据
export function getStockInChartData() {
    return request({
        url: '/stockin/listReport',
        method: 'get'
    })
}