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