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