From 9e9cc36ae6b4599a9698ad448f78564dfb105ba5 Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Thu, 23 Jun 2022 10:37:40 +0800 Subject: [PATCH 1/9] =?UTF-8?q?=E5=AF=8C=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/tinymce2/index.vue | 13 ++++++++++--- src/views/modules/workPc/guidance/DetailForm.vue | 2 ++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/views/components/tinymce2/index.vue b/src/views/components/tinymce2/index.vue index 60a38284..5f82a817 100644 --- a/src/views/components/tinymce2/index.vue +++ b/src/views/components/tinymce2/index.vue @@ -1,5 +1,5 @@ @@ -51,6 +51,13 @@ import { debounce } from "throttle-debounce"; 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/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 @@ Date: Thu, 23 Jun 2022 17:04:14 +0800 Subject: [PATCH 2/9] =?UTF-8?q?=E8=BF=81=E5=87=BA=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/plugins/change/verify.vue | 754 +++++++++++++++++ .../modules/plugins/change/verifyForm.vue | 763 ++++++++++++++++++ 2 files changed, 1517 insertions(+) create mode 100644 src/views/modules/plugins/change/verify.vue create mode 100644 src/views/modules/plugins/change/verifyForm.vue diff --git a/src/views/modules/plugins/change/verify.vue b/src/views/modules/plugins/change/verify.vue new file mode 100644 index 00000000..616b366a --- /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..9dc9bc65 --- /dev/null +++ b/src/views/modules/plugins/change/verifyForm.vue @@ -0,0 +1,763 @@ + + + + From 6341634678103211f948667ff8126de09c8c09e0 Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Fri, 24 Jun 2022 11:16:03 +0800 Subject: [PATCH 3/9] =?UTF-8?q?=E8=BF=81=E5=87=BA=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/plugins/change/verify.vue | 6 +- .../modules/plugins/change/verifyForm.vue | 58 ++++++++++++++++--- 2 files changed, 53 insertions(+), 11 deletions(-) diff --git a/src/views/modules/plugins/change/verify.vue b/src/views/modules/plugins/change/verify.vue index 616b366a..52b8043a 100644 --- a/src/views/modules/plugins/change/verify.vue +++ b/src/views/modules/plugins/change/verify.vue @@ -199,7 +199,7 @@ border style="width: 100%" class="resi-table" - :height="tableHeight" + :height="maxTableHeight" >
-
+
- {{ detailInfo.newHomeName }} + {{ detailInfo.xxdz }} + - + + + 当前人员已不在该房屋 +
+
+ 取消 +
取消 提交 + { + this.loadingForm = false + }, 500) }, async getDatail(type, id) { let url = '/epmetuser/myHome/moveOutConfirmDetail' @@ -656,11 +686,23 @@ export default { }) }, async handleVerify() { - const params = { + let params = { id: this.detailInfo.id, confirmResult: this.confirmResult, reason: this.reason } + if (this.confirmResult == 1 && this.detailInfo.isInHome) { + params = { + ...params, + gridName: this.dataForm.gridName, + villageName: this.dataForm.villageName, + buildName: this.dataForm.buildName, + unitName: this.dataForm.unitName, + homeName: this.dataForm.homeName, + xxdz: this.dataForm.address + } + } + const { data, code, msg } = await requestPost('/epmetuser/myHome/moveOutConfirm', params) From c0157e93149eba94296cd95410dc5d57d8a6f6a3 Mon Sep 17 00:00:00 2001 From: YUJT Date: Mon, 27 Jun 2022 11:04:28 +0800 Subject: [PATCH 4/9] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/cabaseinfo/caresident.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/modules/cabaseinfo/caresident.vue b/src/views/modules/cabaseinfo/caresident.vue index 5b199952..cc9c0f3b 100644 --- a/src/views/modules/cabaseinfo/caresident.vue +++ b/src/views/modules/cabaseinfo/caresident.vue @@ -123,6 +123,7 @@