diff --git a/src/assets/img/shuju/people/ren-prop-4.png b/src/assets/img/shuju/people/ren-prop-4.png index 3443f38d5..d01a786a1 100644 Binary files a/src/assets/img/shuju/people/ren-prop-4.png and b/src/assets/img/shuju/people/ren-prop-4.png differ diff --git a/src/assets/img/shuju/people/ren-prop-5.png b/src/assets/img/shuju/people/ren-prop-5.png index 00cd1a614..a1aaa3aae 100644 Binary files a/src/assets/img/shuju/people/ren-prop-5.png and b/src/assets/img/shuju/people/ren-prop-5.png differ diff --git a/src/assets/img/shuju/people/ren-prop-6.png b/src/assets/img/shuju/people/ren-prop-6.png index 4e3ad2be7..00cd1a614 100644 Binary files a/src/assets/img/shuju/people/ren-prop-6.png and b/src/assets/img/shuju/people/ren-prop-6.png differ diff --git a/src/views/modules/partymember/icpartyorgtree.vue b/src/views/modules/partymember/icpartyorgtree.vue index b1debb759..4dd705c94 100644 --- a/src/views/modules/partymember/icpartyorgtree.vue +++ b/src/views/modules/partymember/icpartyorgtree.vue @@ -78,7 +78,7 @@ top="5vh" class="dialog-h" :before-close="handleClose"> - { + this.$refs['refPrincipalRules'].resetFields(); + }) this.editPrincipalData.partyOrgId = row.id this.editPrincipalData.principal = row.principal this.$http.post('/data/aggregator/org/staff-select-list/'+row.agencyId,{'params': {}}).then(({ data: res }) =>{ @@ -217,10 +221,11 @@ this.staffs.forEach(s => { if (this.editPrincipalData.principal === s.value){ this.editPrincipalData.principal = s.name + this.editPrincipalData.principalStaffId = s.value this.editPrincipalData.principalMobile = s.mobile } }) - this.$refs['principalRules'].validate((valid) => { + this.$refs['refPrincipalRules'].validate((valid) => { if (!valid) { return false } @@ -243,7 +248,8 @@ this.editPrincipalData = { principal: '', principalMobile: '', - partyOrgId: '' + partyOrgId: '', + principalStaffId: '' } }, // 查询列表 diff --git a/src/views/modules/shequzhili/event/cpts/event-detail.vue b/src/views/modules/shequzhili/event/cpts/event-detail.vue index acb18f05f..4a4adcbc0 100644 --- a/src/views/modules/shequzhili/event/cpts/event-detail.vue +++ b/src/views/modules/shequzhili/event/cpts/event-detail.vue @@ -10,8 +10,8 @@ {{ info.gridName }}
- 上报时间: - {{ info.createdTime }} + 发生时间: + {{ info.happenTime }}
事件内容: diff --git a/src/views/modules/shequzhili/event/eventList.vue b/src/views/modules/shequzhili/event/eventList.vue index b4a8e2a08..7d993f4ce 100644 --- a/src/views/modules/shequzhili/event/eventList.vue +++ b/src/views/modules/shequzhili/event/eventList.vue @@ -48,18 +48,23 @@ - - @@ -259,11 +262,11 @@ --> - + label="发生时间"> { }); }, - async delEvent (eventId){ + async delEvent (eventId) { const url = "/gov/project/icEvent/delete"; let idsArr = [eventId]; - const { data, code, msg } =await requestPost(url, idsArr); + const { data, code, msg } = await requestPost(url, idsArr); if (code === 0) { this.$message.success("删除成功!"); @@ -757,7 +760,7 @@ export default { this.$message.error(msg); } }, - async getCateOptions() { + async getCateOptions () { const url = "/gov/issue/issueprojectcategorydict/list"; const { data, code, msg } = await requestPost(url, {}); @@ -807,7 +810,7 @@ export default { this.getTableData(); // this.loadTable() }, - deepTree(arr, child) { + deepTree (arr, child) { if (Array.isArray(arr) && arr.length > 0) { return arr.map(item => { // if (child === 'subAgencyList') item.value = item.orgType + '-' + item.orgId @@ -831,5 +834,4 @@ export default { width: 200px; } } - diff --git a/src/views/modules/visual/basicinfo/people.vue b/src/views/modules/visual/basicinfo/people.vue index 81190d694..74eda8d40 100644 --- a/src/views/modules/visual/basicinfo/people.vue +++ b/src/views/modules/visual/basicinfo/people.vue @@ -70,22 +70,22 @@
- 志愿者类别 + 住户类别
-
志愿者类别:
+
住户类别:

{{ - info.volunteerCategory.length == 0 + info.isTenant == null || info.isTenant == '' ? "--" - : info.volunteerCategory.join("、") + : info.isTenant == '1' ? '租户' : '业主' }}

-
- +
+ 房屋信息
@@ -100,18 +100,16 @@
-
- - 经济状况 +
+ + 联系电话
-
经济状况:
+

- 月薪: + 联系电话: {{ - info.financialSituation.monthlyIncome || "--" - }},退休金:{{ - info.financialSituation.retirementAmount || "--" + info.mobile || "--" }}

diff --git a/src/views/modules/workSys/resiCate.vue b/src/views/modules/workSys/resiCate.vue index 8deb8b7e4..6da2debf4 100644 --- a/src/views/modules/workSys/resiCate.vue +++ b/src/views/modules/workSys/resiCate.vue @@ -185,6 +185,26 @@ size="small" label="描述文字"> 人/楼栋 + + + + + + + 年龄: + + + {{' — '}} + +
0 || this.ageMin === 0) && (this.ageMax > 0 || this.ageMax === 0)) { + this.form.ylfnValue = this.ageMin + ',' + this.ageMax + } else { + return this.$message.error('年龄范围不能为空') + } + } + + } else { + + } this.btnLoading = true const _form = { ...this.form,