| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378 |
- <template>
- <div class="app-container">
- <el-form :model="queryParams" ref="queryRef" :inline="true" v-show="showSearch" label-width="68px">
- <el-form-item label="统一社会信用代码" prop="uniCode" label-width="200">
- <el-input
- v-model="queryParams.uniCode"
- placeholder="请输入统一社会信用代码"
- clearable
- @keyup.enter="handleQuery"
- />
- </el-form-item>
- <el-form-item>
- <el-button type="primary" icon="Search" @click="handleQuery">搜索</el-button>
- <el-button icon="Refresh" @click="resetQuery">重置</el-button>
- </el-form-item>
- </el-form>
- <el-row :gutter="10" class="mb8">
- <el-col :span="1.5">
- <el-button
- type="warning"
- plain
- icon="Download"
- @click="handleExport"
- :disabled="!xcrAdministrativeLicensingList.length"
- v-hasPermi="['basicData:xcrAdministrativeLicensing:export']"
- >导出
- </el-button>
- </el-col>
- </el-row>
- <el-table v-loading="loading" :data="xcrAdministrativeLicensingList" height="650" @selection-change="handleSelectionChange">
- <el-table-column label="统一社会信用代码" align="center" prop="uniCode" width="200"/>
- <el-table-column label="备注" align="center" prop="BZ" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="发布状态" align="center" prop="FBZT" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="当前状态" align="center" prop="ISLATE" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="唯一标识" align="center" prop="UNID" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="其他法定代表人证件类型" align="center" prop="xkFddbrzjlxOther" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="法定代表人" align="center" prop="xkFrdb" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="法定代表人证件号码" align="center" prop="xkFrZjhm" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="法定代表人证件类型" align="center" prop="xkFrZjlx" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="许可决定日期" align="center" prop="xkJdrq" width="180">
- <template #default="scope">
- <span>{{ parseTime(scope.row.xkJdrq, '{y}-{m}-{d}') }}</span>
- </template>
- </el-table-column>
- <el-table-column label="其他许可类别" align="center" prop="xkLbOther" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="数据来源单位" align="center" prop="xkLydw" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="数据来源单位统一社会信用代码" align="center" prop="xkLydwdm" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="许可内容" align="center" prop="xkNr" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="行政许可决定文书号" align="center" prop="xkWsh" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="工商注册号" align="center" prop="xkXdrGszc" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="许可类别" align="center" prop="xkXdrLb" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="对象代码" align="center" prop="xkXdrShxym" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="社会组织登记证号" align="center" prop="xkXdrShzz" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="税务登记号" align="center" prop="xkXdrSwdj" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="事业单位证书号" align="center" prop="xkXdrSydw" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="证件号码" align="center" prop="xkXdrZjhm" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="证件类型" align="center" prop="xkXdrZjlx" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="组织机构代码" align="center" prop="xkXdrZzjg" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="许可编号" align="center" prop="xkXkbh" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="许可机关" align="center" prop="xkXkjg" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="许可机关统一社会信用代码" align="center" prop="xkXkjgdm" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="许可类别" align="center" prop="xkXklb" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="行政许可决定文书名称" align="center" prop="xkXkws" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="许可证书名称" align="center" prop="xkXkzs" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="有效期自" align="center" prop="xkYxqz" width="180">
- <template #default="scope">
- <span>{{ parseTime(scope.row.xkYxqz, '{y}-{m}-{d}') }}</span>
- </template>
- </el-table-column>
- <el-table-column label="有效期至" align="center" prop="xkYxqzi" width="180">
- <template #default="scope">
- <span>{{ parseTime(scope.row.xkYxqzi, '{y}-{m}-{d}') }}</span>
- </template>
- </el-table-column>
- <el-table-column label="其他证件类型" align="center" prop="xkZjlxOther" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="当前状态" align="center" prop="xkZt" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="批次号" align="center" prop="batchNo" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="创建用户" align="center" prop="createUser" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="数据代码" align="center" prop="dataCode" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="部门ID" align="center" prop="depId" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="对象代码" align="center" prop="entityCode" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="附加代码" align="center" prop="entityCodeAdd" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="对象名称" align="center" prop="entityName" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="实体类型" align="center" prop="entityType" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="库存ID" align="center" prop="inventoryId" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="库存来源ID" align="center" prop="inventorySourceId" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="是否删除" align="center" prop="isDel" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="元数据ID" align="center" prop="metaId" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="组织ID" align="center" prop="orgId" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="报告状态" align="center" prop="reportState" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="记录状态" align="center" prop="status" :show-overflow-tooltip='true' width="150"/>
- <el-table-column label="更新用户" align="center" prop="updateUser" :show-overflow-tooltip='true' width="150"/>
- </el-table>
- <div style="position: fixed;bottom: 20px;right: 10px;">
- <pagination
- v-show="total>0"
- :total="total"
- v-model:page="queryParams.pageNum"
- v-model:limit="queryParams.pageSize"
- @pagination="getList"
- />
- </div>
- <el-dialog :title="upload.title" v-model="upload.open" width="400px" append-to-body>
- <el-upload ref="uploadRef" :limit="1" accept=".xlsx, .xls" :headers="upload.headers"
- :action="upload.url + '?updateSupport=' + upload.updateSupport" :disabled="upload.isUploading"
- :on-progress="handleFileUploadProgress" :on-success="handleFileSuccess" :auto-upload="false" drag>
- <el-icon class="el-icon--upload">
- <upload-filled/>
- </el-icon>
- <div class="el-upload__text">将文件拖到此处,或<em>点击上传</em></div>
- <template #tip>
- <div class="el-upload__tip text-center">
- <span>仅允许导入xls、xlsx格式文件。</span>
- </div>
- </template>
- </el-upload>
- <template #footer>
- <div class="dialog-footer">
- <el-button type="primary" @click="submitFileForm">确 定</el-button>
- <el-button @click="upload.open = false">取 消</el-button>
- </div>
- </template>
- </el-dialog>
- </div>
- </template>
- <script setup name="Licensing">
- import {
- listLicensing,
- getLicensing,
- delLicensing,
- delLicensingBatch
- } from "@/api/basicData/xcrAdministrativeLicensing";
- import {reactive, ref, toRaw} from "vue";
- import {getToken} from "@/utils/auth";
- import {ElMessage} from "element-plus";
- import {likeQueryMethod} from "@/utils/likeQueryMethod";
- const {proxy} = getCurrentInstance();
- const xcrAdministrativeLicensingList = ref([]);
- const open = ref(false);
- const loading = ref(true);
- const showSearch = ref(true);
- const ids = ref([]);
- const single = ref(true);
- const multiple = ref(true);
- const total = ref(0);
- const title = ref("");
- const upload = reactive({
- // 是否显示弹出层(用户导入)
- open: false,
- // 弹出层标题(用户导入)
- title: '',
- // 是否禁用上传
- isUploading: false,
- // 设置上传的请求头部
- headers: {Authorization: getToken()},
- // 上传的地址
- url: import.meta.env.VITE_APP_BASE_API + '/xcrAdministrativeLicensing/importData'
- })
- const handleFileSuccess = (e) => {
- if (e.code == 200) {
- ElMessage({
- type: "success",
- message: e.msg
- })
- getList()
- proxy.$refs['uploadRef']?.clearFiles()
- } else {
- ElMessage({
- type: "error",
- message: e.msg
- })
- proxy.$refs['uploadRef']?.clearFiles()
- }
- }
- function submitFileForm() {
- proxy.$refs['uploadRef']?.submit();
- upload.open = false;
- }
- function handleImport() {
- upload.open = true
- }
- const data = reactive({
- form: {},
- queryParams: {
- pageNum: 1,
- pageSize: 20,
- BZ: null,
- FBZT: null,
- ISLATE: null,
- UNID: null,
- xkFddbrzjlxOther: null,
- xkFrdb: null,
- xkFrZjhm: null,
- xkFrZjlx: null,
- xkJdrq: null,
- xkLbOther: null,
- xkLydw: null,
- xkLydwdm: null,
- xkNr: null,
- xkWsh: null,
- xkXdrGszc: null,
- xkXdrLb: null,
- xkXdrShxym: null,
- xkXdrShzz: null,
- xkXdrSwdj: null,
- xkXdrSydw: null,
- xkXdrZjhm: null,
- xkXdrZjlx: null,
- xkXdrZzjg: null,
- xkXkbh: null,
- xkXkjg: null,
- xkXkjgdm: null,
- xkXklb: null,
- xkXkws: null,
- xkXkzs: null,
- xkYxqz: null,
- xkYxqzi: null,
- xkZjlxOther: null,
- xkZt: null,
- batchNo: null,
- createUser: null,
- dataCode: null,
- depId: null,
- entityCode: null,
- entityCodeAdd: null,
- entityName: null,
- entityType: null,
- inventoryId: null,
- inventorySourceId: null,
- isDel: null,
- metaId: null,
- orgId: null,
- reportState: null,
- status: null,
- updateUser: null,
- uniCode: ''
- },
- rules: {
- }
- });
- const {queryParams, form, rules} = toRefs(data);
- /** 查询行政许可信息列表 */
- function getList() {
- loading.value = true;
- let toServerObj = likeQueryMethod('uni_code', queryParams.value.uniCode, queryParams.value.pageNum, queryParams.value.pageSize);
- listLicensing(toServerObj).then(response => {
- xcrAdministrativeLicensingList.value = response.records;
- total.value = response.total;
- loading.value = false;
- });
- }
- // 表单重置
- function reset() {
- form.value = {
- xhCodeId: null,
- BZ: null,
- FBZT: null,
- ISLATE: null,
- UNID: null,
- xkFddbrzjlxOther: null,
- xkFrdb: null,
- xkFrZjhm: null,
- xkFrZjlx: null,
- xkJdrq: null,
- xkLbOther: null,
- xkLydw: null,
- xkLydwdm: null,
- xkNr: null,
- xkWsh: null,
- xkXdrGszc: null,
- xkXdrLb: null,
- xkXdrShxym: null,
- xkXdrShzz: null,
- xkXdrSwdj: null,
- xkXdrSydw: null,
- xkXdrZjhm: null,
- xkXdrZjlx: null,
- xkXdrZzjg: null,
- xkXkbh: null,
- xkXkjg: null,
- xkXkjgdm: null,
- xkXklb: null,
- xkXkws: null,
- xkXkzs: null,
- xkYxqz: null,
- xkYxqzi: null,
- xkZjlxOther: null,
- xkZt: null,
- batchNo: null,
- createTime: null,
- createUser: null,
- dataCode: null,
- depId: null,
- entityCode: null,
- entityCodeAdd: null,
- entityName: null,
- entityType: null,
- id: null,
- inventoryId: null,
- inventorySourceId: null,
- isDel: null,
- metaId: null,
- orgId: null,
- reportState: null,
- status: "0",
- updateTime: null,
- updateUser: null,
- uniCode: ''
- };
- proxy.resetForm("xcrAdministrativeLicensingRef");
- }
- /** 搜索按钮操作 */
- function handleQuery() {
- queryParams.value.pageNum = 1;
- getList();
- }
- /** 重置按钮操作 */
- function resetQuery() {
- proxy.resetForm("queryRef");
- handleQuery();
- }
- // 多选框选中数据
- function handleSelectionChange(selection) {
- ids.value = selection.map(item => item.xhCodeId);
- single.value = selection.length != 1;
- multiple.value = !selection.length;
- }
- /** 删除按钮操作 */
- async function handleDelete(row) {
- const res = await delLicensing();
- if(res.code == 200){
- ElMessage({
- type:'success',
- message:'删除成功'
- })
- getList();
- }
- }
- /** 批量删除*/
- const batchDelete = (row)=>{
- const idsToS = row.xhCodeId || ids.value;
- (proxy.$modal).confirm('是否确认删除这' + idsToS.length+'条的数据项?').then(function() {
- return delLicensingBatch(toRaw(idsToS));
- }).then(() => {
- getList();
- proxy.$modal.msgSuccess("删除成功");
- }).catch(() => {});
- }
- /** 导出按钮操作 */
- function handleExport() {
- proxy.download('basicData/xcrAdministrativeLicensing/export', {
- ...queryParams.value
- }, `行政许可信息_${new Date().getTime()}.xlsx`)
- }
- getList();
- </script>
|