diff --git a/src/views/components/tinymce2/index.vue b/src/views/components/tinymce2/index.vue index 8bb48f017..60a382841 100644 --- a/src/views/components/tinymce2/index.vue +++ b/src/views/components/tinymce2/index.vue @@ -1,5 +1,6 @@ - + + diff --git a/src/views/modules/cabaseinfo/carotators-binding-house.vue b/src/views/modules/cabaseinfo/carotators-binding-house.vue new file mode 100644 index 000000000..0343151db --- /dev/null +++ b/src/views/modules/cabaseinfo/carotators-binding-house.vue @@ -0,0 +1,656 @@ + + + + + + + + 房屋查询 + + + + + (searchData.type = type)" + > + + {{ { fangwu: "房屋" }[searchData.type] + }} + + + 房屋 + + + + + + + + + + 搜索 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 查看 + 绑定房屋 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/modules/cabaseinfo/carotators.vue b/src/views/modules/cabaseinfo/carotators.vue index f6068f2b5..0a4c74a4c 100644 --- a/src/views/modules/cabaseinfo/carotators.vue +++ b/src/views/modules/cabaseinfo/carotators.vue @@ -113,6 +113,7 @@ > + import mixinViewModule from "@/mixins/view-post"; import AddOrUpdate from "./carotators-add-or-update"; + export default { mixins: [mixinViewModule], data() { return { + mixinViewModuleOptions: { getDataListURL: "/opendata/caRotators/getPage", getDataListIsPage: true, @@ -166,6 +169,7 @@ export default { }; }, methods:{ + getloudongOptions(){ this.$http.post(`/opendata/bmGrid/getCascadeMenu`).then(resp => { if(resp.data.code === 0){ @@ -196,7 +200,7 @@ created(){ this.getloudongOptions() }, components: { - AddOrUpdate, + AddOrUpdate }, }; diff --git a/src/views/modules/communityParty/members/points.vue b/src/views/modules/communityParty/members/points.vue new file mode 100644 index 000000000..869133f8b --- /dev/null +++ b/src/views/modules/communityParty/members/points.vue @@ -0,0 +1,725 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + + + + + + + + + + + + + + + 待审核 + 已通过 + 已驳回 + + + + + 查看 + 审核 + + + + + + + + + + + {{ detailInfo.title }} + {{ detailInfo.statement }} + + + + + 申请人:{{ detailInfo.showName }} + 申请时间:{{ detailInfo.createdTime }} + + + + + + {{ detailInfo.ruleName }} + + + {{ detailInfo.pointValue }} + + + + + + + + + + + + + + + + + + + + {{detailInfo.gridName}} + + + {{detailInfo.name}} + + + + + + + {{detailInfo.mobile}} + + + {{detailInfo.idCard}} + + + + + + {{detailInfo.ruleName}} + + + {{detailInfo.pointValue}} + + + + + {{detailInfo.title}} + + + {{detailInfo.statement}} + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/modules/communityParty/regionalParty/activitysForm.vue b/src/views/modules/communityParty/regionalParty/activitysForm.vue index fdbeb30ae..81b926c19 100644 --- a/src/views/modules/communityParty/regionalParty/activitysForm.vue +++ b/src/views/modules/communityParty/regionalParty/activitysForm.vue @@ -376,11 +376,21 @@ export default { }) }, + dormatHtml(content) { + let c = '' + if (content.indexOf('DOCTYPE') != -1) { + c = content.slice(45, -16); + } + console.log('content', typeof content) + return c || content + }, async addActivity () { let url = '/heart/icpartyactivity/save' // let url = "http://yapi.elinkservice.cn/mock/245/heart/icpartyactivity/save" - - + if (this.formData.content) { + this.formData.content = this.dormatHtml(this.formData.content) + } + const { data, code, msg } = await requestPost(url, this.formData) if (code === 0) { diff --git a/src/views/modules/communityService/measure/points.vue b/src/views/modules/communityService/measure/points.vue new file mode 100644 index 000000000..5a7b704a1 --- /dev/null +++ b/src/views/modules/communityService/measure/points.vue @@ -0,0 +1,728 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + + + + + + + + + + + + + + + 待审核 + 已通过 + 已驳回 + + + + + 查看 + 审核 + + + + + + + + + + + {{ detailInfo.title }} + {{ detailInfo.statement }} + + + + + 申请人:{{ detailInfo.showName }} + 申请时间:{{ detailInfo.createdTime }} + + + + + + {{ detailInfo.ruleName }} + + + {{ detailInfo.pointValue }} + + + + + + + + + + + + + + + + + + + + {{detailInfo.gridName}} + + + {{detailInfo.name}} + + + + + + + {{detailInfo.mobile}} + + + {{detailInfo.idCard}} + + + + + + {{detailInfo.ruleName}} + + + {{detailInfo.pointValue}} + + + + + {{detailInfo.title}} + + + {{detailInfo.statement}} + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/modules/workPc/guidance/DetailForm.vue b/src/views/modules/workPc/guidance/DetailForm.vue index 5b3528ddb..74b0cf3ca 100644 --- a/src/views/modules/workPc/guidance/DetailForm.vue +++ b/src/views/modules/workPc/guidance/DetailForm.vue @@ -332,11 +332,19 @@ export default { this.$message.error(msg) } }, - + dormatHtml(content) { + let c = '' + if (content.indexOf('DOCTYPE') != -1) { + c = content.slice(45, -16); + } + console.log('content', typeof content) + return c || content + }, saveForm () { this.dataForm.moduleList = [] this.moduleArray.forEach(element => { if (element.moduleContent) { + element.moduleContent = this.dormatHtml(element.moduleContent) this.dataForm.moduleList.push(element) } }); diff --git a/src/views/modules/workSys/pointAditive/rule.vue b/src/views/modules/workSys/pointAditive/rule.vue index 846438c9d..d6ba85d9b 100644 --- a/src/views/modules/workSys/pointAditive/rule.vue +++ b/src/views/modules/workSys/pointAditive/rule.vue @@ -190,6 +190,7 @@ export default { this.addType = addType if (type == '2') { this.form.pid = id + this.form.categoryName = '' } if (type == '3') { @@ -362,6 +363,7 @@ export default { }, // 查询积分类别规则列表 async getTableData () { + this.typeList = [] this.tableData = [] this.tableLoading = true let params = {}