From 843597135d7d3dacb3b1078afca11405ee6f2815 Mon Sep 17 00:00:00 2001
From: wanggongfeng <1305282856@qq.com>
Date: Wed, 30 Nov 2022 15:23:57 +0800
Subject: [PATCH 1/8] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=A7=9F=E6=88=BF?=
=?UTF-8?q?=E5=90=88=E5=90=8C=E5=88=97=E8=A1=A8=E6=8E=A5=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../plirentcontractinfolog-add-or-update.vue | 334 ++++++++++++++++++
.../plugins/rent/plirentcontractinfolog.vue | 102 ++++++
.../modules/plugins/rent/rentcontractinfo.vue | 4 +-
3 files changed, 438 insertions(+), 2 deletions(-)
create mode 100644 src/views/modules/plugins/rent/plirentcontractinfolog-add-or-update.vue
create mode 100644 src/views/modules/plugins/rent/plirentcontractinfolog.vue
diff --git a/src/views/modules/plugins/rent/plirentcontractinfolog-add-or-update.vue b/src/views/modules/plugins/rent/plirentcontractinfolog-add-or-update.vue
new file mode 100644
index 000000000..74dcade31
--- /dev/null
+++ b/src/views/modules/plugins/rent/plirentcontractinfolog-add-or-update.vue
@@ -0,0 +1,334 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('cancel') }}
+ {{ $t('confirm') }}
+
+
+
+
+
diff --git a/src/views/modules/plugins/rent/plirentcontractinfolog.vue b/src/views/modules/plugins/rent/plirentcontractinfolog.vue
new file mode 100644
index 000000000..3eb0a2df1
--- /dev/null
+++ b/src/views/modules/plugins/rent/plirentcontractinfolog.vue
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+
+
+ {{ $t('query') }}
+
+
+ {{ $t('add') }}
+
+
+ {{ $t('deleteBatch') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('update') }}
+ {{ $t('delete') }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/plugins/rent/rentcontractinfo.vue b/src/views/modules/plugins/rent/rentcontractinfo.vue
index 4ee321e33..7ae1c67ea 100644
--- a/src/views/modules/plugins/rent/rentcontractinfo.vue
+++ b/src/views/modules/plugins/rent/rentcontractinfo.vue
@@ -203,9 +203,9 @@ export default {
data: function () {
return {
mixinViewModuleOptions: {
- getDataListURL: '/pli/power/rentContractInfo/page',
+ getDataListURL: '/pli/power/plirentcontractinfolog/page',
getDataListIsPage: true,
- deleteURL: '/pli/power/rentContractInfo',
+ deleteURL: '/pli/power/plirentcontractinfolog',
deleteIsBatch: true
},
optionsV: [],
From a1139f38fd3355b37751fb06ae6aa229b02a4d12 Mon Sep 17 00:00:00 2001
From: wanggongfeng <1305282856@qq.com>
Date: Thu, 1 Dec 2022 09:15:36 +0800
Subject: [PATCH 2/8] =?UTF-8?q?=E7=A6=8F=E5=88=A9=E4=BA=BA=E5=91=98?=
=?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=BC=E5=85=A5=E6=8C=89=E9=92=AE=E4=BD=8D?=
=?UTF-8?q?=E7=BD=AE=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/plugins/change/changewelfare.vue | 2 +-
.../modules/plugins/rent/rentcontractinfo-add-or-update.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/modules/plugins/change/changewelfare.vue b/src/views/modules/plugins/change/changewelfare.vue
index bb4ce7828..e7f30bc90 100644
--- a/src/views/modules/plugins/change/changewelfare.vue
+++ b/src/views/modules/plugins/change/changewelfare.vue
@@ -58,7 +58,6 @@
- {{ $t('export') }}
导入
+ {{ $t('export') }}
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 bb50164b7..fe0e55e8b 100644
--- a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
+++ b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
@@ -756,7 +756,7 @@ export default {
},
getAgencyList() {
return new Promise((resolve, reject) => {
- this.$http.post('/gov/org/agency/communityListByCustomerId')
+ this.$http.post('/gov/org/customeragency/getCurrentUserCommunityInfo')
.then(({ data: res }) => {
if (res.code !== 0) {
reject(false)
From 5902c69464d8699fc4cdae5d6372e64825020e06 Mon Sep 17 00:00:00 2001
From: zhaoyongnian <541231643@qq.com>
Date: Mon, 5 Dec 2022 15:05:30 +0800
Subject: [PATCH 3/8] =?UTF-8?q?=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../rent/rentcontractinfo-add-or-update.vue | 408 +++++++++++++-----
1 file changed, 297 insertions(+), 111 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 fe0e55e8b..15027b974 100644
--- a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
+++ b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
@@ -149,118 +149,242 @@
添加成员
-
-
-
- {{scope.$index+1}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
- 删除
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
合同内容
@@ -383,11 +507,23 @@ export default {
yfzgx: '',
type: 1,
politicalStatus: '',
+ mz:'',
+ gender:'',
+ birthday:'',
+ isVaccination:'1',
isMilitary: '',
nation: '',
imgList: [],
idCardImgList: [],
- unit: ''
+ unit: '',
+ firstVacTime: '',
+ firstVacSite:'',
+ secondVacTime:'',
+ secondVacSite:'',
+ thirdVacTime:'',
+ thirdVacSite:'',
+ reason:'',
+ note:'',
}],
fileList: [],
docList: []
@@ -404,6 +540,22 @@ export default {
{ name: '中国', value: '中国' },
{ name: '其他', value: '其他' }
],
+ mzOptions:[],
+ isVaccinationOption: [
+ { value: '0', label: '否' },
+ { value: '1', label: '是' },
+ ],
+ vacSiteOption: [
+ { value: '本街道内接种', label: '本街道内接种' },
+ { value: '区内其他街道接种', label: '区内其他街道接种' },
+ { value: '区外其他地区接种', label: '区外其他地区接种' },
+ ],
+ reasonOption: [
+ { value: '禁忌症', label: '禁忌症' },
+ { value: '拒绝接种', label: '拒绝接种' },
+ { value: '其他原因', label: '其他原因' },
+ ],
+ genderOptions:[{label: "男", value: "1"}, {label: "女", value: "2"}],
dataListLoading: false,
dialogVisible: false,
dialogImageUrl: '',
@@ -568,11 +720,23 @@ export default {
yfzgx: '',
type: 1,
politicalStatus: '',
+ mz: '',
+ gender:'',
+ birthday:'',
+ isVaccination:'1',
isMilitary: '',
nation: '',
imgList: [],
idCardImgList: [],
- unit: ''
+ unit: '',
+ firstVacTime:'',
+ firstVacSite:'',
+ secondVacTime:'',
+ secondVacSite:'',
+ thirdVacTime:'',
+ thirdVacSite:'',
+ reason:'',
+ note:'',
}],
fileList: [],
docList: [],
@@ -581,6 +745,7 @@ export default {
},
init () {
this.visible = true
+ this.getMz()
this.$nextTick(() => {
this.$refs['dataForm'].resetFields()
this.dataFormReset()
@@ -668,11 +833,23 @@ export default {
yfzgx: '',
type: 1,
politicalStatus: '',
+ mz: '',
+ gender:'',
+ birthday:'',
+ isVaccination: '1',
isMilitary: '',
nation: '',
imgList: [],
idCardImgList: [],
- unit: ''
+ unit: '',
+ firstVacTime:'',
+ firstVacSite:'',
+ secondVacTime:'',
+ secondVacSite:'',
+ thirdVacTime:'',
+ thirdVacSite:'',
+ reason:'',
+ note:'',
}
this.dataForm.tenantList.push(ob)
},
@@ -905,6 +1082,15 @@ export default {
this.editModeGetList()
}).catch(() => {})
},
+ 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(() => {})
+ },
handleFlieSuccess(res, file) {
if (res.code === 0 && res.msg === "success") {
let ob = {
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 4/8] =?UTF-8?q?=E5=B1=85=E4=BD=8F=E6=88=90=E5=91=98?=
=?UTF-8?q?=E4=BF=A1=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) => {
From 220da3d0179e3fc57422efe9191eae9f7832e977 Mon Sep 17 00:00:00 2001
From: zhaoyongnian <541231643@qq.com>
Date: Mon, 5 Dec 2022 16:44:14 +0800
Subject: [PATCH 5/8] =?UTF-8?q?=E4=B8=8D=E6=A0=A1=E9=AA=8C=E4=BA=8C?=
=?UTF-8?q?=E4=B8=89=E6=AC=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../plugins/rent/rentcontractinfo-add-or-update.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 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 5f1f6d4b9..280be6596 100644
--- a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
+++ b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
@@ -314,7 +314,7 @@
-
+
-
+
-
+
-
+
Date: Tue, 6 Dec 2022 14:41:09 +0800
Subject: [PATCH 6/8] bug
---
.../rent/rentcontractinfo-add-or-update.vue | 92 ++++++++++---------
.../rent/rentcontractinfo-look-or-check.vue | 68 ++++++++------
2 files changed, 93 insertions(+), 67 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 280be6596..9bb14f981 100644
--- a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
+++ b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
@@ -112,7 +112,7 @@
-
+
@@ -149,42 +149,35 @@
添加成员
-
-
+
+
-
-
-
-
-
-
-
-
+
-
-
-
-
+
-
-
+
-
+
-
-
+
+
+
+
+
+
-
+
-
+
-
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
-
- 删除
+ 删除
@@ -573,6 +559,18 @@ export default {
{ dictValue: '兄弟姐妹', dictName: '兄弟姐妹' },
{ dictValue: '其他', dictName: '其他' }
],
+ lessorRelationArr_: [
+ { dictValue: '本人', dictName: '本人' },
+ { dictValue: '配偶', dictName: '配偶' },
+ { dictValue: '子女', dictName: '子女' },
+ { dictValue: '父母', dictName: '父母' },
+ { dictValue: '岳父母或公婆', dictName: '岳父母或公婆' },
+ { dictValue: '祖父母', dictName: '祖父母' },
+ { dictValue: '媳婿', dictName: '媳婿' },
+ { dictValue: '孙子女', dictName: '孙子女' },
+ { dictValue: '兄弟姐妹', dictName: '兄弟姐妹' },
+ { dictValue: '中介', dictName: '中介' }
+ ],
checkVisible: false,
disabledBtn: false,
gridOptions: [],
@@ -1194,6 +1192,16 @@ export default {
margin-bottom: 0;
}
}
+
+.add-member{
+ border-bottom: 1px dashed #dcdfe6;
+ margin-bottom: 20px;
+ .el-form-item {
+ .el-form-item__content{
+ width: 190px !important;
+ }
+ }
+}
diff --git a/src/views/modules/plugins/rent/rentcontractinfo-look-or-check.vue b/src/views/modules/plugins/rent/rentcontractinfo-look-or-check.vue
index be668fb5d..794f39b3f 100644
--- a/src/views/modules/plugins/rent/rentcontractinfo-look-or-check.vue
+++ b/src/views/modules/plugins/rent/rentcontractinfo-look-or-check.vue
@@ -76,40 +76,44 @@
居住成员信息
-
-
+
+
-
-
-
-
-
+
-
+
-
+
+
+
+
+
-
+
+
+
+
+
-
+
-
+
-
+
![]()
@@ -117,7 +121,7 @@
-
+
![]()
@@ -127,7 +131,7 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -222,7 +226,7 @@
{{ $t('checkBTGBtn') }}
- {{ $t('checkTGBtn') }}
+ {{ $t('checkTGBtn') }}
@@ -294,6 +298,7 @@ export default {
checkReason: '',
checkVisible: false,
disabledBtn: false,
+ disabledBtn_check: false,
mzOptions:[],
}
},
@@ -411,7 +416,9 @@ export default {
lessorRelation: this.dataForm.lessorRelation,
reason: this.checkReason
}
+ this.disabledBtn_check = true,
this.$http.post('/pli/power/rentContractInfo/review', params).then(({ data: res }) => {
+ this.disabledBtn_check = false
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -492,4 +499,13 @@ export default {
// width: 280px;
}
}
+.add-member{
+ border-bottom: 1px dashed #dcdfe6;
+ margin-bottom: 20px;
+ .el-form-item {
+ .el-form-item__content{
+ width: 190px !important;
+ }
+ }
+}
From 1e4abeb448e997b20d602a765f8c0a2f74997e81 Mon Sep 17 00:00:00 2001
From: zhaoyongnian <541231643@qq.com>
Date: Tue, 6 Dec 2022 15:01:00 +0800
Subject: [PATCH 7/8] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../rent/rentcontractinfo-add-or-update.vue | 71 +++++++++++++++----
1 file changed, 58 insertions(+), 13 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 9bb14f981..4154a30bc 100644
--- a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
+++ b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
@@ -150,34 +150,34 @@
添加成员
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-->
-
+
-
+
-
+
Date: Tue, 6 Dec 2022 16:36:35 +0800
Subject: [PATCH 8/8] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../rent/rentcontractinfo-add-or-update.vue | 75 ++++---------------
1 file changed, 16 insertions(+), 59 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 4154a30bc..e64242d71 100644
--- a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
+++ b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
@@ -150,34 +150,34 @@
添加成员
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-->
-
+
-
+
-
+