From ee0224fcd3a0d5edc876013a6307310ee07d3b32 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期五, 12 十二月 2025 16:21:50 +0800
Subject: [PATCH] 修改新增
---
src/views/work/financialMng/qualityFinancialAnalysis/components/editDialog.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/views/work/financialMng/qualityFinancialAnalysis/components/editDialog.vue b/src/views/work/financialMng/qualityFinancialAnalysis/components/editDialog.vue
index 7f57be3..61366cb 100644
--- a/src/views/work/financialMng/qualityFinancialAnalysis/components/editDialog.vue
+++ b/src/views/work/financialMng/qualityFinancialAnalysis/components/editDialog.vue
@@ -11,7 +11,7 @@
<el-form :model="state.form" size="default" ref="busRef" :rules="state.rules" label-position="top" label-width="120px" >
<el-row :gutter="24">
<el-col :span="24">
- <el-form-item label="企业名称:" prop="companyId" v-if="state.isAdmin">
+ <el-form-item label="单位名称:" prop="companyId" v-if="state.isAdmin">
<el-select v-model="state.form.companyId" placeholder="请选择" filterable clearable style="width: 100%" :disabled="title == '查看' || title == '编辑' || !state.isAdmin" @change="selectValueCom">
<el-option
v-for="item in state.companyList"
@@ -157,7 +157,7 @@
form: {
id: '',
companyId: null,
- year: "",
+ year: "2025",
basic: "",
synthesize: "",
damage: "",
@@ -212,6 +212,7 @@
state.isAdmin = userInfo.userType === 0;
state.form.companyName = userInfo.companyName
state.form.companyId = userInfo.companyId
+ state.form.year = new Date().getFullYear().toString()
if(state.isAdmin){
state.companyList = companyList
state.form.companyId = null
@@ -300,7 +301,7 @@
state.form = {
id: '',
companyId: null,
- year: "",
+ year: "2025",
basic: "",
synthesize: "",
damage: "",
--
Gitblit v1.9.2