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