|
|
@ -17,16 +17,16 @@ |
|
|
|
class="!w-240px" |
|
|
|
class="!w-240px" |
|
|
|
/> |
|
|
|
/> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
<!-- <el-form-item label="邀请人" prop="userId">--> |
|
|
|
<!-- <el-form-item label="邀请人" prop="userId">--> |
|
|
|
<!-- <el-select--> |
|
|
|
<!-- <el-select--> |
|
|
|
<!-- v-model="queryParams.userId"--> |
|
|
|
<!-- v-model="queryParams.userId"--> |
|
|
|
<!-- placeholder="请选择邀请人"--> |
|
|
|
<!-- placeholder="请选择邀请人"--> |
|
|
|
<!-- clearable--> |
|
|
|
<!-- clearable--> |
|
|
|
<!-- class="!w-240px"--> |
|
|
|
<!-- class="!w-240px"--> |
|
|
|
<!-- >--> |
|
|
|
<!-- >--> |
|
|
|
<!-- <el-option label="请选择字典生成" value="" />--> |
|
|
|
<!-- <el-option label="请选择字典生成" value="" />--> |
|
|
|
<!-- </el-select>--> |
|
|
|
<!-- </el-select>--> |
|
|
|
<!-- </el-form-item>--> |
|
|
|
<!-- </el-form-item>--> |
|
|
|
<el-form-item label="企业类型" prop="type"> |
|
|
|
<el-form-item label="企业类型" prop="type"> |
|
|
|
<el-select |
|
|
|
<el-select |
|
|
|
v-model="queryParams.type" |
|
|
|
v-model="queryParams.type" |
|
|
@ -58,7 +58,6 @@ |
|
|
|
</el-select> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-form-item label="企业注册号" prop="registrationNumber"> |
|
|
|
<el-form-item label="企业注册号" prop="registrationNumber"> |
|
|
|
<el-input |
|
|
|
<el-input |
|
|
|
v-model="queryParams.registrationNumber" |
|
|
|
v-model="queryParams.registrationNumber" |
|
|
@ -80,25 +79,13 @@ |
|
|
|
/> |
|
|
|
/> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-form-item> |
|
|
|
<el-form-item> |
|
|
|
<el-button @click="handleQuery"><Icon icon="ep:search" class="mr-5px" /> 搜索</el-button> |
|
|
|
<el-button @click="handleQuery"><Icon icon="ep:search" class="mr-5px" /> 搜索</el-button> |
|
|
|
<el-button @click="resetQuery"><Icon icon="ep:refresh" class="mr-5px" /> 重置</el-button> |
|
|
|
<el-button @click="resetQuery"><Icon icon="ep:refresh" class="mr-5px" /> 重置</el-button> |
|
|
|
<el-button |
|
|
|
<el-button type="primary" plain @click="openForm('create')"> |
|
|
|
type="primary" |
|
|
|
|
|
|
|
plain |
|
|
|
|
|
|
|
@click="openForm('create')" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
<Icon icon="ep:plus" class="mr-5px" /> 新增 |
|
|
|
<Icon icon="ep:plus" class="mr-5px" /> 新增 |
|
|
|
</el-button> |
|
|
|
</el-button> |
|
|
|
<el-button |
|
|
|
<el-button type="success" plain @click="handleExport" :loading="exportLoading"> |
|
|
|
type="success" |
|
|
|
|
|
|
|
plain |
|
|
|
|
|
|
|
@click="handleExport" |
|
|
|
|
|
|
|
:loading="exportLoading" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
<Icon icon="ep:download" class="mr-5px" /> 导出 |
|
|
|
<Icon icon="ep:download" class="mr-5px" /> 导出 |
|
|
|
</el-button> |
|
|
|
</el-button> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
@ -108,7 +95,6 @@ |
|
|
|
<!-- 列表 --> |
|
|
|
<!-- 列表 --> |
|
|
|
<ContentWrap> |
|
|
|
<ContentWrap> |
|
|
|
<el-table v-loading="loading" :data="list" :stripe="true" :show-overflow-tooltip="true"> |
|
|
|
<el-table v-loading="loading" :data="list" :stripe="true" :show-overflow-tooltip="true"> |
|
|
|
|
|
|
|
|
|
|
|
<el-table-column label="企业名称" align="center" fixed="left" prop="enterprisesName" /> |
|
|
|
<el-table-column label="企业名称" align="center" fixed="left" prop="enterprisesName" /> |
|
|
|
<el-table-column label="邀请人" align="center" prop="userId" /> |
|
|
|
<el-table-column label="邀请人" align="center" prop="userId" /> |
|
|
|
<el-table-column label="企业类型" align="center" prop="type"> |
|
|
|
<el-table-column label="企业类型" align="center" prop="type"> |
|
|
@ -124,7 +110,11 @@ |
|
|
|
|
|
|
|
|
|
|
|
<el-table-column label="企业地址" align="center" prop="address" /> |
|
|
|
<el-table-column label="企业地址" align="center" prop="address" /> |
|
|
|
<el-table-column label="环保负责人姓名" align="center" prop="contactName" /> |
|
|
|
<el-table-column label="环保负责人姓名" align="center" prop="contactName" /> |
|
|
|
<el-table-column label="企业环保负责人联系电话" align="center" prop="environmentalContactPhone" /> |
|
|
|
<el-table-column |
|
|
|
|
|
|
|
label="企业环保负责人联系电话" |
|
|
|
|
|
|
|
align="center" |
|
|
|
|
|
|
|
prop="environmentalContactPhone" |
|
|
|
|
|
|
|
/> |
|
|
|
<el-table-column label="企业注册号" align="center" prop="registrationNumber" /> |
|
|
|
<el-table-column label="企业注册号" align="center" prop="registrationNumber" /> |
|
|
|
<el-table-column label="企业图文介绍" align="center" prop="introduction" /> |
|
|
|
<el-table-column label="企业图文介绍" align="center" prop="introduction" /> |
|
|
|
<!-- <el-table-column label="企业成立时间" align="center" prop="establishmentDate" /> |
|
|
|
<!-- <el-table-column label="企业成立时间" align="center" prop="establishmentDate" /> |
|
|
@ -139,38 +129,16 @@ |
|
|
|
<el-table-column label="管理部门" align="center" prop="managerDeptId" /> |
|
|
|
<el-table-column label="管理部门" align="center" prop="managerDeptId" /> |
|
|
|
<el-table-column label="操作" align="center" min-width="120px"> |
|
|
|
<el-table-column label="操作" align="center" min-width="120px"> |
|
|
|
<template #default="scope"> |
|
|
|
<template #default="scope"> |
|
|
|
<el-button |
|
|
|
<el-button link type="primary" @click="openForm('update', scope.row.id)"> |
|
|
|
link |
|
|
|
|
|
|
|
type="primary" |
|
|
|
|
|
|
|
@click="openForm('update', scope.row.id)" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
编辑 |
|
|
|
编辑 |
|
|
|
</el-button> |
|
|
|
</el-button> |
|
|
|
<el-button |
|
|
|
<el-button link type="danger" @click="handleDelete(scope.row.id)"> 删除 </el-button> |
|
|
|
link |
|
|
|
|
|
|
|
type="danger" |
|
|
|
|
|
|
|
@click="handleDelete(scope.row.id)" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
删除 |
|
|
|
|
|
|
|
</el-button> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-button link type="danger" @click="detailformRef(scope.row.id)"> 详情 </el-button> |
|
|
|
|
|
|
|
|
|
|
|
<el-button |
|
|
|
<!-- <router-link :to="'/enterprises/detailEnterprises/' + scope.row.type">--> |
|
|
|
link |
|
|
|
<!-- <el-button link type="primary">详情</el-button>--> |
|
|
|
type="danger" |
|
|
|
<!-- </router-link>--> |
|
|
|
@click="detailformRef(scope.row.id)" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
详情 |
|
|
|
|
|
|
|
</el-button> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <router-link :to="'/enterprises/detailEnterprises/' + scope.row.type">--> |
|
|
|
|
|
|
|
<!-- <el-button link type="primary">详情</el-button>--> |
|
|
|
|
|
|
|
<!-- </router-link>--> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
</el-table> |
|
|
@ -219,7 +187,7 @@ const queryParams = reactive({ |
|
|
|
establishmentDate: [], |
|
|
|
establishmentDate: [], |
|
|
|
gpsLocation: undefined, |
|
|
|
gpsLocation: undefined, |
|
|
|
createTime: [], |
|
|
|
createTime: [], |
|
|
|
managerDeptId: undefined, |
|
|
|
managerDeptId: undefined |
|
|
|
}) |
|
|
|
}) |
|
|
|
const queryFormRef = ref() // 搜索的表单 |
|
|
|
const queryFormRef = ref() // 搜索的表单 |
|
|
|
const exportLoading = ref(false) // 导出的加载中 |
|
|
|
const exportLoading = ref(false) // 导出的加载中 |
|
|
@ -236,7 +204,6 @@ const getList = async () => { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** 搜索按钮操作 */ |
|
|
|
/** 搜索按钮操作 */ |
|
|
|
const handleQuery = () => { |
|
|
|
const handleQuery = () => { |
|
|
|
queryParams.pageNo = 1 |
|
|
|
queryParams.pageNo = 1 |
|
|
@ -255,23 +222,18 @@ const openForm = (type: string, id?: number) => { |
|
|
|
formRef.value.open(type, id) |
|
|
|
formRef.value.open(type, id) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*详情*/ |
|
|
|
/*详情*/ |
|
|
|
const { push } = useRouter() // 路由 |
|
|
|
const { push } = useRouter() // 路由 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const detailformRef = (id?: number) => { |
|
|
|
const detailformRef = ( id?: number) => { |
|
|
|
push({ |
|
|
|
push({ |
|
|
|
path: '/enterprises/detailEnterprises', |
|
|
|
path:'/enterprises/detailEnterprises', |
|
|
|
query: { |
|
|
|
query:{ |
|
|
|
id |
|
|
|
id |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** 删除按钮操作 */ |
|
|
|
/** 删除按钮操作 */ |
|
|
|
const handleDelete = async (id: number) => { |
|
|
|
const handleDelete = async (id: number) => { |
|
|
|
try { |
|
|
|
try { |
|
|
|