企业信息上报审核
This commit is contained in:
parent
d607282d90
commit
5ab278f91a
|
|
@ -453,7 +453,7 @@ const baseRoutes = [
|
|||
{
|
||||
path: 'jcbgl',
|
||||
name: '_jcbgl',
|
||||
component: () => import('@views/xzzfg/jcbgl.vue'),
|
||||
component: () => import('@views/xzzfgl/jcbgl.vue'),
|
||||
meta: {
|
||||
title: '检查表管理',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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'"/>
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -257,6 +257,13 @@ function handleDetail(row) {
|
|||
documentCode: '(西安)应急罚集〔' + year + '〕' + area + xh + '号',
|
||||
documenContent: {}
|
||||
},
|
||||
{
|
||||
documentNo: 26,
|
||||
documentName: '案件处理呈批表',
|
||||
documentType: '审查决定类',
|
||||
documentCode: '(西安)应急处呈〔' + year + '〕' + area + xh + '号',
|
||||
documenContent: {}
|
||||
},
|
||||
{
|
||||
documentNo: 28,
|
||||
documentName: '行政处罚决定书',
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ import java.time.LocalDateTime;
|
|||
@Data
|
||||
public class Checklist extends BaseModel {
|
||||
|
||||
|
||||
/**
|
||||
* 检查表ID
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue