diff --git a/src/api/system/stocktaking.js b/src/api/system/stocktaking.js index a4203e2..9bbba2f 100644 --- a/src/api/system/stocktaking.js +++ b/src/api/system/stocktaking.js @@ -70,3 +70,15 @@ export function getMaterialInfoList(params) { }) } +// 获取盘点历史记录 +export function getStocktakingHistoryList(data) { + return request({ + url: '/api/admin/material-infos-history/index', + method: 'post', + data, + headers: { + 'Content-Type': 'application/x-www-form-urlencoded' + } + }) +} + diff --git a/src/views/inventorys/stocktaking.vue b/src/views/inventorys/stocktaking.vue index 4daff49..4ff3e00 100644 --- a/src/views/inventorys/stocktaking.vue +++ b/src/views/inventorys/stocktaking.vue @@ -357,7 +357,7 @@