提交 64c97055 authored 作者: jinrongbin's avatar jinrongbin

文件检查、检查结果下载

上级 92b2c620
...@@ -6,8 +6,7 @@ ...@@ -6,8 +6,7 @@
<template #tableTitle> <template #tableTitle>
<a-button type="primary" @click="handleShls" v-auth="'yztsjxzls:shls'">审核历史</a-button> <a-button type="primary" @click="handleShls" v-auth="'yztsjxzls:shls'">审核历史</a-button>
<a-button type="primary" @click="onExportXls" v-auth="'yztsjxzls:export'">导出</a-button> <a-button type="primary" @click="onExportXls" v-auth="'yztsjxzls:export'">导出</a-button>
<a-button type="primary" @click="getMdb" v-auth="'yztsjxzls:mdb'">下载mdb文件</a-button> <a-button type="primary" @click="getMdb" v-auth="'yztsjxzls:mdbgdb'">下载文件(mdb、gdb)</a-button>
<a-button type="primary" @click="getGdb" v-auth="'yztsjxzls:gdb'">下载gdb文件</a-button>
</template> </template>
<!--操作栏--> <!--操作栏-->
<template #action="{ record }"> <template #action="{ record }">
......
...@@ -8,12 +8,13 @@ ...@@ -8,12 +8,13 @@
<template #tableTitle> <template #tableTitle>
<a-button type="primary" @click="handleAdd" v-auth="'yztsjshj:add'">添加</a-button> <a-button type="primary" @click="handleAdd" v-auth="'yztsjshj:add'">添加</a-button>
<a-button type="primary" @click="onExportXls" v-auth="'yztsjshj:export'">导出</a-button> <a-button type="primary" @click="onExportXls" v-auth="'yztsjshj:export'">导出</a-button>
<a-button type="primary" @click="getMdb" v-auth="'yztsjshj:mdb'">下载mdb文件</a-button> <a-button type="primary" @click="getMdb" v-auth="'yztsjshj:mdbgdb'">下载文件(mdb、gdb)</a-button>
<a-button type="primary" @click="getGdb" v-auth="'yztsjshj:gdb'">下载gdb文件</a-button>
<!-- <a-button type="primary" @click="handleShls" v-auth="'yztsjshj:shls'">审核历史</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 type="primary" @click="handleZgSh(true)" v-auth="'yztsjshj:zgbmsh'" v-if="userStore.userInfo.userType ==2">自规部门审核</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="handleStUp" v-auth="'yztsjshj:stbmtj'">生态部门提交</a-button>
<a-button type="primary" @click="handleStUp" v-auth="'yztsjshj:wjjc'">文件检查</a-button>
<a-button type="primary" @click="handleStUp" v-auth="'yztsjshj:jcjgxz'">检查结果下载</a-button>
<!-- <div style="color: red; text-align: right; flex: 1; line-height: 32px">注:本次数据为全量数据,生成的结果为前一天数据结果!</div> --> <!-- <div style="color: red; text-align: right; flex: 1; line-height: 32px">注:本次数据为全量数据,生成的结果为前一天数据结果!</div> -->
</template> </template>
<!--操作栏--> <!--操作栏-->
......
...@@ -6,12 +6,13 @@ ...@@ -6,12 +6,13 @@
<template #tableTitle> <template #tableTitle>
<a-button type="primary" @click="handleAdd" v-auth="'yztsjsj:add'">添加</a-button> <a-button type="primary" @click="handleAdd" v-auth="'yztsjsj:add'">添加</a-button>
<a-button type="primary" @click="onExportXls" v-auth="'yztsjsj:export'">导出</a-button> <a-button type="primary" @click="onExportXls" v-auth="'yztsjsj:export'">导出</a-button>
<a-button type="primary" @click="getMdb" v-auth="'yztsjsj:mdb'">下载mdb文件</a-button> <a-button type="primary" @click="getMdb" v-auth="'yztsjsj:mdbgdb'">下载文件(mdb、gdb)</a-button>
<a-button type="primary" @click="getGdb" v-auth="'yztsjsj:gdb'">下载gdb文件</a-button>
<a-button type="primary" @click="handleShls" v-auth="'yztsjsj:shls'">审核历史</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(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(false)" v-auth="'yztsjsj:zgbmshls'">自规部门审核</a-button>
<a-button type="primary" @click="handleStUp" v-auth="'yztsjsj:stbmtj'">生态部门提交</a-button> <a-button type="primary" @click="handleStUp" v-auth="'yztsjsj:stbmtj'">生态部门提交</a-button>
<a-button type="primary" @click="handleStUp" v-auth="'yztsjsj:wjjc'">文件检查</a-button>
<a-button type="primary" @click="handleStUp" v-auth="'yztsjsj:jcjgxz'">检查结果下载</a-button>
<!-- <div style="color: red; text-align: right; flex: 1; line-height: 32px">注:本次数据为全量数据,生成的结果为前一天数据结果!</div> --> <!-- <div style="color: red; text-align: right; flex: 1; line-height: 32px">注:本次数据为全量数据,生成的结果为前一天数据结果!</div> -->
</template> </template>
<!--操作栏--> <!--操作栏-->
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论