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