Browse Source

Merge branch 'dev-statics'

feature
13176889840 3 years ago
parent
commit
1c93c815e5
  1. 465
      src/views/modules/shequzhili/xiangmu/index.vue
  2. 949
      src/views/modules/shequzhili/xiangmu/xiangmu-ling.vue

465
src/views/modules/shequzhili/xiangmu/index.vue

@ -10,127 +10,72 @@
class="demo-form-inline"
>
<div>
<el-form-item label="所属组织" label-width="100px"
prop="orgId">
<el-cascader ref="cascaderUnit" v-model="orgId"
:options="optionsA"
:props="{ checkStrictly: true,
emitPath: false,children:'subAgencyList',label:'agencyName', value: 'orgLevel'}"
clearable
@change="handleCalscChange"/>
</el-form-item>
<el-form-item label="上报渠道"
prop="origin">
<el-select v-model="fmData.origin"
placeholder="请选择"
size="small"
clearable
class="item_width_2">
<el-option v-for="item in qudaoArray"
:key="item.value"
:label="item.label"
:value="item.value">
</el-option>
</el-select>
</el-form-item>
<el-form-item label="上报人"
prop="staffName">
<el-input v-model="fmData.staffName"
class="item_width_2"
size="small"
clearable
placeholder="请输入">
</el-input>
</el-form-item>
<el-form-item label="手机号"
prop="mobile">
<el-input v-model="fmData.mobile"
class="item_width_2"
size="small"
clearable
placeholder="请输入">
</el-input>
</el-form-item>
<el-form-item label="事件内容"
prop="backGround">
<el-input v-model="fmData.backGround"
class="item_width_2"
size="small"
clearable
placeholder="请输入">
<el-form-item label="项目标题" prop="title">
<el-input
v-model="fmData.title"
class="resi-cell-input"
size="small"
clearable
placeholder="请输入"
>
</el-input>
</el-form-item>
<el-form-item label="事件类型"
prop="firstIdList">
<el-cascader ref="cascaderEvent" v-model="eventTypeCheck" :options="cateOptions"
collapse-tags
:show-all-levels="false"
:props="{
multiple: true,
checkStrictly: false,
emitPath: false,
children:'subCategory',
label:'name',
value:'id'
}" clearable class="item_width_2" @change="handleEventType" />
<!-- <template slot-scope="{ node, data }">
<div @click="cascaderClick(node, data)">
<span>{{ data.name }}</span>
</div>
</template>
</el-cascader> -->
</el-form-item>
<el-form-item label="事件状态"
prop="status">
<el-select class="item_width_2"
v-model="fmData.status"
placeholder="全部"
size="small"
clearable>
<el-option v-for="item in optionsStatus"
:key="item.value"
:label="item.label"
:value="item.value">
</el-option>
</el-select>
</el-form-item>
<el-form-item label="上报时间"
prop="startTime">
<el-date-picker v-model="fmData.startTime"
:picker-options="startPickerOptions"
class="item_width_2"
size="small"
type="datetime"
value-format="yyyy-MM-dd HH:mm:ss"
placeholder="开始时间">
<el-form-item label="转项目时间" prop="date">
<el-date-picker
v-model="fmData.startDate"
size="small"
type="date"
value-format="yyyy-MM-dd"
style="width: 150px"
placeholder="开始时间"
>
</el-date-picker>
<span class="data-tag"></span>
<el-date-picker v-model="fmData.endTime"
:picker-options="endPickerOptions"
class="item_width_2 data-tag"
size="small"
type="datetime"
value-format="yyyy-MM-dd HH:mm:ss"
placeholder="结束时间">
<span style="margin:0 8px;"></span>
<el-date-picker
v-model="fmData.endDate"
size="small"
type="date"
style="width: 150px"
value-format="yyyy-MM-dd"
placeholder="结束时间"
>
</el-date-picker>
</el-form-item>
<el-form-item label="处置选项"
prop="staffId">
<el-checkbox v-model="checkStaffId" @change="handleCheckbox"></el-checkbox>
<el-form-item label="状态" prop="status">
<el-select
v-model.trim="fmData.status"
placeholder="请选择"
size="small"
clearable
style="width: 150px"
class="resi-cell-select"
>
<el-option
v-for="item in optionsStatus"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</el-select>
</el-form-item>
<el-form-item style="margin-left: 35px">
<el-button
class="diy-button--search"
size="small"
@click="handleSearch"
>查询</el-button
>
<el-button
class="diy-button--reset"
size="small"
@click="resetForm('searchForm')"
>重置</el-button
>
</el-form-item>
<el-button style="margin-left:30px"
size="small"
class="diy-button--search"
@click="handleSearch">查询</el-button>
<el-button style="margin-left:10px"
size="small"
class="diy-button--reset"
@click="resetForm('searchForm')">重置</el-button>
</div>
</el-form>
</el-card>
@ -175,7 +120,7 @@
</el-upload>
<el-button @click="handleChu" class="diy-button--reset" size="small"
:loading="exportLoading">导出</el-button
>导出</el-button
>
</div>
@ -196,115 +141,59 @@
<el-table-column
prop="gridName"
align="center"
label="所属组织/网格"
min-width="140"
label="所属网格"
:show-overflow-tooltip="true"
>
</el-table-column>
<el-table-column
prop="firstName"
label="事件类型"
min-width="140"
prop="title"
label="项目标题"
align="center"
:show-overflow-tooltip="true"
>
<template slot-scope="scope">
{{ scope.row.firstName + '-' + scope.row.secondName }}
</template>
</el-table-column>
<el-table-column
prop="staffName"
prop="shiftProjectTime"
width="100"
align="center"
label="报事人"
label="转项目时间"
:show-overflow-tooltip="true"
>
</el-table-column>
<el-table-column
prop="mobile"
prop="projectScheme"
align="center"
label="手机号"
width="140"
label="项目方案"
:show-overflow-tooltip="true"
>
</el-table-column>
<el-table-column
prop="createdTime"
prop="internalRemark"
align="center"
label="上报时间"
width="160"
label="内部备注"
:show-overflow-tooltip="true"
>
</el-table-column>
<el-table-column
prop="backGround"
prop="departmentNameList"
align="center"
label="事件内容"
min-width="160"
label="当前处理部门 "
:show-overflow-tooltip="true"
>
</el-table-column>
<el-table-column
prop="publicReply"
prop="detentionDays"
align="center"
min-width="160"
label="办理结果(结案说明)"
label="滞留工作日 "
:show-overflow-tooltip="true"
>
<template slot-scope="scope">
{{ scope.row.publicReply }}
</template>
</el-table-column>
<el-table-column
prop="urlList"
align="center"
label="图片 "
>
<template slot-scope="scope">
<el-image v-if="scope.row.urlList&&scope.row.urlList.length>0"
style="width: 40px; height: 40px"
:src="scope.row.urlList[0]"
:preview-src-list="scope.row.urlList">
</el-image>
<span v-else></span>
</template>
</el-table-column>
<el-table-column
prop="origin"
align="center"
label="上报渠道"
width="120"
/>
<!-- <template slot-scope="scope">
<span v-if="scope.row.origin == 'agency'">网格上报</span>
<span v-else-if="scope.row.origin == 'ic_event'">居民上报</span>
<span v-else-if="scope.row.origin == 'work_event'">巡查上报</span>
<span v-else-if="scope.row.origin == 'issue'">议题上报</span>
</template>
</el-table-column> -->
<el-table-column
prop="address"
align="center"
label="地址 "
:show-overflow-tooltip="true"
/>
<el-table-column
prop="status"
align="center"
label="状态 "
width="70"
/>
<!-- <template slot-scope="scope">
{{ scope.row.status == 'pending' ? '处理中' : '已结案' }}
</template>
</el-table-column> -->
<el-table-column
fixed="right"
@ -314,7 +203,7 @@
>
<template slot-scope="scope">
<el-button
v-if="scope.row.processable"
v-if="scope.row.status == 'pending' && scope.row.processable"
@click="handleEdit(scope.$index)"
type="text"
size="small"
@ -382,38 +271,11 @@ import nextTick from "dai-js/tools/nextTick";
import { mapGetters } from "vuex";
import projectInfo from "./cpts/project-info";
import axios from "axios";
const _form = {
orgId: '',
orgType: '',
origin: '',
backGround: '',
staffName: '',
mobile: '',
startTime: '',
endTime: '',
status: '',
firstIdList: [],
secondIdList: [],
staffId: ''
}
export default {
components: { projectInfo },
data() {
let endDisabledDate = (time) => {//datareturn
let nowData = Date.now()
if (this.fmData.startTime) {
let startTime = new Date(this.fmData.startTime)
return time.getTime() > nowData || time.getTime() < startTime || time.getTime() === startTime
} else {
return time.getTime() > nowData
}
}
let startDisabledDate = (time) => {//datareturn
let nowData = Date.now()
return time.getTime() > nowData
}
return {
pageType: "list", // list dispose info issue-info
@ -426,46 +288,25 @@ export default {
optionsStatus: [
{
value: "pending",
label: "处理中",
label: "未结案",
},
{
value: "closed",
label: "已结案",
},
],
qudaoArray: [
{
value: "agency",
label: "网格上报",
},
{
value: "ic_event",
label: "居民上报",
},
{
value: "work_event",
label: "巡查上报",
},
{
value: "issue",
label: "议题上报",
}
],
orgId: '',
checkStaffId: false,
exportLoading: false,
cateOptions: [],
optionsA: [],
fmData: { ..._form },
endPickerOptions: {
disabledDate: endDisabledDate
},
startPickerOptions: {
disabledDate: startDisabledDate
fmData: {
title: "",
status: "",
startDate: "",
endDate: "",
date: ["", ""],
},
importBtnTitle: "导入",
importLoading: false,
eventTypeCheck: [],
currentProject: {
projectId: "",
userId: "",
@ -476,8 +317,8 @@ export default {
computed: {
maxTableHeight() {
return this.$store.state.inIframe
? this.clientHeight - 410 + this.iframeHeigh
: this.clientHeight - 410;
? this.clientHeight - 360 + this.iframeHeigh
: this.clientHeight - 360;
},
...mapGetters(["clientHeight", "iframeHeight"]),
},
@ -494,8 +335,6 @@ export default {
},
mounted() {
this.getTableData();
this.getGridList()
this.getCateOptions()
},
methods: {
async handleExportModule() {
@ -571,12 +410,12 @@ export default {
message: "导入中,请到系统管理-导入记录中查看进度",
duration: 0,
});
const fmData = new FormData(); //FormDataappend('key', value)
fmData.append("file", file.file); //
const formData = new FormData(); //FormDataappend('key', value)
formData.append("file", file.file); //
await this.$http
.post(
"/heart/iccommunityselforganization/importcommunityselforganization",
fmData
formData
)
.then((res) => {
console.log("res-up", res);
@ -595,7 +434,7 @@ export default {
// window.SITE_CONFIG["apiURL"] +
// "/heart/iccommunityselforganization/importcommunityselforganization",
// method: "post",
// data: fmData,
// data: formData,
// // responseType: "blob",
// })
// .then((res) => {
@ -617,48 +456,7 @@ export default {
this.importBtnTitle = "导入";
this.$refs.upload.clearFiles();
},
handleCalscChange(val) {
console.log('val-----', val)
const arr = val.split('-')
this.fmData.orgId = arr[0]
this.fmData.orgType = arr[1] === 'grid' ? 'grid' : 'agency'
},
handleCheckbox(val) {
const { user } = this.$store.state
console.log('val---', val)
if (val) this.fmData.staffId = user.id
else this.fmData.staffId = ''
},
handleEventType(val) {
// console.log('val-----eee', val)
console.log('nodes---', this.$refs.cascaderEvent.getCheckedNodes())
const nodes = this.$refs.cascaderEvent.getCheckedNodes()
this.fmData.firstIdList = []
this.fmData.secondIdList = []
let level1 = nodes.filter(item => item.level === 1)
let level2 = nodes.filter(item => item.level === 2)
console.log('level2----1', level2)
level1.forEach(item => {
console.log('level2----2', level2)
if (item.hasChildren) {
for (let i = level2.length - 1; i >= 0; i--) {
if (level2[i].parent.value === item.value) level2.splice(i, 1)
}
}
})
this.fmData.firstIdList = level1.map(item => item.value)
this.fmData.secondIdList = level2.map(item => item.value)
},
cascaderClick (node, nodeData) {
console.log('node---', node)
console.log('nodeData---', nodeData)
// this.fmData.agencyId = nodeData.objectId;
// this.fmData.level = nodeData.objectType
// this.$refs.cascaderUnit.checkedValue = nodeData.id;
// this.$refs.cascaderUnit.computePresentText();
// this.$refs.cascaderUnit.toggleDropDownVisible(false);
},
handleSizeChange(val) {
console.log(`每页 ${val}`);
this.pageSize = val;
@ -672,26 +470,18 @@ export default {
},
handleSearch(val) {
console.log(JSON.stringify(this.fmData));
console.log(this.fmData);
this.pageNo = 1;
this.getTableData();
},
resetForm(formName) {
this.$refs[formName].resetFields();
this.fmData = {
..._form
}
this.eventTypeCheck = []
this.orgId = ''
this.checkStaffId = false
this.handleSearch();
},
async handleChu() {
// const url = "/gov/project/project/project-list-export";
const url = '/gov/project/project/orgprojectexport'
const url = "/gov/project/project/project-list-export";
const { pageSize, pageNo, fmData } = this;
this.exportLoading = true
axios({
url: window.SITE_CONFIG["apiURL"] + url,
method: "post",
@ -717,10 +507,8 @@ export default {
aLink.click();
document.body.removeChild(aLink); //
window.URL.revokeObjectURL(url); //blob
this.exportLoading = false
})
.catch((err) => {
this.exportLoading = false
console.log("获取导出情失败", err);
return this.$message.error("网络错误");
});
@ -775,8 +563,7 @@ export default {
async getTableData() {
// const url = "http://yapi.elinkservice.cn/mock/245/gov/project/project/project-list";
// const url = "/gov/project/project/project-list";
const url ='/gov/project/project/orgprojectlist'
const url = "/gov/project/project/project-list";
const { pageSize, pageNo, fmData } = this;
const { data, code, msg } = await requestPost(url, {
pageSize,
@ -788,71 +575,12 @@ export default {
this.total = data.total || 0;
this.tableData = data.list
? data.list.map((item) => {
return {
...item,
urlList: item.urlList && item.urlList.map(n => n.url)
};
return item;
})
: [];
} else {
}
},
async getCateOptions() {
const url = "/gov/issue/issueprojectcategorydict/list";
const { data, code, msg } = await requestPost(url, {});
if (code === 0) {
// this.cateOptions = data.map((item) => {
// item.subCategory.forEach((subitem) => {
// delete subitem.subCategory;
// });
// return item;
// });
this.cateOptions = this.deepTree(data, 'subCategory')
} else {
this.$message.error(msg);
}
},
getGridList() {
const { user } = this.$store.state
this.dataListLoading = true
const params = {
agencyId: user.agencyId,
client: 'gov'
}
this.$http
// .post('/gov/org/userhouse/service/serviceScopeTree')
// .post('/data/aggregator/org/agencytree', params)
// .post('/gov/org/customeragency/staffinagencylist')
.post('/gov/org/customeragency/agencygridtree')
.then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
} else {
console.log('获取查询详情成功', res.data)
// let { agencyList, subAgencyList } = res.data
let _arr = []
_arr.push(res.data)
this.optionsA = this.deepTree(_arr, 'subAgencyList')
console.log('optionsA----', this.optionsA)
}
})
.catch(() => {
return this.$message.error('网络错误')
})
},
deepTree(arr, child) {
if (Array.isArray(arr) && arr.length > 0) {
return arr.map(item => {
// if (child === 'subAgencyList') item.value = item.orgType + '-' + item.orgId
return {
...item,
[child]: item[child] && item[child].length > 0 && this.deepTree(item[child], child) || null
}
})
}
}
},
};
</script>
@ -934,13 +662,6 @@ export default {
.resi-cell-select:last-child {
margin-right: 0;
}
.item_width_2 {
width: 200px;
}
}
.data-tag {
margin: 0 5px;
}
.mt10 {

949
src/views/modules/shequzhili/xiangmu/xiangmu-ling.vue

@ -0,0 +1,949 @@
<template>
<div class="resi-container">
<div class="g-page" v-show="pageType == 'list'">
<el-card ref="searchCard" class="search-card">
<el-form
ref="searchForm"
:inline="true"
:model="fmData"
:label-width="'100px'"
class="demo-form-inline"
>
<div>
<el-form-item label="所属组织" label-width="100px"
prop="orgId">
<el-cascader ref="cascaderUnit" v-model="orgId"
:options="optionsA"
:props="{ checkStrictly: true,
emitPath: false,children:'subAgencyList',label:'agencyName', value: 'orgLevel'}"
clearable
@change="handleCalscChange"/>
</el-form-item>
<el-form-item label="上报渠道"
prop="origin">
<el-select v-model="fmData.origin"
placeholder="请选择"
size="small"
clearable
class="item_width_2">
<el-option v-for="item in qudaoArray"
:key="item.value"
:label="item.label"
:value="item.value">
</el-option>
</el-select>
</el-form-item>
<el-form-item label="上报人"
prop="staffName">
<el-input v-model="fmData.staffName"
class="item_width_2"
size="small"
clearable
placeholder="请输入">
</el-input>
</el-form-item>
<el-form-item label="手机号"
prop="mobile">
<el-input v-model="fmData.mobile"
class="item_width_2"
size="small"
clearable
placeholder="请输入">
</el-input>
</el-form-item>
<el-form-item label="事件内容"
prop="backGround">
<el-input v-model="fmData.backGround"
class="item_width_2"
size="small"
clearable
placeholder="请输入">
</el-input>
</el-form-item>
<el-form-item label="事件类型"
prop="firstIdList">
<el-cascader ref="cascaderEvent" v-model="eventTypeCheck" :options="cateOptions"
collapse-tags
:show-all-levels="false"
:props="{
multiple: true,
checkStrictly: false,
emitPath: false,
children:'subCategory',
label:'name',
value:'id'
}" clearable class="item_width_2" @change="handleEventType" />
<!-- <template slot-scope="{ node, data }">
<div @click="cascaderClick(node, data)">
<span>{{ data.name }}</span>
</div>
</template>
</el-cascader> -->
</el-form-item>
<el-form-item label="事件状态"
prop="status">
<el-select class="item_width_2"
v-model="fmData.status"
placeholder="全部"
size="small"
clearable>
<el-option v-for="item in optionsStatus"
:key="item.value"
:label="item.label"
:value="item.value">
</el-option>
</el-select>
</el-form-item>
<el-form-item label="上报时间"
prop="startTime">
<el-date-picker v-model="fmData.startTime"
:picker-options="startPickerOptions"
class="item_width_2"
size="small"
type="datetime"
value-format="yyyy-MM-dd HH:mm:ss"
placeholder="开始时间">
</el-date-picker>
<span class="data-tag"></span>
<el-date-picker v-model="fmData.endTime"
:picker-options="endPickerOptions"
class="item_width_2 data-tag"
size="small"
type="datetime"
value-format="yyyy-MM-dd HH:mm:ss"
placeholder="结束时间">
</el-date-picker>
</el-form-item>
<el-form-item label="处置选项"
prop="staffId">
<el-checkbox v-model="checkStaffId" @change="handleCheckbox"></el-checkbox>
</el-form-item>
<el-button style="margin-left:30px"
size="small"
class="diy-button--search"
@click="handleSearch">查询</el-button>
<el-button style="margin-left:10px"
size="small"
class="diy-button--reset"
@click="resetForm('searchForm')">重置</el-button>
</div>
</el-form>
</el-card>
<el-card class="resi-card-table">
<div class="resi-row-btn">
<el-button
v-if="false"
class="diy-button--add"
size="small"
@click="handleAdd"
>新增</el-button
>
<el-button
v-if="false"
class="diy-button--export"
size="small"
@click="handleExportModule('room')"
>下载模板</el-button
>
<el-upload
v-if="false"
ref="upload"
class="upload-btn"
action="uploadUlr"
:limit="1"
:accept="'.xls,.xlsx'"
:with-credentials="true"
:show-file-list="false"
:auto-upload="true"
:on-progress="handleProgress"
:on-success="handleExcelSuccess"
:before-upload="beforeExcelUpload"
:http-request="uploadHttpRequest"
>
<el-button
size="small"
class="diy-button--delete"
:loading="importLoading"
>{{ importBtnTitle }}</el-button
>
</el-upload>
<el-button @click="handleChu" class="diy-button--reset" size="small"
:loading="exportLoading">导出</el-button
>
</div>
<el-table
:data="tableData"
border
style="width: 100%"
class="resi-table"
:height="maxTableHeight"
>
<el-table-column
label="序号"
fixed="left"
type="index"
align="center"
width="50"
/>
<el-table-column
prop="gridName"
align="center"
label="所属组织/网格"
min-width="140"
:show-overflow-tooltip="true"
>
</el-table-column>
<el-table-column
prop="firstName"
label="事件类型"
min-width="140"
align="center"
:show-overflow-tooltip="true"
>
<template slot-scope="scope">
{{ scope.row.firstName + '-' + scope.row.secondName }}
</template>
</el-table-column>
<el-table-column
prop="staffName"
width="100"
align="center"
label="报事人"
:show-overflow-tooltip="true"
>
</el-table-column>
<el-table-column
prop="mobile"
align="center"
label="手机号"
width="140"
:show-overflow-tooltip="true"
>
</el-table-column>
<el-table-column
prop="createdTime"
align="center"
label="上报时间"
width="160"
:show-overflow-tooltip="true"
>
</el-table-column>
<el-table-column
prop="backGround"
align="center"
label="事件内容"
min-width="160"
:show-overflow-tooltip="true"
>
</el-table-column>
<el-table-column
prop="publicReply"
align="center"
min-width="160"
label="办理结果(结案说明)"
:show-overflow-tooltip="true"
>
<template slot-scope="scope">
{{ scope.row.publicReply }}
</template>
</el-table-column>
<el-table-column
prop="urlList"
align="center"
label="图片 "
>
<template slot-scope="scope">
<el-image v-if="scope.row.urlList&&scope.row.urlList.length>0"
style="width: 40px; height: 40px"
:src="scope.row.urlList[0]"
:preview-src-list="scope.row.urlList">
</el-image>
<span v-else></span>
</template>
</el-table-column>
<el-table-column
prop="origin"
align="center"
label="上报渠道"
width="120"
/>
<!-- <template slot-scope="scope">
<span v-if="scope.row.origin == 'agency'">网格上报</span>
<span v-else-if="scope.row.origin == 'ic_event'">居民上报</span>
<span v-else-if="scope.row.origin == 'work_event'">巡查上报</span>
<span v-else-if="scope.row.origin == 'issue'">议题上报</span>
</template>
</el-table-column> -->
<el-table-column
prop="address"
align="center"
label="地址 "
:show-overflow-tooltip="true"
/>
<el-table-column
prop="status"
align="center"
label="状态 "
width="70"
/>
<!-- <template slot-scope="scope">
{{ scope.row.status == 'pending' ? '处理中' : '已结案' }}
</template>
</el-table-column> -->
<el-table-column
fixed="right"
label="操作"
align="center"
width="100"
>
<template slot-scope="scope">
<el-button
v-if="scope.row.processable"
@click="handleEdit(scope.$index)"
type="text"
size="small"
class="div-table-button--edit"
>处理</el-button
>
<el-button
v-else
@click="handleWatch(scope.$index)"
type="text"
size="small"
>查看</el-button
>
<el-popconfirm
v-if="false"
title="删除之后无法回复,确认删除?"
@onConfirm="handleDel(scope.row, scope.$index)"
@confirm="handleDel(scope.row, scope.$index)"
>
<el-button
slot="reference"
type="text"
size="small"
class="div-table-button--delete"
style="margin-left: 10px"
>删除</el-button
>
</el-popconfirm>
</template>
</el-table-column>
</el-table>
<div>
<el-pagination
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
:current-page.sync="pageNo"
:page-sizes="[20, 50, 100, 200]"
:page-size="parseInt(pageSize)"
layout="sizes, prev, pager, next, total"
:total="total"
>
</el-pagination>
</div>
</el-card>
</div>
<div class="g-page" v-if="pageType == 'edit' || pageType == 'info'">
<project-info
ref="eleEditForm"
:type="pageType"
:projectId="currentProject.projectId"
@close="handleClose"
@afterEdit="handleEditSuccess"
/>
</div>
</div>
</template>
<script>
import { requestPost } from "@/js/dai/request";
import nextTick from "dai-js/tools/nextTick";
import { mapGetters } from "vuex";
import projectInfo from "./cpts/project-info";
import axios from "axios";
const _form = {
orgId: '',
orgType: '',
origin: '',
backGround: '',
staffName: '',
mobile: '',
startTime: '',
endTime: '',
status: '',
firstIdList: [],
secondIdList: [],
staffId: ''
}
export default {
components: { projectInfo },
data() {
let endDisabledDate = (time) => {//datareturn
let nowData = Date.now()
if (this.fmData.startTime) {
let startTime = new Date(this.fmData.startTime)
return time.getTime() > nowData || time.getTime() < startTime || time.getTime() === startTime
} else {
return time.getTime() > nowData
}
}
let startDisabledDate = (time) => {//datareturn
let nowData = Date.now()
return time.getTime() > nowData
}
return {
pageType: "list", // list dispose info issue-info
pageNo: 1,
pageSize: window.localStorage.getItem("pageSize") || 20,
total: 1,
tableData: [],
optionsStatus: [
{
value: "pending",
label: "处理中",
},
{
value: "closed",
label: "已结案",
},
],
qudaoArray: [
{
value: "agency",
label: "网格上报",
},
{
value: "ic_event",
label: "居民上报",
},
{
value: "work_event",
label: "巡查上报",
},
{
value: "issue",
label: "议题上报",
}
],
orgId: '',
checkStaffId: false,
exportLoading: false,
cateOptions: [],
optionsA: [],
fmData: { ..._form },
endPickerOptions: {
disabledDate: endDisabledDate
},
startPickerOptions: {
disabledDate: startDisabledDate
},
importBtnTitle: "导入",
importLoading: false,
eventTypeCheck: [],
currentProject: {
projectId: "",
userId: "",
categoryCodes: [],
},
};
},
computed: {
maxTableHeight() {
return this.$store.state.inIframe
? this.clientHeight - 410 + this.iframeHeigh
: this.clientHeight - 410;
},
...mapGetters(["clientHeight", "iframeHeight"]),
},
watch: {
"fmData.date": function (val) {
if (Array.isArray(val) && val.length == 2) {
this.fmData.startDate = val[0].split("-").join("");
this.fmData.endDate = val[1].split("-").join("");
} else {
this.fmData.startDate = "";
this.fmData.endDate = "";
}
},
},
mounted() {
this.getTableData();
this.getGridList()
this.getCateOptions()
},
methods: {
async handleExportModule() {
let url = "/heart/iccommunityselforganization/import-template-download";
let params = {};
await this.$http({
method: "POST",
url,
responseType: "blob",
data: params,
})
.then((res) => {
// this.download(res.data, title + '.xls')
if (res.headers["content-disposition"]) {
let fileName = window.decodeURI(
res.headers["content-disposition"].split(";")[1].split("=")[1]
);
console.log("filename", fileName);
let blob = new Blob([res.data], {
type: "application/vnd.ms-excel",
});
var url = window.URL.createObjectURL(blob);
var aLink = document.createElement("a");
aLink.style.display = "none";
aLink.href = url;
aLink.setAttribute("download", fileName);
document.body.appendChild(aLink);
aLink.click();
document.body.removeChild(aLink); //
window.URL.revokeObjectURL(url); //blob
} else this.$message.error("下载失败");
})
.catch((err) => {
console.log("err", err);
return this.$message.error("网络错误");
});
},
//
handleExcelSuccess(res, file) {
if (res.code === 0 && res.msg === "success") {
console.log("resss---ppp", res);
} else {
this.$message.error(res.msg);
}
},
handleProgress(event, file, fileList) {
console.log("percentage", file.percentage);
},
beforeExcelUpload(file) {
console.log("file", file);
const isType = file.type === "application/vnd.ms-excel";
const isTypeComputer =
file.type ===
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet";
const fileType = isType || isTypeComputer;
const isLt1M = file.size / 1024 / 1024 < 10;
if (!fileType) {
this.$message.error("上传文件只能是xls/xlsx格式!");
}
if (!isLt1M) {
this.$message.error("上传文件大小不能超过 10MB!");
}
return fileType && isLt1M;
},
async uploadHttpRequest(file) {
this.importLoading = true;
this.importBtnTitle = "正在上传中...";
this.$message({
showClose: true,
message: "导入中,请到系统管理-导入记录中查看进度",
duration: 0,
});
const fmData = new FormData(); //FormDataappend('key', value)
fmData.append("file", file.file); //
await this.$http
.post(
"/heart/iccommunityselforganization/importcommunityselforganization",
fmData
)
.then((res) => {
console.log("res-up", res);
if (res.data.code == 0 && res.data.msg == "success") {
// this.$message.success('')
this.getTableData();
} else this.$message.error(res.data.msg);
})
.catch((err) => {
console.log("失败", err);
file.onError(); //
// this.$message.error('')
});
// axios({
// url:
// window.SITE_CONFIG["apiURL"] +
// "/heart/iccommunityselforganization/importcommunityselforganization",
// method: "post",
// data: fmData,
// // responseType: "blob",
// })
// .then((res) => {
// this.importLoading = false;
// this.importBtnTitle = "";
// console.log("resresresresresresres", res);
// this.getTableData();
// if (res.data.code == 0) {
// return this.$message.success(res.data.data || "");
// } else {
// return this.$message.error(res.data.msg);
// }
// })
// .catch((err) => {
// console.log("", err);
// });
this.importLoading = false;
this.importBtnTitle = "导入";
this.$refs.upload.clearFiles();
},
handleCalscChange(val) {
console.log('val-----', val)
const arr = val.split('-')
this.fmData.orgId = arr[0]
this.fmData.orgType = arr[1] === 'grid' ? 'grid' : 'agency'
},
handleCheckbox(val) {
const { user } = this.$store.state
console.log('val---', val)
if (val) this.fmData.staffId = user.id
else this.fmData.staffId = ''
},
handleEventType(val) {
// console.log('val-----eee', val)
console.log('nodes---', this.$refs.cascaderEvent.getCheckedNodes())
const nodes = this.$refs.cascaderEvent.getCheckedNodes()
this.fmData.firstIdList = []
this.fmData.secondIdList = []
let level1 = nodes.filter(item => item.level === 1)
let level2 = nodes.filter(item => item.level === 2)
console.log('level2----1', level2)
level1.forEach(item => {
console.log('level2----2', level2)
if (item.hasChildren) {
for (let i = level2.length - 1; i >= 0; i--) {
if (level2[i].parent.value === item.value) level2.splice(i, 1)
}
}
})
this.fmData.firstIdList = level1.map(item => item.value)
this.fmData.secondIdList = level2.map(item => item.value)
},
cascaderClick (node, nodeData) {
console.log('node---', node)
console.log('nodeData---', nodeData)
// this.fmData.agencyId = nodeData.objectId;
// this.fmData.level = nodeData.objectType
// this.$refs.cascaderUnit.checkedValue = nodeData.id;
// this.$refs.cascaderUnit.computePresentText();
// this.$refs.cascaderUnit.toggleDropDownVisible(false);
},
handleSizeChange(val) {
console.log(`每页 ${val}`);
this.pageSize = val;
window.localStorage.setItem("pageSize", val);
this.getTableData();
},
handleCurrentChange(val) {
console.log(`当前页: ${val}`);
this.pageNo = val;
this.getTableData();
},
handleSearch(val) {
console.log(JSON.stringify(this.fmData));
this.pageNo = 1;
this.getTableData();
},
resetForm(formName) {
this.$refs[formName].resetFields();
this.fmData = {
..._form
}
this.eventTypeCheck = []
this.orgId = ''
this.checkStaffId = false
this.handleSearch();
},
async handleChu() {
// const url = "/gov/project/project/project-list-export";
const url = '/gov/project/project/orgprojectexport'
const { pageSize, pageNo, fmData } = this;
this.exportLoading = true
axios({
url: window.SITE_CONFIG["apiURL"] + url,
method: "post",
data: {
// pageSize,
// pageNo,
...fmData,
},
responseType: "blob",
})
.then((res) => {
let fileName = window.decodeURI(
res.headers["content-disposition"].split(";")[1].split("=")[1]
);
console.log("filename", fileName);
let blob = new Blob([res.data], { type: "application/vnd.ms-excel" });
var url = window.URL.createObjectURL(blob);
var aLink = document.createElement("a");
aLink.style.display = "none";
aLink.href = url;
aLink.setAttribute("download", fileName);
document.body.appendChild(aLink);
aLink.click();
document.body.removeChild(aLink); //
window.URL.revokeObjectURL(url); //blob
this.exportLoading = false
})
.catch((err) => {
this.exportLoading = false
console.log("获取导出情失败", err);
return this.$message.error("网络错误");
});
},
async handleAdd() {},
async handleWatch(rowIndex) {
let item = this.tableData[rowIndex];
this.currentProject = {
projectId: item.projectId,
};
this.pageType = "info";
},
async handleEdit(rowIndex) {
let item = this.tableData[rowIndex];
this.currentProject = {
projectId: item.projectId,
};
this.pageType = "edit";
},
handleClose() {
this.pageType = "list";
this.currentProject = {
projectId: "",
};
},
handleEditSuccess() {
this.handleClose();
this.getTableData();
},
async handleDel(rowData, rowIndex) {
console.log(rowData, rowIndex);
const url =
"/heart/iccommunityselforganization/delcommunityselforganization";
const { tableData } = this;
const { data, code, msg } = await requestPost(url, {
orgId: tableData[rowIndex].orgId,
});
if (code === 0) {
this.$message.success("删除成功!");
this.getTableData();
} else {
this.$message.success("操作失败!");
}
},
async getTableData() {
// const url = "http://yapi.elinkservice.cn/mock/245/gov/project/project/project-list";
// const url = "/gov/project/project/project-list";
const url ='/gov/project/project/orgprojectlist'
const { pageSize, pageNo, fmData } = this;
const { data, code, msg } = await requestPost(url, {
pageSize,
pageNo,
...fmData,
});
if (code === 0) {
console.log("列表请求成功!!!!!!!!!!!!!!");
this.total = data.total || 0;
this.tableData = data.list
? data.list.map((item) => {
return {
...item,
urlList: item.urlList && item.urlList.map(n => n.url)
};
})
: [];
} else {
}
},
async getCateOptions() {
const url = "/gov/issue/issueprojectcategorydict/list";
const { data, code, msg } = await requestPost(url, {});
if (code === 0) {
// this.cateOptions = data.map((item) => {
// item.subCategory.forEach((subitem) => {
// delete subitem.subCategory;
// });
// return item;
// });
this.cateOptions = this.deepTree(data, 'subCategory')
} else {
this.$message.error(msg);
}
},
getGridList() {
const { user } = this.$store.state
this.dataListLoading = true
const params = {
agencyId: user.agencyId,
client: 'gov'
}
this.$http
// .post('/gov/org/userhouse/service/serviceScopeTree')
// .post('/data/aggregator/org/agencytree', params)
// .post('/gov/org/customeragency/staffinagencylist')
.post('/gov/org/customeragency/agencygridtree')
.then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
} else {
console.log('获取查询详情成功', res.data)
// let { agencyList, subAgencyList } = res.data
let _arr = []
_arr.push(res.data)
this.optionsA = this.deepTree(_arr, 'subAgencyList')
console.log('optionsA----', this.optionsA)
}
})
.catch(() => {
return this.$message.error('网络错误')
})
},
deepTree(arr, child) {
if (Array.isArray(arr) && arr.length > 0) {
return arr.map(item => {
// if (child === 'subAgencyList') item.value = item.orgType + '-' + item.orgId
return {
...item,
[child]: item[child] && item[child].length > 0 && this.deepTree(item[child], child) || null
}
})
}
}
},
};
</script>
<style lang="scss" scoped>
@import "@/assets/scss/buttonstyle.scss";
.resi-container .resi-card-table {
::v-deep .el-table th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
// border-right: 1px solid rgba(33, 149, 254, 1);
}
}
.resi-table {
::v-deep .el-button--text {
text-decoration: underline;
}
}
.resi-card-table {
margin-top: 20px;
}
.resi-row-btn {
margin-bottom: 13px;
.upload-btn {
display: inline-block;
margin: 0 10px;
}
}
.resi-btns {
margin-top: 20px;
text-align: center;
}
.resi-container .resi-card {
position: relative;
overflow: visible;
}
.demo-form-inline {
// display: flex;
// align-items: center;
// margin-bottom: 20px;
.resi-cell-label {
flex-shrink: 0;
min-width: 0;
box-sizing: border-box;
margin-right: 15px;
// text-align: right;
// line-height: 32;
}
.resi-cell-label1 {
width: max-content;
}
.resi-cell-value-radio {
display: flex;
align-items: center;
min-height: 32px;
}
.resi-cell-input {
width: 200px;
}
.resi-cell--daterange {
max-width: 260px;
}
.resi-cell-select {
width: 200px;
box-sizing: border-box;
margin-right: 10px;
&-middle {
width: 130px;
}
&-small {
width: 88px;
}
}
.resi-cell-select:last-child {
margin-right: 0;
}
.item_width_2 {
width: 200px;
}
}
.data-tag {
margin: 0 5px;
}
.mt10 {
margin-top: 10px;
}
</style>
Loading…
Cancel
Save