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