From 13b8bd8dea06df0d1bc5ef76ce31ad61ea4a49a8 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 26 Dec 2025 16:19:30 +0800 Subject: [PATCH] =?UTF-8?q?2025-12-26=20pda=E5=85=B6=E4=BB=96=E5=87=BA?= =?UTF-8?q?=E5=BA=93=E8=B0=83=E7=94=A8=E5=AD=98=E5=82=A8=E8=BF=87=E7=A8=8B?= =?UTF-8?q?=EF=BC=8C=E4=B8=94=E8=B0=83=E7=94=A8erp=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/other-outbound/other-outbound.js | 8 +- .../other-inout/otherOutboundDetail.vue | 140 +++++++++++------- 2 files changed, 94 insertions(+), 54 deletions(-) diff --git a/src/api/other-outbound/other-outbound.js b/src/api/other-outbound/other-outbound.js index 5ef2865..7d53127 100644 --- a/src/api/other-outbound/other-outbound.js +++ b/src/api/other-outbound/other-outbound.js @@ -28,4 +28,10 @@ export const confirmOtherOutbound = data => createAPI(`otherOutbound/confirmOthe * 获取其他出库单物料清单 * @param {Object} data - 查询参数 {site, buNo, outboundNo} */ -export const getMaterialList = data => createAPI(`otherOutbound/getMaterialList`, 'post', data) \ No newline at end of file +export const getMaterialList = data => createAPI(`otherOutbound/getMaterialList`, 'post', data) + +/** + * 获取已扫描标签列表(从临时表) + * @param {Object} data - 查询参数 {site, buNo, outboundNo, relatedNo, relatedLineNo} + */ +export const getScannedLabelList = data => createAPI(`otherOutbound/getScannedLabelList`, 'post', data) \ No newline at end of file diff --git a/src/views/modules/other-inout/otherOutboundDetail.vue b/src/views/modules/other-inout/otherOutboundDetail.vue index c700102..4cdd8ea 100644 --- a/src/views/modules/other-inout/otherOutboundDetail.vue +++ b/src/views/modules/other-inout/otherOutboundDetail.vue @@ -102,9 +102,6 @@
- @@ -208,7 +205,7 @@