企业信息上报审核

This commit is contained in:
luolianxin 2025-05-23 18:44:56 +08:00
parent d607282d90
commit 5ab278f91a
5 changed files with 9 additions and 3 deletions

View File

@ -453,7 +453,7 @@ const baseRoutes = [
{
path: 'jcbgl',
name: '_jcbgl',
component: () => import('@views/xzzfg/jcbgl.vue'),
component: () => import('@views/xzzfgl/jcbgl.vue'),
meta: {
title: '检查表管理',
},

View File

@ -180,7 +180,6 @@
</el-select>
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="行政处罚决定书(份)" prop="xzcfjdss">
<el-input v-model.number="dialog.data.xzcfjdss" maxlength="9" :disabled="dialog.mode=== 'detail'"/>

View File

@ -28,6 +28,7 @@
</el-table-column>
</browser>
</template>
<script setup>
import {reactive, toRefs, watch, computed, ref} from 'vue'
import {useUserStore} from '@/stores/modules/user'

View File

@ -257,6 +257,13 @@ function handleDetail(row) {
documentCode: '(西安)应急罚集〔' + year + '' + area + xh + '号',
documenContent: {}
},
{
documentNo: 26,
documentName: '案件处理呈批表',
documentType: '审查决定类',
documentCode: '(西安)应急处呈〔' + year + '' + area + xh + '号',
documenContent: {}
},
{
documentNo: 28,
documentName: '行政处罚决定书',

View File

@ -19,7 +19,6 @@ import java.time.LocalDateTime;
@Data
public class Checklist extends BaseModel {
/**
* 检查表ID
*/