From 8bb5f4d97b3538ce021843b34f9192878803fbc5 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Thu, 25 Jun 2026 09:18:42 +0800 Subject: [PATCH] =?UTF-8?q?availability=20control=20id=20=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/po/po.js | 2 ++ src/views/modules/other-transaction/other-outbound.vue | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/api/po/po.js b/src/api/po/po.js index e2efacc..b31cf3b 100644 --- a/src/api/po/po.js +++ b/src/api/po/po.js @@ -19,6 +19,8 @@ export const getUnqualifiedInspectionList = data => createAPI(`inspection/getUnq // 扫描条码获取HandlingUnit信息 export const scanHandlingUnitLabel = data => createAPI(`handlingunit/getHandlingUnitDetail`,'post',data) export const scanHandlingUnitLabelForYiKu = data => createAPI(`handlingunit/scanHandlingUnitLabelForYiKu`,'post',data) + +export const scanHandlingUnitLabelForOther = data => createAPI(`handlingunit/scanHandlingUnitLabelForOther`,'post',data) // 检验合格入库 export const confirmQualifiedInbound = data => createAPI(`inspection/confirmQualifiedInbound`,'post',data) diff --git a/src/views/modules/other-transaction/other-outbound.vue b/src/views/modules/other-transaction/other-outbound.vue index c73cde8..122be70 100644 --- a/src/views/modules/other-transaction/other-outbound.vue +++ b/src/views/modules/other-transaction/other-outbound.vue @@ -123,7 +123,7 @@