From 5dcae215840ae50ec286f6d3f2af7547a2568c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Sat, 2 Aug 2025 16:39:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E7=AB=AF=E8=BF=94=E5=9B=9E=E5=80=BC?= =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wms/purchasePlan/panels/qualityCerticate.vue | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/klp-ui/src/views/wms/purchasePlan/panels/qualityCerticate.vue b/klp-ui/src/views/wms/purchasePlan/panels/qualityCerticate.vue index fe11fc2f..b5b1c6ff 100644 --- a/klp-ui/src/views/wms/purchasePlan/panels/qualityCerticate.vue +++ b/klp-ui/src/views/wms/purchasePlan/panels/qualityCerticate.vue @@ -16,15 +16,13 @@ - - + + --> +
大模型识别 model @@ -93,8 +91,8 @@ const so = { loading: '等待大模型识别结果', handler: async (vm) => { const res = await recognizeBomByModel({ imageUrl: vm.file.url }) - vm.newResult = res.data.structuredResult.attributes; - vm.$modal.msgSuccess(res.data.structuredResult.summary); + vm.newResult = res.data.attributes; + vm.$modal.msgSuccess("识别成功"); return res; } },