diff --git a/src/api/Inventory/autoInventory.js b/src/api/Inventory/autoInventory.js index add3b65..8ff474d 100644 --- a/src/api/Inventory/autoInventory.js +++ b/src/api/Inventory/autoInventory.js @@ -17,7 +17,14 @@ export function getScan(query) { params: query }) } - +// 统计 +export function getTotalStatistics(data) { + return request({ + url: '/MatchScan/statistics', + method: 'post', + data: data + }) +} // 开始匹配 export function getMatch(data) { return request({ @@ -44,6 +51,15 @@ export function getScanResult(query) { params: query }) } +// 获取盘点结果 - 最新再用 +export function inventoryList(data) { + return request({ + url: '/MatchScan/inventoryList', + method: 'post', + data: data + }) +} + // 获取图表 export function getChart(data) { diff --git a/src/views/Inventory/task/autoInventory.vue b/src/views/Inventory/task/autoInventory.vue index dae3012..4285120 100644 --- a/src/views/Inventory/task/autoInventory.vue +++ b/src/views/Inventory/task/autoInventory.vue @@ -69,14 +69,47 @@ 当前为未扫描到,但数据库里有的数据 当前为已扫描到,但数据库里没有的数据 - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -106,7 +139,7 @@ @@ -115,7 +148,7 @@ - +