From f3e06fef48a351f56ff9e78c856437cc2a36157b Mon Sep 17 00:00:00 2001 From: lynn Date: Tue, 6 May 2025 18:23:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E7=9B=98=E7=82=B9=E8=AE=A1?= =?UTF-8?q?=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/stocktaking.js | 12 ++++++++++++ src/views/inventorys/stocktaking.vue | 28 +++++++++++++++++++--------- 2 files changed, 31 insertions(+), 9 deletions(-) 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 @@