|
@@ -2,22 +2,48 @@
|
|
|
<el-container class="home">
|
|
|
<!-- 顶部导航栏 -->
|
|
|
<el-header class="header">
|
|
|
- <Select width="200" radius @change="testClick" :selectdata="dataSelect3" :placeholder="'请选择'" :hideClear='true'/>
|
|
|
- <el-popover placement="top" width="320" v-model="popVisible" popper-class="createPopper" trigger="manual">
|
|
|
+ <Select
|
|
|
+ width="200"
|
|
|
+ radius
|
|
|
+ v-model="sprojectId"
|
|
|
+ @change="getProject"
|
|
|
+ :selectdata="ProjectData"
|
|
|
+ :placeholder="'请选择'"
|
|
|
+ :hideClear="true"
|
|
|
+ />
|
|
|
+ <el-popover
|
|
|
+ placement="top"
|
|
|
+ width="320"
|
|
|
+ v-model="popVisible"
|
|
|
+ popper-class="createPopper"
|
|
|
+ trigger="manual"
|
|
|
+ >
|
|
|
<p>点击这里即可快速创建拓扑图。</p>
|
|
|
<div style="text-align: right; margin: 0">
|
|
|
- <el-button size="mini" type="text" @click="popVisible=false">我知道了</el-button>
|
|
|
+ <el-button size="mini" type="text" @click="popVisible = false"
|
|
|
+ >我知道了</el-button
|
|
|
+ >
|
|
|
</div>
|
|
|
- <el-button @click="createProject" slot="reference" size="small" type="primary">新建拓扑图</el-button>
|
|
|
+ <el-button
|
|
|
+ @click="createProject"
|
|
|
+ slot="reference"
|
|
|
+ size="small"
|
|
|
+ type="primary"
|
|
|
+ >新建拓扑图</el-button
|
|
|
+ >
|
|
|
</el-popover>
|
|
|
</el-header>
|
|
|
<!-- body部分 -->
|
|
|
<el-container class="bodys">
|
|
|
<!-- 左侧树状导航栏部分 -->
|
|
|
<el-aside class="aside" width="200px">
|
|
|
- <leftAsideTree ref="leftAsideTree" @changeNode="changeNode" @noTree="(noTreeFlag=false,popVisible=true)"></leftAsideTree>
|
|
|
+ <leftAsideTree
|
|
|
+ ref="leftAsideTree"
|
|
|
+ @changeNode="changeNode"
|
|
|
+ @noTree="(noTreeFlag = false), (popVisible = true)"
|
|
|
+ ></leftAsideTree>
|
|
|
<div class="recycle" @click="showRecycleDialog">
|
|
|
- <img :src='require("@/assets/images/recycle.png")' />
|
|
|
+ <img :src="require('@/assets/images/recycle.png')" />
|
|
|
<span>回收站</span>
|
|
|
</div>
|
|
|
</el-aside>
|
|
@@ -30,33 +56,71 @@
|
|
|
<el-radio-button :label="0">未发布</el-radio-button>
|
|
|
</el-radio-group>
|
|
|
<div class="head-right">
|
|
|
- <el-input placeholder="搜索" prefix-icon="el-icon-search" size="small" v-model="queryText" @keyup.native.enter="changeQueryText" clearable @clear="changeQueryText">
|
|
|
+ <el-input
|
|
|
+ placeholder="搜索"
|
|
|
+ prefix-icon="el-icon-search"
|
|
|
+ size="small"
|
|
|
+ v-model="queryText"
|
|
|
+ @keyup.native.enter="changeQueryText"
|
|
|
+ clearable
|
|
|
+ @clear="changeQueryText"
|
|
|
+ >
|
|
|
</el-input>
|
|
|
<Dropdown class="Dropdown" v-model="selVal" :data="dataSelect">
|
|
|
- <span class="drop-text">{{selText}}</span>
|
|
|
+ <span class="drop-text">{{ selText }}</span>
|
|
|
</Dropdown>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="showAction" v-show="selectCard.length">
|
|
|
- <el-checkbox v-model="checkAll" :indeterminate="isIndeterminate" @change="handleCheckAllChange">全选</el-checkbox>
|
|
|
- <span style="margin-left: 10px;">|</span>
|
|
|
- <span class="sum">已选择<span style="color:#252b30;margin: 0 5px;">{{selectCard.length}}</span>项目</span>
|
|
|
+ <el-checkbox
|
|
|
+ v-model="checkAll"
|
|
|
+ :indeterminate="isIndeterminate"
|
|
|
+ @change="handleCheckAllChange"
|
|
|
+ >全选</el-checkbox
|
|
|
+ >
|
|
|
+ <span style="margin-left: 10px">|</span>
|
|
|
+ <span class="sum"
|
|
|
+ >已选择<span style="color: #252b30; margin: 0 5px">{{
|
|
|
+ selectCard.length
|
|
|
+ }}</span
|
|
|
+ >项目</span
|
|
|
+ >
|
|
|
<el-button size="mini" @click="groupMove">移动到</el-button>
|
|
|
- <el-button size="mini" @click="groupDownload" v-if="isPub">下载</el-button>
|
|
|
+ <el-button size="mini" @click="groupDownload" v-if="isPub"
|
|
|
+ >下载</el-button
|
|
|
+ >
|
|
|
<el-button size="mini" @click="groupDelete">删除</el-button>
|
|
|
- <i class="el-icon-close" style="float:right;line-height: 28px;margin-right: 5px;" @click="handleCheckAllChange(false)"></i>
|
|
|
+ <i
|
|
|
+ class="el-icon-close"
|
|
|
+ style="float: right; line-height: 28px; margin-right: 5px"
|
|
|
+ @click="handleCheckAllChange(false)"
|
|
|
+ ></i>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="main-body" v-loading="cardLoading">
|
|
|
<div class="has-data-body" v-if="cardList.length">
|
|
|
<template v-for="t in cardList">
|
|
|
- <topoImageCard :isPub="isPub" :data="t" :key="t.id" @changeCheck="changeCheck" @rename="rename" @publishSuc="updateSuc" @moveTo="moveTo"
|
|
|
- @delete="deleteGraph" @editTag="editTag" @toEdit="toEdit" @download="download"></topoImageCard>
|
|
|
+ <topoImageCard
|
|
|
+ :isPub="isPub"
|
|
|
+ :data="t"
|
|
|
+ :key="t.id"
|
|
|
+ @changeCheck="changeCheck"
|
|
|
+ @rename="rename"
|
|
|
+ @publishSuc="updateSuc"
|
|
|
+ @moveTo="moveTo"
|
|
|
+ @delete="deleteGraph"
|
|
|
+ @editTag="editTag"
|
|
|
+ @toEdit="toEdit"
|
|
|
+ @download="download"
|
|
|
+ ></topoImageCard>
|
|
|
</template>
|
|
|
</div>
|
|
|
- <div class="no-data-body" v-else style="margin-top: 112px;">
|
|
|
- <img src="@/assets/images/no-data.png" style="width: 116px;height:116px;">
|
|
|
- <p style="font-size: 16px;margin-top: 15px;">暂无数据</p>
|
|
|
+ <div class="no-data-body" v-else style="margin-top: 112px">
|
|
|
+ <img
|
|
|
+ src="@/assets/images/no-data.png"
|
|
|
+ style="width: 116px; height: 116px"
|
|
|
+ />
|
|
|
+ <p style="font-size: 16px; margin-top: 15px">暂无数据</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-main>
|
|
@@ -69,9 +133,17 @@
|
|
|
<!-- 移动到 -->
|
|
|
<move ref="move" :isPub="isPub" @moveSuc="moveSuc"></move>
|
|
|
<!-- 删除二次确认 -->
|
|
|
- <deleteDialog ref="deleteDialog" :isPub="isPub" @deleteSuc="deleteSuc"></deleteDialog>
|
|
|
+ <deleteDialog
|
|
|
+ ref="deleteDialog"
|
|
|
+ :isPub="isPub"
|
|
|
+ @deleteSuc="deleteSuc"
|
|
|
+ ></deleteDialog>
|
|
|
<!-- 修改标签 -->
|
|
|
- <tagDialog ref="tagDialog" :isPub="isPub" @updateSuc="updateSuc"></tagDialog>
|
|
|
+ <tagDialog
|
|
|
+ ref="tagDialog"
|
|
|
+ :isPub="isPub"
|
|
|
+ @updateSuc="updateSuc"
|
|
|
+ ></tagDialog>
|
|
|
<!-- 回收站全屏弹窗 -->
|
|
|
<recycle ref="recycle" @recycleDialogClose="recycleDialogClose"></recycle>
|
|
|
</el-container>
|
|
@@ -81,35 +153,31 @@
|
|
|
import { Select, Dropdown } from "meri-design";
|
|
|
import leftAsideTree from "@/components/homeView/leftAsideTree.vue";
|
|
|
import topoImageCard from "@/components/homeView/topoImageCard.vue";
|
|
|
-import { queryDraftsGraph, queryPubGraph } from "@/api/home"
|
|
|
-import rename from "@/components/homeView/rename"
|
|
|
-import move from "@/components/homeView/move"
|
|
|
-import deleteDialog from "@/components/homeView/deleteDialog"
|
|
|
-import tagDialog from "@/components/homeView/tagDialog"
|
|
|
-import recycle from "@/components/homeView/recycle"
|
|
|
-import createGraphDialog from "@/components/homeView/createGraphDialog"
|
|
|
-import { SNetUtil } from "@persagy-web/base"
|
|
|
+import { queryDraftsGraph, queryPubGraph } from "@/api/home";
|
|
|
+import rename from "@/components/homeView/rename";
|
|
|
+import move from "@/components/homeView/move";
|
|
|
+import deleteDialog from "@/components/homeView/deleteDialog";
|
|
|
+import tagDialog from "@/components/homeView/tagDialog";
|
|
|
+import recycle from "@/components/homeView/recycle";
|
|
|
+import createGraphDialog from "@/components/homeView/createGraphDialog";
|
|
|
+import { SNetUtil } from "@persagy-web/base";
|
|
|
+import { mapMutations, mapState } from "vuex";
|
|
|
export default {
|
|
|
name: "home",
|
|
|
data() {
|
|
|
return {
|
|
|
- dataSelect3: [
|
|
|
- { id: "test1", name: "选择项", sub: "hello111" },
|
|
|
- { id: "test2", name: "单平米", sub: "hola111" },
|
|
|
- {
|
|
|
- id: "test3",
|
|
|
- name: "下级分项",
|
|
|
- sub: "bonjour",
|
|
|
- divider: true,
|
|
|
- },
|
|
|
- { id: "test4", name: "滑动平均滑动平均", sub: "hi" },
|
|
|
+ ProjectData: [
|
|
|
+ { id: "Pj1101050029", name: "东坝万达" },
|
|
|
+ { id: "Pj4403070003", name: "龙岗万达" },
|
|
|
+ { id: "Pj5001120003", name: "香港置地" },
|
|
|
+ { id: "Pj4403050019", name: "招商IOC" },
|
|
|
], // 项目列表
|
|
|
selVal: "lastUpdate", // 排序方式
|
|
|
selText: "按最后修改", // 排序方式文字
|
|
|
dataSelect: [
|
|
|
{ id: "lastUpdate", name: "按最后修改" },
|
|
|
{ id: "name", name: "按字母顺序" },
|
|
|
- { id: "createTime", name: "按创建时间" }
|
|
|
+ { id: "createTime", name: "按创建时间" },
|
|
|
], // 排序选项
|
|
|
queryText: "", // 搜索文字
|
|
|
isPub: 1, // 发布类型()
|
|
@@ -120,18 +188,23 @@ export default {
|
|
|
curCategory: {}, // 当前选中的树节点
|
|
|
noTreeFlag: true, // 左侧树是否有数据-默认有
|
|
|
popVisible: false,
|
|
|
- categoryName: '', // 跳转编辑页面时分类名称
|
|
|
- imgUrl: '/image-service/common/image_get?systemId=dataPlatform&key=',
|
|
|
+ categoryName: "", // 跳转编辑页面时分类名称
|
|
|
+ imgUrl: "/image-service/common/image_get?systemId=dataPlatform&key=",
|
|
|
cardLoading: false,
|
|
|
+ sprojectId: "",
|
|
|
};
|
|
|
},
|
|
|
+ computed: {
|
|
|
+ ...mapState(["projectId"]),
|
|
|
+ },
|
|
|
methods: {
|
|
|
- testClick(data) {
|
|
|
- console.log(data);
|
|
|
+ ...mapMutations(["SETPROJECTID"]),
|
|
|
+ getProject(data) {
|
|
|
+ this.SETPROJECTID(data.id);
|
|
|
},
|
|
|
// 创建拓扑图
|
|
|
createProject() {
|
|
|
- this.$refs.createGraphDialog.showDialog()
|
|
|
+ this.$refs.createGraphDialog.showDialog();
|
|
|
},
|
|
|
// 选项改变
|
|
|
changeCheck(v) {
|
|
@@ -144,29 +217,34 @@ export default {
|
|
|
},
|
|
|
// 全选按钮
|
|
|
handleCheckAllChange(val) {
|
|
|
- this.cardList = this.cardList.map(t => {
|
|
|
- t.checked = val
|
|
|
+ this.cardList = this.cardList.map((t) => {
|
|
|
+ t.checked = val;
|
|
|
return t;
|
|
|
- })
|
|
|
- this.selectCard = val ? this.cardList.map(t => { t.checked = true; return t }) : [];
|
|
|
+ });
|
|
|
+ this.selectCard = val
|
|
|
+ ? this.cardList.map((t) => {
|
|
|
+ t.checked = true;
|
|
|
+ return t;
|
|
|
+ })
|
|
|
+ : [];
|
|
|
this.isIndeterminate = false;
|
|
|
},
|
|
|
// 批量移动到
|
|
|
groupMove() {
|
|
|
- this.$refs.move.showDialog(this.selectCard)
|
|
|
+ this.$refs.move.showDialog(this.selectCard);
|
|
|
},
|
|
|
// 批量下载
|
|
|
groupDownload() {
|
|
|
if (this.selectCard.length) {
|
|
|
- this.selectCard.forEach(t => {
|
|
|
- this.download(t)
|
|
|
- })
|
|
|
+ this.selectCard.forEach((t) => {
|
|
|
+ this.download(t);
|
|
|
+ });
|
|
|
}
|
|
|
},
|
|
|
// 单独下载
|
|
|
download(data) {
|
|
|
if (data.pic) {
|
|
|
- SNetUtil.downLoad(data.name + '.png', this.imgUrl + data.pic);
|
|
|
+ SNetUtil.downLoad(data.name + ".png", this.imgUrl + data.pic);
|
|
|
} else {
|
|
|
// this.$message.warning(`${data.name}未绘制`)
|
|
|
}
|
|
@@ -177,11 +255,11 @@ export default {
|
|
|
},
|
|
|
// 重命名
|
|
|
rename(data) {
|
|
|
- this.$refs.rename.showDialog(data)
|
|
|
+ this.$refs.rename.showDialog(data);
|
|
|
},
|
|
|
// 移动到
|
|
|
moveTo(data) {
|
|
|
- this.$refs.move.showDialog([data])
|
|
|
+ this.$refs.move.showDialog([data]);
|
|
|
},
|
|
|
// 单独删除
|
|
|
deleteGraph(data) {
|
|
@@ -189,39 +267,39 @@ export default {
|
|
|
},
|
|
|
// 更新成功-发布成功
|
|
|
updateSuc() {
|
|
|
- this.queryGraph()
|
|
|
+ this.queryGraph();
|
|
|
},
|
|
|
// 移动成功
|
|
|
moveSuc() {
|
|
|
- this.queryGraph()
|
|
|
+ this.queryGraph();
|
|
|
this.$refs.leftAsideTree.getCategoryGraph();
|
|
|
},
|
|
|
// 删除成功
|
|
|
deleteSuc() {
|
|
|
- this.queryGraph()
|
|
|
+ this.queryGraph();
|
|
|
this.$refs.leftAsideTree.getCategoryGraph();
|
|
|
},
|
|
|
// 选中节点变化
|
|
|
changeNode(data) {
|
|
|
this.curCategory = data;
|
|
|
this.categoryName = data.name;
|
|
|
- this.queryGraph()
|
|
|
+ this.queryGraph();
|
|
|
},
|
|
|
// 发布修改
|
|
|
changePub() {
|
|
|
- this.queryGraph()
|
|
|
+ this.queryGraph();
|
|
|
},
|
|
|
// 修改标签
|
|
|
editTag(data) {
|
|
|
- this.$refs.tagDialog.showDialog(data)
|
|
|
+ this.$refs.tagDialog.showDialog(data);
|
|
|
},
|
|
|
// 输入内容变化
|
|
|
changeQueryText() {
|
|
|
- this.queryGraph()
|
|
|
+ this.queryGraph();
|
|
|
},
|
|
|
// 回收站点击
|
|
|
showRecycleDialog() {
|
|
|
- this.$refs.recycle.showDialog()
|
|
|
+ this.$refs.recycle.showDialog();
|
|
|
},
|
|
|
// 回收站关闭
|
|
|
recycleDialogClose() {
|
|
@@ -231,60 +309,75 @@ export default {
|
|
|
// 新建拓扑图成功
|
|
|
toEdit(data) {
|
|
|
this.$router.push({
|
|
|
- name: 'Editer',
|
|
|
+ name: "Editer",
|
|
|
query: {
|
|
|
graphId: data.graphId,
|
|
|
id: data.id,
|
|
|
categoryName: encodeURI(this.categoryName),
|
|
|
- isPub: this.isPub
|
|
|
- }
|
|
|
- })
|
|
|
+ isPub: this.isPub,
|
|
|
+ projectId: this.projectId,
|
|
|
+ },
|
|
|
+ });
|
|
|
},
|
|
|
/////////////////接口
|
|
|
// 查询图形信息
|
|
|
queryGraph() {
|
|
|
if (!this.curCategory.code) {
|
|
|
- return
|
|
|
+ return;
|
|
|
}
|
|
|
- this.cardLoading = true
|
|
|
+ this.cardLoading = true;
|
|
|
this.selectCard = [];
|
|
|
const pa = {
|
|
|
filters: `categoryId="${this.curCategory.code}"`,
|
|
|
- orders: `${this.selVal} desc`
|
|
|
- }
|
|
|
+ orders: `${this.selVal} desc`,
|
|
|
+ };
|
|
|
if (this.queryText) {
|
|
|
- pa.filters += `;name contain "${this.queryText}"`
|
|
|
+ pa.filters += `;name contain "${this.queryText}"`;
|
|
|
}
|
|
|
if (this.isPub) {
|
|
|
- queryPubGraph(pa).then(res => {
|
|
|
- this.cardList = res.content.map(t => {
|
|
|
+ queryPubGraph(pa).then((res) => {
|
|
|
+ this.cardList = res.content.map((t) => {
|
|
|
t.checked = false;
|
|
|
return t;
|
|
|
});
|
|
|
- this.cardLoading = false
|
|
|
- })
|
|
|
+ this.cardLoading = false;
|
|
|
+ });
|
|
|
} else {
|
|
|
- pa.filters += ";state=1"
|
|
|
- queryDraftsGraph(pa).then(res => {
|
|
|
- this.cardList = res.content.map(t => {
|
|
|
+ pa.filters += ";state=1";
|
|
|
+ queryDraftsGraph(pa).then((res) => {
|
|
|
+ this.cardList = res.content.map((t) => {
|
|
|
t.checked = false;
|
|
|
return t;
|
|
|
});
|
|
|
- this.cardLoading = false
|
|
|
- })
|
|
|
+ this.cardLoading = false;
|
|
|
+ });
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ },
|
|
|
+ components: {
|
|
|
+ Select,
|
|
|
+ leftAsideTree,
|
|
|
+ Dropdown,
|
|
|
+ topoImageCard,
|
|
|
+ rename,
|
|
|
+ move,
|
|
|
+ deleteDialog,
|
|
|
+ recycle,
|
|
|
+ tagDialog,
|
|
|
+ createGraphDialog,
|
|
|
},
|
|
|
- components: { Select, leftAsideTree, Dropdown, topoImageCard, rename, move, deleteDialog, recycle, tagDialog, createGraphDialog },
|
|
|
watch: {
|
|
|
// 排序方式修改
|
|
|
selVal(n, o) {
|
|
|
if (n === o) return;
|
|
|
- this.selText = this.dataSelect.find(d => d.id === n).name;
|
|
|
+ this.selText = this.dataSelect.find((d) => d.id === n).name;
|
|
|
this.selectCard = [];
|
|
|
- this.queryGraph()
|
|
|
- }
|
|
|
- }
|
|
|
+ this.queryGraph();
|
|
|
+ },
|
|
|
+ },
|
|
|
+ created() {
|
|
|
+ this.sprojectId = this.projectId;
|
|
|
+ },
|
|
|
};
|
|
|
</script>
|
|
|
<style lang="less" scoped>
|