From eeac2665b8e34d35161bf689e37312cd63385c64 Mon Sep 17 00:00:00 2001
From: zhaoyongnian <541231643@qq.com>
Date: Mon, 5 Dec 2022 16:25:24 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E4=BD=8F=E6=88=90=E5=91=98=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../rent/rentcontractinfo-add-or-update.vue | 6 +-
.../rent/rentcontractinfo-look-or-check.vue | 154 ++++++++++++++----
2 files changed, 128 insertions(+), 32 deletions(-)
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 15027b974..5f1f6d4b9 100644
--- a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
+++ b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
@@ -275,6 +275,8 @@
+
+
@@ -360,7 +362,7 @@
-
+
-
+
居住成员信息
-
-
-
- {{scope.$index+1}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
![]()
-
-
-
-
-
-
-
![]()
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+
+
+
+
+
+
+
![]()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
合同内容
@@ -210,7 +293,8 @@ export default {
],
checkReason: '',
checkVisible: false,
- disabledBtn: false
+ disabledBtn: false,
+ mzOptions:[],
}
},
computed: {
@@ -301,6 +385,7 @@ export default {
...this.dataForm,
...res.data
}
+ this.getMz()
}).catch(() => {})
},
// 打开审核不通过对话框
@@ -356,6 +441,15 @@ export default {
downFile(fileUrl) {
window.open(fileUrl)
},
+ getMz() {
+ this.$http.post(`/sys/dict/data/nation`).then(({ data: res }) => {
+ if (res.code !== 0) {
+ return this.$message.error(res.msg)
+ }
+ this.mzOptions = res.data
+ console.log(res)
+ }).catch(() => {})
+ },
// 表单提交
dataFormSubmitHandle: debounce(function () {
this.$refs['dataForm'].validate((valid) => {