From 06a03b9e2d02c77f5f8b57f37d510708073b5631 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 31 Oct 2025 16:50:36 +0800 Subject: [PATCH] =?UTF-8?q?2025-10-31=20pda=E8=B0=83=E6=95=B4=E6=89=AB?= =?UTF-8?q?=E6=8F=8F=E3=80=81=E6=9F=A5=E8=AF=A2=E3=80=81=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E9=80=BB=E8=BE=91=EF=BC=88=E9=87=87=E8=B4=AD=E5=85=A5=E5=BA=93?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inbound.js | 8 +- .../purchase-inbound/inboundStorage.vue | 101 +++++++++++------- 2 files changed, 70 insertions(+), 39 deletions(-) diff --git a/src/api/inbound.js b/src/api/inbound.js index a2ac040..5939d45 100644 --- a/src/api/inbound.js +++ b/src/api/inbound.js @@ -34,4 +34,10 @@ export const deleteLabel = data => createAPI(`inbound/deleteLabel`, 'post', data * 获取物料清单 * @param {Object} data - 查询参数 {site, buNo, inboundNo} */ -export const getMaterialList = data => createAPI(`inbound/getMaterialList`, 'post', data) \ No newline at end of file +export const getMaterialList = data => createAPI(`inbound/getMaterialList`, 'post', data) + +/** + * 获取已扫描标签列表(从缓存表) + * @param {Object} data - 查询参数 {site, buNo, inboundNo} + */ +export const getScannedLabelList = data => createAPI(`inbound/getScannedLabelList`, 'post', data) \ No newline at end of file diff --git a/src/views/modules/purchase-inbound/inboundStorage.vue b/src/views/modules/purchase-inbound/inboundStorage.vue index dda33c6..87e86d0 100644 --- a/src/views/modules/purchase-inbound/inboundStorage.vue +++ b/src/views/modules/purchase-inbound/inboundStorage.vue @@ -204,7 +204,7 @@