From 1e125805a6a9ab87a8aa489fdef11cb7a066c30f Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Wed, 14 Jan 2026 18:24:32 +0800 Subject: [PATCH] =?UTF-8?q?fix--=E8=BF=9B=E7=AA=97=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/entryWindow/index.vue | 3 +++ src/views/report/edit/controlPrice.vue | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/entryWindow/index.vue b/src/views/entryWindow/index.vue index 94a7633..e5d5256 100644 --- a/src/views/entryWindow/index.vue +++ b/src/views/entryWindow/index.vue @@ -144,6 +144,9 @@ const getDetail =(row,code)=>{ query.node = row.node query.disabledVal=true; } + if (row.node=='initial'){ + delete query.disabledVal; + } router.push({ path:`/report/edit/controlPrice`, query: query diff --git a/src/views/report/edit/controlPrice.vue b/src/views/report/edit/controlPrice.vue index 56deb3b..76d210d 100644 --- a/src/views/report/edit/controlPrice.vue +++ b/src/views/report/edit/controlPrice.vue @@ -139,8 +139,6 @@ const getDetailFun = async (val) => { //报审 if ((!['initial'].includes(formData.value.project.node))) { isDisabled.value = true; - }else { - isAuditButton.value=true; } if (route.query.node && !['initial'].includes(route.query.node)) {