huminmin
2 天以前 7327b378abcd7c1b2c932bddc04a0776d8dc8ac3
src/api/inventoryManagement/stockIn.js
@@ -142,5 +142,11 @@
}
//
//查询库存图表数据
export function getStockInChartData() {
    return request({
        url: '/stockin/listReport',
        method: 'get'
    })
}