提交 a8af4705 authored 作者: jinrb's avatar jinrb

名称修改:自规部门--》自然资源部门

上级 ccadc4b8
......@@ -42,7 +42,7 @@ export const getExportUrl = Api.exportXls;
*/
export const provinceAuditsPageList = (params) => defHttp.get({ url: Api.provinceAuditsPageList, params });
/**
* 自部门审核校验
* 自然资源部门审核校验
* @param params
*/
export const proviceZgbmCheck = (params) => defHttp.get({ url: Api.proviceZgbmCheck, params });
......
......@@ -390,7 +390,7 @@ export const ZgshformSchema: FormSchema[] = [
component: 'JUpload',
componentProps: {
showUploadList: false,
fileName: '省级自部门审核附件',
fileName: '省级自然资源部门审核附件',
accept: '.pdf,.zip',
beforeUpload: (file) => {
let isshow = false;
......
......@@ -11,9 +11,9 @@
<a-button type="primary" @click="getMdb" v-auth="'yztsjshj:mdbgdb'">下载文件(mdb、gdb)</a-button>
<!-- <a-button type="primary" @click="handleShls" v-auth="'yztsjshj:shls'">审核历史</a-button> -->
<a-button type="primary" @click="handleZgSh(true)" v-auth="'yztsjshj:zgbmsh'" v-if="userStore.userInfo.userType == 2"
>部门审核</a-button
>然资源部门审核</a-button
>
<a-button type="primary" @click="handleZgSh(false)" v-auth="'yztsjshj:zgbmshls'">部门审核</a-button>
<a-button type="primary" @click="handleZgSh(false)" v-auth="'yztsjshj:zgbmshls'">然资源部门审核</a-button>
<a-button type="primary" @click="handleStUp" v-auth="'yztsjshj:stbmtj'">生态部门提交</a-button>
<a-button type="primary" @click="handleFileCheck" v-auth="'yztsjshj:wjjc'">文件检查</a-button>
<a-button type="primary" @click="handleCheckResultDownload" v-auth="'yztsjshj:jcjgxz'">检查结果下载</a-button>
......@@ -33,7 +33,7 @@
<AddModal @register="registerModal" @success="handleSuccess"></AddModal>
<!-- 审核历史区域 -->
<ShlsModal @register="registerModalShls"></ShlsModal>
<!-- 自部门审核区域 -->
<!-- 自然资源部门审核区域 -->
<ZgShModal @register="registerModalZgSh" @success="handleSuccess"></ZgShModal>
<!-- 生态部门退回区域 -->
<StThModal @register="registerModalStTh" @success="handleSuccess"></StThModal>
......@@ -334,7 +334,7 @@
});
}
/**
* 自部门审核
* 自然资源部门审核
*/
function handleZgSh(type: boolean) {
let arr = getDataSource();
......
<template>
<BasicModal v-bind="$attrs" @register="registerModal" title="自部门审核" @ok="handleSubmit" width="40%">
<BasicModal v-bind="$attrs" @register="registerModal" title="自然资源部门审核" @ok="handleSubmit" width="40%">
<BasicForm
@register="registerForm"
v-if="isUpdate"
......
......@@ -317,7 +317,7 @@ export const ZgshformSchema: FormSchema[] = [
component: 'JUpload',
componentProps: {
showUploadList: false,
fileName: '市级自部门审核附件',
fileName: '市级自然资源部门审核附件',
accept: '.pdf,.zip',
beforeUpload: (file) => {
let isshow = false;
......
......@@ -8,8 +8,8 @@
<a-button type="primary" @click="onExportXls" v-auth="'yztsjsj:export'">导出</a-button>
<a-button type="primary" @click="getMdb" v-auth="'yztsjsj:mdbgdb'">下载文件(mdb、gdb)</a-button>
<a-button type="primary" @click="handleShls" v-auth="'yztsjsj:shls'">审核历史</a-button>
<a-button type="primary" @click="handleZgSh(true)" v-auth="'yztsjsj:zgbmsh'" v-if="userStore.userInfo.userType == 2">部门审核</a-button>
<a-button type="primary" @click="handleZgSh(false)" v-auth="'yztsjsj:zgbmshls'">部门审核</a-button>
<a-button type="primary" @click="handleZgSh(true)" v-auth="'yztsjsj:zgbmsh'" v-if="userStore.userInfo.userType == 2">然资源部门审核</a-button>
<a-button type="primary" @click="handleZgSh(false)" v-auth="'yztsjsj:zgbmshls'">然资源部门审核</a-button>
<a-button type="primary" @click="handleStUp" v-auth="'yztsjsj:stbmtj'">生态部门提交</a-button>
<a-button type="primary" @click="handleFileCheck" v-auth="'yztsjsj:wjjc'">文件检查</a-button>
<a-button type="primary" @click="handleCheckResultDownload" v-auth="'yztsjsj:jcjgxz'">检查结果下载</a-button>
......@@ -25,7 +25,7 @@
<AddModal @register="registerModal" @success="handleSuccess"></AddModal>
<!-- 审核历史区域 -->
<ShlsModal @register="registerModalShls"></ShlsModal>
<!-- 自部门审核区域 -->
<!-- 自然资源部门审核区域 -->
<ZgShModal @register="registerModalZgSh" @success="handleSuccess"></ZgShModal>
<!-- 生态部门提交区域 -->
<StUpdateModal @register="registerModalStUp" @success="handleSuccess"></StUpdateModal>
......@@ -321,7 +321,7 @@
});
}
/**
* 自部门审核
* 自然资源部门审核
*/
function handleZgSh(type: boolean) {
let arr = getDataSource();
......
<template>
<BasicModal v-bind="$attrs" @register="registerModal" title="自部门审核" @ok="handleSubmit" width="40%">
<BasicModal v-bind="$attrs" @register="registerModal" title="自然资源部门审核" @ok="handleSubmit" width="40%">
<BasicForm
@register="registerForm"
v-if="isUpdate"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论