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