From 37ecc1245e5899a279a1f324586c5fcba75e8665 Mon Sep 17 00:00:00 2001 From: ZhaoTongYao <531131322@qq.com> Date: Thu, 28 Jul 2022 19:04:52 +0800 Subject: [PATCH 1/5] 11 --- .../rent/rentcontractinfo-add-or-update.vue | 721 ++++++++++++++---- .../rent/rentcontractinfo-look-or-check.vue | 386 ++++++++++ .../plugins/rent/rentcontractreview.vue | 39 +- .../modules/plugins/rent/upload-image.vue | 130 ++++ 4 files changed, 1119 insertions(+), 157 deletions(-) create mode 100644 src/views/modules/plugins/rent/rentcontractinfo-look-or-check.vue create mode 100644 src/views/modules/plugins/rent/upload-image.vue diff --git a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue index 7dae7f23b..be27c8e0e 100644 --- a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue +++ b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue @@ -1,79 +1,202 @@ - + @@ -132,7 +133,7 @@ - + - + + + +
合同信息
@@ -270,7 +276,7 @@ @@ -547,6 +553,9 @@ export default { }) } }, + deleteMember(index){ + this.dataForm.tenantList.splice(index, 1) + }, addMember () { let ob = { id: '', From 9ff563d84d68f8348ad28bac7d601b576f2e795f Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Fri, 29 Jul 2022 17:39:32 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E5=90=88=E5=90=8C=E5=AE=A1=E6=A0=B8PC?= =?UTF-8?q?=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/plugins/rent/rentcontractinfo-add-or-update.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue index 0af88a842..54d12f13b 100644 --- a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue +++ b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue @@ -115,7 +115,11 @@