From 08269316fe72767fe14558fbd9626142c207cc03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Wed, 24 Jun 2026 15:41:14 +0800 Subject: [PATCH] 1 --- src/api/po/po.js | 2 +- src/views/modules/other-transaction/inventory-move.vue | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/api/po/po.js b/src/api/po/po.js index 7d56e02..e2efacc 100644 --- a/src/api/po/po.js +++ b/src/api/po/po.js @@ -18,7 +18,7 @@ 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 confirmQualifiedInbound = data => createAPI(`inspection/confirmQualifiedInbound`,'post',data) diff --git a/src/views/modules/other-transaction/inventory-move.vue b/src/views/modules/other-transaction/inventory-move.vue index f1bb12a..238637f 100644 --- a/src/views/modules/other-transaction/inventory-move.vue +++ b/src/views/modules/other-transaction/inventory-move.vue @@ -130,7 +130,7 @@