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