diff --git a/src/views/components/resiChangeTransfer.vue b/src/views/components/resiChangeTransfer.vue index 1990c3e1..f19da89b 100644 --- a/src/views/components/resiChangeTransfer.vue +++ b/src/views/components/resiChangeTransfer.vue @@ -498,7 +498,8 @@ export default { }, 2000) this.$refs['ref_form'].validate((valid, messageObj) => { if (!valid) { - app.util.validateRule(messageObj) + // app.util.validateRule(messageObj) + console.log('error submit!') } else { if (this.dataForm.type === 'in') { @@ -522,7 +523,9 @@ export default { }, async saveForm () { - const url = '/epmetuser/changeRelocation/saveOutOfInfo' + + // saveOutOfInfo + const url = '/epmetuser/changeRelocation/moveOutHome' let noData = new Date() noData = util.dateFormatter(noData, 'time') this.dataForm.transferTime = noData @@ -530,7 +533,7 @@ export default { const { data, code, msg } = await requestPost(url, this.dataForm) if (code === 0) { - this.$message.success('调动成功') + this.$message.success('操作成功') this.handleCancle() } else { this.$message.error(msg) diff --git a/src/views/components/tinymce2/index.vue b/src/views/components/tinymce2/index.vue index 60a38284..eb118d6a 100644 --- a/src/views/components/tinymce2/index.vue +++ b/src/views/components/tinymce2/index.vue @@ -1,5 +1,5 @@ - + @@ -48,9 +48,16 @@ import "tinymce/plugins/visualblocks"; // import "tinymce/plugins/visualchars"; // import "tinymce/plugins/wordcount"; //数字统计 import { debounce } from "throttle-debounce"; - +let num = 1; export default { props: { + id: { + type: String, + default: () => { + num === 10000 && (num = 1); + return `tinymce${+new Date()}${num++}`; + }, + }, value: { default: "", }, @@ -67,7 +74,7 @@ export default { let token = this.getUserToken(); let init = { - selector: '#editors', + selector: `#${this.id}`, language_url: require("./zh_CN.js"), // 中文语言包路径 language: "zh_CN", skin_url: require("tinymce/skins/ui/oxide/skin.css"), // 编辑器皮肤样式 @@ -154,7 +161,7 @@ export default { }; }, mounted() { - tinymce.init(this.init) + // tinymce.init(this.init) }, methods: { vModel(editor) { diff --git a/src/views/modules/communityParty/regionalParty/activitysForm.vue b/src/views/modules/communityParty/regionalParty/activitysForm.vue index 81b926c1..ea0915d5 100644 --- a/src/views/modules/communityParty/regionalParty/activitysForm.vue +++ b/src/views/modules/communityParty/regionalParty/activitysForm.vue @@ -258,7 +258,7 @@ export default { latitude: 120.38945519 //纬度 }, serviceList: [], - gridList: [], + gridLists: [], agencyId: '' } @@ -304,7 +304,7 @@ export default { const { data, code, msg } = await requestPost(url, params) if (code === 0) { - this.gridList = data + this.gridLists = data } else { this.$message.error(msg) @@ -390,6 +390,9 @@ export default { if (this.formData.content) { this.formData.content = this.dormatHtml(this.formData.content) } + if (this.formData.result) { + this.formData.result = this.dormatHtml(this.formData.result) + } const { data, code, msg } = await requestPost(url, this.formData) diff --git a/src/views/modules/plugins/change/verify.vue b/src/views/modules/plugins/change/verify.vue new file mode 100644 index 00000000..52b8043a --- /dev/null +++ b/src/views/modules/plugins/change/verify.vue @@ -0,0 +1,754 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 查看 + + 审核 + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/modules/plugins/change/verifyForm.vue b/src/views/modules/plugins/change/verifyForm.vue new file mode 100644 index 00000000..99c19afe --- /dev/null +++ b/src/views/modules/plugins/change/verifyForm.vue @@ -0,0 +1,806 @@ + + + + + + {{ detailInfo.name }} + + + {{ detailInfo.mobile }} + + + {{ detailInfo.idCard }} + + + {{ detailInfo.gridName }} + + + + {{ detailInfo.villageName + detailInfo.buildName + detailInfo.unitName + detailInfo.homeName }} + + + + + + {{ detailInfo.moveOutDate }} + + + + {{ detailInfo.deleteReason }} + + + + + + + + + + + + 当前人员已不在该房屋 + + + + + + + + + + {{ gridName }} + + + + {{ dataForm.name }} + + + + + + + + + + {{ + '迁往' + rootAgency.organizationName + '内其他区域' + }} + 其他 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 享受福利 + + + + + 取消 + + + 取消 + 提交 + 提交 + + + 取消 + 提交 + + + + + + diff --git a/src/views/modules/workPc/guidance/DetailForm.vue b/src/views/modules/workPc/guidance/DetailForm.vue index 74b0cf3c..8b878642 100644 --- a/src/views/modules/workPc/guidance/DetailForm.vue +++ b/src/views/modules/workPc/guidance/DetailForm.vue @@ -69,6 +69,8 @@