From b231c463d1e14020fae1f5303dd93c2f49c85cdc Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期一, 24 十一月 2025 08:54:50 +0800
Subject: [PATCH] 修改新增
---
src/views/work/assetMng/toolsMonitorMeasure/annualVerificationPlan/index.vue | 4 ++++
src/views/work/sealManagement/apply/components/editDialog.vue | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/views/work/assetMng/toolsMonitorMeasure/annualVerificationPlan/index.vue b/src/views/work/assetMng/toolsMonitorMeasure/annualVerificationPlan/index.vue
index 5920d53..8a81a94 100644
--- a/src/views/work/assetMng/toolsMonitorMeasure/annualVerificationPlan/index.vue
+++ b/src/views/work/assetMng/toolsMonitorMeasure/annualVerificationPlan/index.vue
@@ -325,6 +325,10 @@
}
const openDialog = (type, value) => {
+ if(!data.queryParams.companyId){
+ ElMessage.warning('请先选择单位')
+ return
+ }
dialogRef.value.openDialog(type, value, data.queryParams.companyId, data.isAdmin, data.companyList);
}
diff --git a/src/views/work/sealManagement/apply/components/editDialog.vue b/src/views/work/sealManagement/apply/components/editDialog.vue
index eb678f2..6d48430 100644
--- a/src/views/work/sealManagement/apply/components/editDialog.vue
+++ b/src/views/work/sealManagement/apply/components/editDialog.vue
@@ -102,7 +102,7 @@
</el-form-item>
</el-col>
</el-row>
- <el-row :gutter="24">
+ <el-row :gutter="24" v-if="title == '查看'">
<el-col :span="24" style="margin-left: 50px">
<span style="font-size: 19px;font-weight: 600;">签字意见</span>
<el-table :data="state.form.flows" :border="true" style="width: 90%;margin-top: 10px">
--
Gitblit v1.9.2