From 19de93b72c0727c4ef357d7b71574c79bd321233 Mon Sep 17 00:00:00 2001 From: zhang_li Date: Mon, 26 May 2025 09:24:15 +0800 Subject: [PATCH] =?UTF-8?q?SBBJ-1102=E5=8E=82=E5=86=85=E6=A8=A1=E5=85=B7?= =?UTF-8?q?=E5=8F=B0=E8=B4=A6=E3=80=81=E5=8E=82=E5=A4=96=E6=A8=A1=E5=85=B7?= =?UTF-8?q?=E5=8F=B0=E8=B4=A6=EF=BC=8C=E6=98=8E=E7=BB=86=E9=87=8C=E7=A8=8B?= =?UTF-8?q?=E7=A2=91=EF=BC=8C=E5=BA=94=E5=A2=9E=E5=8A=A0=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=88=97=EF=BC=8C=E7=8E=B0=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=90=8E=EF=BC=8C=E4=B8=8D=E8=83=BD=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Detail/src/DetailDeviceLedger.vue | 3 +++ src/views/eam/mold/moldAccounts/index.vue | 10 ++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/components/Detail/src/DetailDeviceLedger.vue b/src/components/Detail/src/DetailDeviceLedger.vue index 18a2490..ae99984 100644 --- a/src/components/Detail/src/DetailDeviceLedger.vue +++ b/src/components/Detail/src/DetailDeviceLedger.vue @@ -106,6 +106,9 @@ v-model:currentPage="tableObjectRef.currentPage" :key="milestoneUpdateKey" > + diff --git a/src/views/eam/mold/moldAccounts/index.vue b/src/views/eam/mold/moldAccounts/index.vue index dd4abc4..1c1d566 100644 --- a/src/views/eam/mold/moldAccounts/index.vue +++ b/src/views/eam/mold/moldAccounts/index.vue @@ -83,7 +83,11 @@ :dialogFormAllSchemasRules="MoldMilestoneRules" :dialogFormAllSchemas="MoldMilestone.allSchemas" :milestoneFuncCode="milestone" - /> + > + + @@ -551,7 +555,9 @@ const qrCodeBatch = async (val,item) => { const qrCodeList = selections.map(item => `'${item?.number}'`).join(', ') window.open(src.value + "&number=" + qrCodeList) } - +const openDown=(item) => { + window.open(item.path) +}