From 64bdd042fadfea2df7748944b4067acdad6e36da Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 3 Nov 2025 14:06:12 +0800 Subject: [PATCH] =?UTF-8?q?2025-11-03=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=E9=A2=86=E6=96=99?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/production.js | 8 +- .../productionPickingDetail.vue | 110 +++++++++++------- 2 files changed, 72 insertions(+), 46 deletions(-) diff --git a/src/api/production.js b/src/api/production.js index 0f0584d..39cbebe 100644 --- a/src/api/production.js +++ b/src/api/production.js @@ -34,4 +34,10 @@ export const getOutboundMaterialList = data => createAPI(`production/outbound/ma * 获取出库单物料明细列表 * @param {Object} data - 查询参数 {site, outboundNo} */ -export const getOutboundMaterialDetails = data => createAPI(`production/outbound/materialDetails`, 'post', data) \ No newline at end of file +export const getOutboundMaterialDetails = data => createAPI(`production/outbound/materialDetails`, 'post', data) + +/** + * 获取已扫描标签列表(从缓存表) + * @param {Object} data - 查询参数 {site, buNo, outboundNo, relatedNo} + */ +export const getScannedLabelList = data => createAPI(`production/outbound/getScannedLabelList`, 'post', data) \ No newline at end of file diff --git a/src/views/modules/production-pick/productionPickingDetail.vue b/src/views/modules/production-pick/productionPickingDetail.vue index dbdf51c..4aad332 100644 --- a/src/views/modules/production-pick/productionPickingDetail.vue +++ b/src/views/modules/production-pick/productionPickingDetail.vue @@ -167,7 +167,7 @@