From db117d32836b9251997bb2bdb221dfc948aee48f Mon Sep 17 00:00:00 2001
From: shihao0303 <2936013465@qq.com>
Date: Tue, 2 Dec 2025 23:23:48 +0800
Subject: [PATCH] =?UTF-8?q?202512022323-=E5=8A=A0=E4=B8=8A=E5=AE=A1?=
=?UTF-8?q?=E6=89=B9=E8=AE=B0=E5=BD=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/report/edit/controlPrice.vue | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/views/report/edit/controlPrice.vue b/src/views/report/edit/controlPrice.vue
index adccc09..6ac54dc 100644
--- a/src/views/report/edit/controlPrice.vue
+++ b/src/views/report/edit/controlPrice.vue
@@ -453,6 +453,7 @@ const approveFun = async () => {
}
//结束
const endFun =async ()=>{
+ debugger
try {
await formDataRef.value.validate()
} catch (error) {
@@ -619,7 +620,11 @@ function disableFileBtn(node){
}
-
+onMounted(() => {
+ console.log("文件:src/views/report/edit/controlPrice.vue")
+ console.log(isAuditButton.value)
+ console.log(isDisabled.value)
+});
//定案表导出
@@ -1275,6 +1280,7 @@ watch(()=>formData.value.review.thirdlyMoney,(val)=>{