diff --git a/.env.development b/.env.development index be04f184b..81ccbbf08 100644 --- a/.env.development +++ b/.env.development @@ -1,6 +1,7 @@ NODE_ENV=development -VUE_APP_API_SERVER = http://192.168.1.140/api +VUE_APP_API_SERVER = http://219.146.91.110:30802/api +#VUE_APP_API_SERVER = http://192.168.1.140/api # VUE_APP_API_SERVER = https://epmet-yantai.elinkservice.cn/api # VUE_APP_API_SERVER = https://epmet-test.elinkservice.cn/api # VUE_APP_API_SERVER = https://epmet-cloud.elinkservice.cn/api diff --git a/.env.production.sit b/.env.production.sit index 9edee48dd..a725889ac 100644 --- a/.env.production.sit +++ b/.env.production.sit @@ -1,6 +1,7 @@ NODE_ENV=production # VUE_APP_API_SERVER = https://epmet-test.elinkservice.cn/api -VUE_APP_API_SERVER = http://192.168.1.140/api +#VUE_APP_API_SERVER = http://192.168.1.140/api +VUE_APP_API_SERVER = http://219.146.91.110:30802/api VUE_APP_NODE_ENV=prod:sit VUE_APP_PUBLIC_PATH=epmet-oper VUE_APP_CUSTOMER=yantai \ No newline at end of file diff --git a/src/views/modules/communityParty/article/drafts.vue b/src/views/modules/communityParty/article/drafts.vue index a3b63a7ff..606dad2c8 100644 --- a/src/views/modules/communityParty/article/drafts.vue +++ b/src/views/modules/communityParty/article/drafts.vue @@ -275,9 +275,8 @@ export default { keyName: "tagNameList", type: "select", multiple: true, - filterable: true, allowCreate: true, - optionUrl: "/gov/voice/tag/taglist", + optionUrl: "/gov/voice/tag/queryAgencyTag", optionUrlParams: {}, optionList: [], optionCook(list) { @@ -286,6 +285,13 @@ export default { value: item.tagName, })); }, + rules: [ + { + required: true, + message: "文章标签不能为空", + trigger: "blur", + }, + ], }, { field: "内容", diff --git a/src/views/modules/communityParty/article/index.vue b/src/views/modules/communityParty/article/index.vue index 5d2d6b034..9226f0d36 100644 --- a/src/views/modules/communityParty/article/index.vue +++ b/src/views/modules/communityParty/article/index.vue @@ -471,9 +471,8 @@ export default { keyName: "tagNameList", type: "select", multiple: true, - filterable: true, allowCreate: true, - optionUrl: "/gov/voice/tag/taglist", + optionUrl: "/gov/voice/tag/queryAgencyTag", optionUrlParams: {}, optionList: [], optionCook(list) { @@ -482,6 +481,13 @@ export default { value: item.tagName, })); }, + rules: [ + { + required: true, + message: "文章标签不能为空", + trigger: "blur", + }, + ], }, { field: "内容", diff --git a/src/views/modules/shequzhili/htgl/index.vue b/src/views/modules/shequzhili/htgl/index.vue index 033196013..8a2682f8c 100644 --- a/src/views/modules/shequzhili/htgl/index.vue +++ b/src/views/modules/shequzhili/htgl/index.vue @@ -11,12 +11,13 @@ @@ -185,20 +186,22 @@ import axios from "axios"; export default { data() { + let orgOptionProps = { + multiple: false, + value: 'agencyId', + label: 'agencyName', + children: 'subAgencyList', + checkStrictly: true + } return { orgOptions: [], - orgOptionProps: { - multiple: false, - value: 'agencyId', - label: 'agencyName', - children: 'subAgencyList', - checkStrictly: true - }, + orgOptionProps, formData: { topicContent: '', userName: '', startDate: '', endDate: '', + gridId:'', }, showhtglDialog:false, topicId:'', @@ -249,7 +252,19 @@ export default { this.pageNo = 1; this.getTableData(); }, - + handleChangeAgency (val) { + let obj = this.$refs["myCascaderk"].getCheckedNodes()[0].data + if (obj) { + if (obj.level === 'grid') { + this.formData.gridId = this.agencyIdArray.length > 0 ? this.agencyIdArray[this.agencyIdArray.length - 1] : ''; + } else { + this.formData.gridId = this.agencyIdArray.length > 0 ? this.agencyIdArray[this.agencyIdArray.length - 1] : ''; + } + + } else { + this.formData.gridId = '' + } + }, resetSearch () { this.agencyIdArray = [] this.formData = { @@ -257,29 +272,18 @@ export default { userName: '', startDate: '', endDate: '', + gridId:'' } this.pageNo = 1 }, async getTableData () { const url = "/resi/group/ytTopic/topicList"; - var gridId = '' const { pageSize, pageNo, formData } = this; - if(this.agencyIdArray.length ==1){ - gridId = this.agencyIdArray.join() - }else if(this.agencyIdArray.length ==2){ - gridId = this.agencyIdArray.splice(1).join() - }else if(this.agencyIdArray.length ==3){ - gridId = this.agencyIdArray.splice(2).join() - }else if(this.agencyIdArray.length ==4){ - gridId = this.agencyIdArray.splice(3).join() - }else{ - this.agencyIdArray = [] - } + const { data, code, msg } = await requestPost(url, { pageSize, pageNo, - gridId, source:'1', ...formData, }); @@ -305,8 +309,8 @@ export default { computed: { maxTableHeight () { return this.$store.state.inIframe - ? this.clientHeight - 360 + this.iframeHeigh - : this.clientHeight - 360; + ? this.clientHeight - 240 + this.iframeHeigh + : this.clientHeight - 240; }, ...mapGetters(["clientHeight", "iframeHeight"]), }, diff --git a/src/views/modules/shequzhili/tuceng/anquan/qunzufang/index.vue b/src/views/modules/shequzhili/tuceng/anquan/qunzufang/index.vue new file mode 100644 index 000000000..2e1a47873 --- /dev/null +++ b/src/views/modules/shequzhili/tuceng/anquan/qunzufang/index.vue @@ -0,0 +1,410 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + + + {{scope.row.agencyName }}-{{ scope.row.gridName}} + + + + + + + + + + + + + + + + + + + + + + + + + + 查看 + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/modules/shequzhili/tuceng/anquan/qunzufang/qzfInfo.vue b/src/views/modules/shequzhili/tuceng/anquan/qunzufang/qzfInfo.vue new file mode 100644 index 000000000..3f3671861 --- /dev/null +++ b/src/views/modules/shequzhili/tuceng/anquan/qunzufang/qzfInfo.vue @@ -0,0 +1,360 @@ + + + + + 显示脱敏信息 + + + + + 所属楼栋: + {{ dataForm.neighborHoodName }}-{{dataForm.buildingName}} + + + + 单元号: + {{ dataForm.unitName?dataForm.unitName:'--' }} + + + + 门牌号: + {{ dataForm.doorName}} + + + + 房屋编码: + {{ dataForm.coding?dataForm.coding:'--'}} + + + + 下载 + + + + 房屋类型: + {{dataForm.houseTypeName?dataForm.houseTypeName:'--' }} + + + 房屋用途: + {{dataForm.purposeName?dataForm.purposeName:'--' }} + + + 房屋状态: + {{dataForm.rentName?dataForm.rentName:'--' }} + + + 房主姓名: + {{dataForm.ownerName?dataForm.ownerName:'--' }} + + + 联系方式: + {{dataForm.showOwnerPhone?dataForm.showOwnerPhone:'--' }} + + + 房主身份证: + {{dataForm.showOwnerIdCard?dataForm.showOwnerIdCard:'--' }} + + + 备注: + {{dataForm.remark?dataForm.remark:'--' }} + + + 居住成员信息 + -- + + + + 姓名 + 联系方式 + 房主身份证 + + + {{item.name}} + {{item.mobile?item.mobile:"--"}} + {{item.idCard?item.idCard:"--"}} + + + + + + + + 关 闭 + + + + + + + + \ No newline at end of file diff --git a/src/views/modules/workSys/articleTag/edit.vue b/src/views/modules/workSys/articleTag/edit.vue new file mode 100644 index 000000000..25f49d911 --- /dev/null +++ b/src/views/modules/workSys/articleTag/edit.vue @@ -0,0 +1,294 @@ + + + + + + + + + + + + + + + + + 取 消 + 确 定 + + + + + + + + + + + + + diff --git a/src/views/modules/workSys/articleTag/index.vue b/src/views/modules/workSys/articleTag/index.vue new file mode 100644 index 000000000..e672ee7d2 --- /dev/null +++ b/src/views/modules/workSys/articleTag/index.vue @@ -0,0 +1,351 @@ + + + + + + + + + + 查询 + 重置 + + + + + + 新增 + + + + + + + + + + + {{ scope.row.showFlag == 1 ? "显示" : "隐藏" }} + + + + + + 查看 + 修改 + + {{ + scope.row.showFlag == 0 ? "显示" : "隐藏" + }} + + + + + + + + + + + + + + + + + + diff --git a/src/views/modules/workSys/emblemManagement/cpts/emblemIfon.vue b/src/views/modules/workSys/emblemManagement/cpts/emblemIfon.vue new file mode 100644 index 000000000..2de6aea07 --- /dev/null +++ b/src/views/modules/workSys/emblemManagement/cpts/emblemIfon.vue @@ -0,0 +1,182 @@ + + + + + + 所属网格: {{emblemObj.gridName||'--'}} + + + + + + 徽章类型: {{emblemObj.badgeName ||'--'}} + + + + + 姓名: {{emblemObj.surname +emblemObj.name||'--'}} + + + + + 身份证号: {{emblemObj.idcard||'--'}} + + + + + 手机号: {{emblemObj.mobile||'--'}} + + + + + 认证证件: + + + + + -- + + + + + + 审核原因: + + + + + + + + + 审核原因: + + {{emblemObj.authReason||"--"}} + + + + + + 备注: {{emblemObj.remark||'--'}} + + + + 取消 + 审核不通过 + 审核通过 + + + + + + + + \ No newline at end of file diff --git a/src/views/modules/workSys/emblemManagement/index.vue b/src/views/modules/workSys/emblemManagement/index.vue new file mode 100644 index 000000000..f20038491 --- /dev/null +++ b/src/views/modules/workSys/emblemManagement/index.vue @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + + + + + + + + + + + + + {{scope.row.auditStatus == 'approved'?'已通过':scope.row.auditStatus == 'rejected'?'未通过':'审核中'}} + + + + + + {{scope.row.auditStatus=='auditing'?'审核':'查看'}} + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/modules/workSys/operAuth.vue b/src/views/modules/workSys/operAuth.vue index f0ee36e8c..86ce8f98d 100644 --- a/src/views/modules/workSys/operAuth.vue +++ b/src/views/modules/workSys/operAuth.vue @@ -165,7 +165,7 @@ export default { timeRange: [], formData: { - category: 'data_tm', + category: '', operatorName: '',//姓名 operatorMobile: '',//手机号 startTime: '',//检测开始时间yyyy-MM-dd HH:mm @@ -268,7 +268,7 @@ export default { //重置搜索条件 resetSearch () { this.formData = { - category: 'data_tm', + category: '', operatorName: '',//姓名 operatorMobile: '',//手机号 startTime: '',//检测开始时间yyyy-MM-dd HH:mm diff --git a/src/views/pages/login.vue b/src/views/pages/login.vue index 7bf0ed5e4..fe0f6235e 100644 --- a/src/views/pages/login.vue +++ b/src/views/pages/login.vue @@ -240,7 +240,7 @@ export default { localStorage.setItem("userType", "work"); localStorage.setItem("showHeader", "0"); localStorage.setItem("token", res.data.token); - this.$router.replace({ name: "index" }); + this.skipAfterLogin(); }) .catch(() => { }); // epmet-ext9.elinkservice.cn/platform-admin @@ -270,7 +270,7 @@ export default { localStorage.setItem("userType", "work"); localStorage.setItem("token", res.data.token); - this.$router.replace({ name: "index" }); + this.skipAfterLogin(); }) .catch(() => { this.endLoading();