From 1ee4a5341215f94128b66cee4893c7c937df509a Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期一, 08 七月 2024 09:05:20 +0800 Subject: [PATCH] bug修改 --- src/views/Admin/list.vue | 525 +++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 322 insertions(+), 203 deletions(-) diff --git a/src/views/Admin/list.vue b/src/views/Admin/list.vue index 4a42bf5..0c5efea 100644 --- a/src/views/Admin/list.vue +++ b/src/views/Admin/list.vue @@ -2,17 +2,17 @@ <div class="inner"> <a-row type="flex" justify="space-between" style="margin-bottom: 20px"> <a-col :span="8"> - <a-radio-group v-model="category"> - <a-radio-button value="default"> + <a-radio-group v-model="search.searchParams.responseStatus" @change="getData"> + <a-radio-button :value="null"> 全部 </a-radio-button> - <a-radio-button value="1"> + <a-radio-button :value="1"> 待叫应 </a-radio-button> - <a-radio-button value="2"> + <a-radio-button :value="2"> 已叫应 </a-radio-button> - <a-radio-button value="3"> + <a-radio-button :value="3"> 超时未叫应 </a-radio-button> </a-radio-group> @@ -21,243 +21,362 @@ <a-row type="flex" justify="end" :gutter="12"> <a-col :span="8"> <a-range-picker + v-model="timeRange" format="YYYY-MM-DD" :placeholder="['开始时间', '结束时间']" - @change="onChange" - @ok="onOk" + @change="timeChange" + @ok="timeOk" style="width: 100%" /> </a-col> - <a-col :span="4"> - <a-button type="primary">查询</a-button> - <a-button style="margin-left: 12px">重置</a-button> + <a-col :span="6"> + <a-button type="primary" @click="searchData" v-preventReClick="1000">查询</a-button> + <a-button style="margin-left: 12px" @click="resetSearch">重置</a-button> </a-col> </a-row> </a-col> </a-row> <!-- 表格实体部分--> <div class="table-cont"> - <a-table :columns="columns" :data-source="data" bordered> - <template slot="time" slot-scope="text,record"> - <a v-if="!record.readed" style="color:red">[未读]</a>{{text}} + <a-table :columns="columns" :data-source="data" bordered :pagination="pagination" :rowKey="record=>record.id"> + <template #index="text,record,index"> + {{index + 1}} </template> - <span slot="level" slot-scope="text"> - <a-tag :color="text === '黄色' ? 'yellow' :text === '橙色'? 'orange':text === '红色'?'red':'blue'"> - {{ text }} + <template #publishingTime="text,record"> + <span v-if="record.readStatus==0" style="color:red">[未读]</span>{{text}} + </template> + <template #disasterType="text"> + {{ getRiskName(text) }} + </template> + <template #warningLevel="text"> + <a-tag :color="text === 3 ? 'yellow' :text === 2? 'orange':text === 1?'red':'blue'"> + {{ getLevelName(text) }} </a-tag> - </span> - <template slot="attachment" slot-scope="text"> - <span v-if="text==='无'">无</span> - <a v-else><b><a-icon type="paper-clip" /> {{text}}</b></a> - </template > - <template slot="receipt" slot-scope="text"> - <span v-if="text=='待叫应'" - style='background-color:blue;padding:5px;color:#fff;border-radius: 5px;'>{{text}}</span> - <span v-else-if="text=='已叫应'" - style='background-color:limegreen;padding:5px;color:#2a2a2a;border-radius: 5px;'>{{text}}</span> - <span v-else style='background-color:red;padding:5px;color:#fff;border-radius: 5px;'>{{text}} - </span> </template> - <template slot="operation" slot-scope="text, record, index"> - <div class="editable-row-operations"> - <div v-if="record.receipt==='待叫应'"> - <a @click="showModal" style="color:orangered"><a-icon type="notification" /> - 确认已收到</a> - </div> - <br /> - <router-link :to="{path:'/torelease'}">转发</router-link> - <router-link :to="{path:'/details',query: {id: record.id}}">查看详情</router-link> + <template #attachment="attachment"> + <span v-if="attachment===null|| attachment===[]">无</span> + <div v-else> + <a-button @click="viewFile(item)" type="link" v-for="(item,index) in attachment" :key="index"><a-icon type="paper-clip"/>{{item.attachmentName}}</a-button> </div> + </template > + <template #responseStatus="text"> + <a-tag :color="text === 3 ? 'red' :text === 2? 'green':text === 1?'orange':'blue'"> + {{text == 1 ? '待叫应' : text == 2 ?'已叫应':text == 3 ?'超时未叫应' : ''}} + </a-tag> + </template> +<!-- <template #operation="text, record, index">--> +<!-- <div class="editable-row-operations">--> +<!-- <div v-if="record.responseStatus==='待叫应'">--> +<!-- <a @click="showModal" style="color:orangered"><a-icon type="notification" />--> +<!-- 确认已收到</a> --> +<!-- </div>--> +<!-- <br />--> +<!-- <a-button type="primary">转发</a-button> --> +<!-- <a-button type="link" @click="viewDetails(item)">查看详情</a-button>--> +<!-- </div>--> +<!-- </template>--> + <template #operation="text, record, index"> + <a-button type="primary" v-if="record.responseStatus == 1 && userInfo.unittype !== 4" style="margin-right: 12px" @click="confirmResponce(record.id)">确认已收到</a-button> + <a-button type="primary" @click="openMod('repost',record)" v-if="userInfo.unittype !== 4">转发</a-button> + <a-button type="link" @click="openDetails(record,record.warnInfoId)">查看详情</a-button> </template> </a-table> </div> + <msg-edit-mod ref="msgEdit" @refresh="getData()"></msg-edit-mod> + <msg-detail-mod ref="msgDetail"></msg-detail-mod> <!-- 对话框 --> - <a-modal title="回执" - okText="确认已安排部署" - cancelText="取消" - :visible="visible" :confirm-loading="confirmLoading" @ok="handleOk" - @cancel="handleCancel"> - <p>{{ ModalText }}</p> - </a-modal> +<!-- <a-modal title="回执" --> +<!-- okText="确认已安排部署"--> +<!-- cancelText="取消"--> +<!-- :visible="visible" :confirm-loading="confirmLoading" @ok="handleOk"--> +<!-- @cancel="handleCancel">--> +<!-- <p>{{ ModalText }}</p>--> +<!-- </a-modal>--> </div> </template> <script> - const columns = [{ - title: '序号', - dataIndex: 'key', - width: '5%', - }, - { - title: '发布时间', - dataIndex: 'time', - width: '15%', - scopedSlots: { - customRender: 'time' - }, //设置定制化表格数据 - }, - { - title: '发布单位', - dataIndex: 'department', - width: '12%', - }, - { - title: '类别', - dataIndex: 'category', - width: '8%', - }, - { - title: '级别', - dataIndex: 'level', - scopedSlots: { - customRender: 'level' - }, //设置定制化表格数据 - width: '8%', - }, - { - title: '信息标题', - dataIndex: 'title', - width: '16%', - }, - { - title: '附件', - dataIndex: 'attachment', - width: '6%', - scopedSlots: { - customRender: 'attachment' - }, - }, - { - title: '叫应状态', - dataIndex: 'receipt', - width: '10%', - scopedSlots: { - customRender: 'receipt' - }, //设置定制化表格数据 - }, - { - title: '操作', - dataIndex: 'operation', - scopedSlots: { - customRender: 'operation' - }, - }, - ]; +import {getMsgRecord, readById, responseMsg} from "@/api/list"; +import msgEditMod from "@/views/Admin/components/msgEditMod"; +import msgDetailMod from "@/views/Admin/components/msgDetailMod"; +import {publishMsg} from "@/api/send"; +import {getReviewDetail, getReviewDetailByWorker} from "@/api/review"; +import axios from "axios"; +import Cookies from "js-cookie"; +import {getUserInfo} from "@/util/storage"; +import {debounce} from "@/util/debounce"; - const data = [{ - key: 1, - id:1001, - readed:false, - time: '2023年5月3日 15:30', - department: '自治区预警中心', - category: '气象', - level: '黄色', - title: '全疆高温红色预警', - attachment: '1', - receipt: '待叫应' - }, - { - key: 2, - readed:true, - id:1002, - time: '2023年5月2日 15:30', - department: '自治区预警中心', - category: '气象', - level: '橙色', - title: '全疆高温红色预警', - attachment: '1', - receipt: '已叫应' - }, - { - key: 3, - readed:true, - id:1003, - time: '2023年5月1日 15:30', - department: '自治区预警中心', - category: '气象', - level: '橙色', - title: '全疆高温红色预警', - attachment: '1', - receipt: '已叫应' - }, - { - key: 4, - readed:true, - id:1004, - time: '2023年5月1日 15:30', - department: '自治区预警中心', - category: '气象', - level: '橙色', - title: '全疆高温红色预警', - attachment: '2', - receipt: '超时未叫应' - }, - { - key: 5, - readed:true, - id:1005, - time: '2023年4月21日 15:30', - department: '自治区预警中心', - category: '气象', - level: '橙色', - title: '全疆高温红色预警', - attachment: '无', - receipt: '已叫应' - }, - { - key: 6, - readed:true, - id:1006, - time: '2023年4月21日 15:30', - department: '自治区预警中心', - category: '气象', - level: '橙色', - title: '全疆高温红色预警', - attachment: '1', - receipt: '已叫应' - }, - { - key: 7, - readed:true, - id:1007, - time: '2023年1月21日 15:30', - department: '自治区预警中心', - category: '气象', - level: '红色', - title: '全疆低温红色预警', - attachment: '1', - receipt: '已叫应' - }, - - ]; - - export default { + export default { + name: 'list', + components: { msgEditMod, msgDetailMod }, data() { - this.cacheData = data.map(item => ({ - ...item - })); return { - data, - columns, + userInfo: getUserInfo(), + search:{ + pageIndex: 1, + pageSize: 10, + searchParams:{ + responseStatus: null, + startTime: '', + endTime: '' + } + }, + timeRange: [], + columns:[ + { + title: '序号', + dataIndex: 'index', + scopedSlots: { + customRender: 'index' + }, + }, + { + title: '发布时间', + dataIndex: 'publishingTime', + scopedSlots: { + customRender: 'publishingTime' + }, //设置定制化表格数据 + }, + { + title: '发布单位', + dataIndex: 'publishingUnit', + }, + { + title: '灾种', + dataIndex: 'disasterType', + scopedSlots: { + customRender: 'disasterType' + } + }, + { + title: '预警级别', + dataIndex: 'warningLevel', + scopedSlots: { + customRender: 'warningLevel' + }, //设置定制化表格数据 + }, + { + title: '信息标题', + dataIndex: 'title', + }, + { + title: '附件', + dataIndex: 'attachment', + width: '15%', + scopedSlots: { + customRender: 'attachment' + }, + }, + { + title: '叫应状态', + dataIndex: 'responseStatus', + scopedSlots: { + customRender: 'responseStatus' + }, //设置定制化表格数据 + }, + { + title: '操作', + dataIndex: 'operation', + width: '18%', + scopedSlots: { + customRender: 'operation' + }, + }, + ], + data: [], + pagination: { + current: 1, + defaultCurrent: 1, + defaultPageSize: 10, + total: 0, + onChange: ( page, pageSize ) => this.onPageChange(page,pageSize), + showTotal: total => `共 ${total} 条` + }, + total: null, + details: {}, editingKey: '', category: 'default', ModalText: '确认已经安排部署?', visible: false, confirmLoading: false, + riskOptions: [ + {name: '地震',value: 1}, + {name: '气象',value: 3}, + {name: '地质灾害',value: 4}, + {name: '水旱',value: 5}, + {name: '森林草原火灾',value: 6} + ], + levelOptions: [ + {name: '红色预警',value: 1}, + {name: '橙色预警',value: 2}, + {name: '黄色预警',value: 3}, + {name: '蓝色预警',value: 4} + ] }; }, - methods: { + mounted() { + if(this.userInfo.role.id == 1){ + this.columns = this.columns.filter(i=>i.dataIndex !== 'operation') + } + }, + created() { + const t = this + if(t.$route.query){ + t.search.searchParams.responseStatus = t.$route.query.type + } + t.getData() + }, + methods: { + getData: debounce(async function(){ + const t = this + const res = await getMsgRecord(this.search) + if(res.data.code == 100){ + t.data = res.data.data + t.pagination.total = res.data.total + }else{ + this.$message.error(res.data.msg) + } + },1000), + + onPageChange(page, pageSize) { + const t= this + t.pagination.current = page + t.search.pageIndex = page + t.getData() + }, + + timeChange(value, dateString) { + const t = this + if(dateString){ + t.search.searchParams.startTime = value[0].format('YYYY-MM-DD 00:00:00') + t.search.searchParams.endTime = value[1].format('YYYY-MM-DD 23:59:59') + } + }, + + viewFile(item){ + const t = this + const { baseUrl } = require('../../../config/env.' + process.env.NODE_ENV) + axios.get(baseUrl + item.attachment,{headers:{'Content-Type': 'application/json','tk': `${Cookies.get('resTk')}`,'uid':`${Cookies.get('resUid')}`},responseType: 'blob'}).then(res=>{ + if (res) { + const link = document.createElement('a') + let blob = new Blob([res.data],{type: res.data.type}) + link.style.display = "none"; + link.href = URL.createObjectURL(blob); // 创建URL + window.open(link.href) + // link.setAttribute("download", item.attachmentName); + // document.body.appendChild(link); + // link.click(); + // document.body.removeChild(link); + } else { + this.$message.error('获取文件失败') + } + }) + }, + + searchData(){ + this.search.pageIndex = 1 + this.getData() + }, + + resetSearch(){ + const t = this + t.search = { + pageIndex: 1, + pageSize: 10, + searchParams:{ + responseStatus: null, + startTime: '', + endTime: '' + } + } + t.timeRange = [] + t.getData() + }, + + confirmResponce(id){ + const t = this + this.$confirm({ + title: '回执', + content: h => <div>确认已安排部署?</div>, + cancelText: '取消', + okText: '确认', + centered: true, + onOk() { + responseMsg(id).then(res=>{ + if(res.data.code == 100){ + t.$message.success('信息叫应成功'); + t.search = { + pageIndex: 1, + pageSize: 10, + searchParams:{ + responseStatus: null, + startTime: '', + endTime: '' + } + }, + t.getData() + }else{ + t.$message.warning(res.data.msg); + } + }) + }, + onCancel() { + console.log('Cancel'); + }, + }); + }, + + openMod(type,data){ + const t = this + getReviewDetailByWorker(data.warnInfoId).then(res=>{ + if(res.data.code == 100){ + if(res.data.data){ + t.$refs.msgEdit.openMod(type,res.data.data,data.id) + }else{ + t.$message.error('查询信息详情失败') + } + }else{ + this.$message.error(res.data.msg) + } + }) + }, + + openDetails(data,id){ + const t = this + t.read(data.id) + t.$refs.msgDetail.getDetails(id) + t.$refs.msgDetail.getMeasures(data.id) + t.$refs.msgDetail.visible = true + }, + + async read(id){ + const t = this + const res = await readById(id) + if(res.data.code == 100){ + console.log('已读') + t.getData() + }else{ + t.$message.error('设置已读出错') + } + }, + + getRiskName(disasterType){ + return this.riskOptions.find(i => i.value === disasterType)?.name; + }, + + getLevelName(warningLevel){ + return this.levelOptions.find(i => i.value === warningLevel)?.name; + }, + handleChange(value) { console.log(`Selected: ${value}`); }, popupScroll() { console.log('popupScroll'); }, - onChange(date, dateString) { - console.log(date, dateString); - }, - onOk(value) { - console.log('onOk: ', value); + + timeOk(value) { + console.log('timeOk: ', value); }, //叫应回执时间 showModal() { -- Gitblit v1.9.2