From 4d886e21e72326b7af79a352f8b7a9bf0f369c50 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 31 Oct 2025 17:33:50 +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=E7=94=9F=E4=BA=A7=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/production/production-inbound.js | 8 +- .../production/productionInboundStorage.vue | 101 ++++++++++-------- 2 files changed, 64 insertions(+), 45 deletions(-) diff --git a/src/api/production/production-inbound.js b/src/api/production/production-inbound.js index 5cf6b4c..fefe40c 100644 --- a/src/api/production/production-inbound.js +++ b/src/api/production/production-inbound.js @@ -40,4 +40,10 @@ export const getMaterialList = data => createAPI(`productionInbound/getMaterialL * 获取入库通知单明细列表(小卡片) * @param {Object} data - 查询参数 {site, buNo, orderNo} */ -export const getInboundNotificationDetails = data => createAPI(`productionInbound/getInboundNotificationDetails`, 'post', data) \ No newline at end of file +export const getInboundNotificationDetails = data => createAPI(`productionInbound/getInboundNotificationDetails`, 'post', data) + +/** + * 获取已扫描标签列表(从缓存表) + * @param {Object} data - 查询参数 {site, buNo, relatedOrderNo, inboundNo} + */ +export const getScannedLabelList = data => createAPI(`productionInbound/getScannedLabelList`, 'post', data) \ No newline at end of file diff --git a/src/views/modules/production/productionInboundStorage.vue b/src/views/modules/production/productionInboundStorage.vue index e66e401..553ee65 100644 --- a/src/views/modules/production/productionInboundStorage.vue +++ b/src/views/modules/production/productionInboundStorage.vue @@ -209,7 +209,7 @@