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