|
@@ -56,7 +56,7 @@
|
|
|
</a-select>
|
|
|
<a-button type="primary" preIcon="ant-design:search-outlined" @click="onSearch"
|
|
|
:disabled="activeKey != '1'">查询</a-button>
|
|
|
- <a-button type="primary" style="float: right;" @click="reportSum">汇总报表</a-button>
|
|
|
+ <a-button type="primary" style="float: right;" @click="reportSum" v-if="sysOrgCode=='sdmtjtgsd'">汇总报表</a-button>
|
|
|
<a-button type="primary" style="float: right; margin-right: 20px" @click="openModal(true)">文件上传</a-button>
|
|
|
</div>
|
|
|
<div class="list">
|
|
@@ -126,7 +126,9 @@ import { SvgIcon } from '/@/components/Icon';
|
|
|
import { ref, onMounted, reactive, nextTick, watch,onUnmounted } from 'vue';
|
|
|
import { columns } from './fileDetail.data';
|
|
|
import { getTree, createFile, editMenu, delMenu, uploadApi, downLoad, deleteById, listData, getNowUserAgencyData,sumVentReport, queryVentMonReportJd, zipdownload } from './fileDetail.api';
|
|
|
+import { useGlobSetting } from '/@/hooks/setting';
|
|
|
|
|
|
+const { sysOrgCode } = useGlobSetting();
|
|
|
let visiblehHz = ref(false)
|
|
|
let reportHzList = ref<any[]>([])
|
|
|
let timer: null | NodeJS.Timeout = null;
|