@@ -163,9 +163,6 @@ export default {
runNum: 0,
runAgencyArray: [],
-
-
-
}
},
async mounted () {
From 42b895c733be30a333838e72e52107d9979310fb Mon Sep 17 00:00:00 2001
From: 13176889840 <13176889840@163.com>
Date: Thu, 26 May 2022 14:16:05 +0800
Subject: [PATCH 12/19] dd
---
src/views/modules/visual/communityParty/community.vue | 2 +-
src/views/modules/visual/communityParty/memberInfo.vue | 1 +
src/views/modules/visual/communityParty/unitInfo.vue | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue
index 73af5c970..3194f8ee1 100644
--- a/src/views/modules/visual/communityParty/community.vue
+++ b/src/views/modules/visual/communityParty/community.vue
@@ -1255,7 +1255,7 @@ export default {
}
}
.table-h {
- height: 360px;
+ height: 320px;
}
.calc-h {
height: calc(100vh - 240px);
diff --git a/src/views/modules/visual/communityParty/memberInfo.vue b/src/views/modules/visual/communityParty/memberInfo.vue
index 55041b781..ed06439a8 100644
--- a/src/views/modules/visual/communityParty/memberInfo.vue
+++ b/src/views/modules/visual/communityParty/memberInfo.vue
@@ -228,6 +228,7 @@ export default {
overflow: auto;
.left-item {
padding: 10px 0;
+ border-right: 1px dashed #1257c9;
cursor: pointer;
.item-title {
font-size: 16px;
diff --git a/src/views/modules/visual/communityParty/unitInfo.vue b/src/views/modules/visual/communityParty/unitInfo.vue
index 75ff68ca8..8ee4c9ea3 100644
--- a/src/views/modules/visual/communityParty/unitInfo.vue
+++ b/src/views/modules/visual/communityParty/unitInfo.vue
@@ -234,6 +234,7 @@ export default {
overflow: auto;
.left-item {
padding: 10px 0;
+ border-bottom: 1px dashed #1257c9;
cursor: pointer;
.item-title {
font-size: 16px;
From df0d640319ee6dd7e952427f458b50a1fc42a26e Mon Sep 17 00:00:00 2001
From: wanggongfeng <1305282856@qq.com>
Date: Thu, 26 May 2022 14:23:28 +0800
Subject: [PATCH 13/19] =?UTF-8?q?=E7=A7=9F=E8=B5=81=E5=90=88=E5=90=8C?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../rent/rentcontractinfo-add-or-update.vue | 60 +++++++++++++------
1 file changed, 41 insertions(+), 19 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 8175db9b2..bed59ac9a 100644
--- a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
+++ b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
@@ -1,21 +1,21 @@
+ @keyup.enter.native="dataFormSubmitHandle()" label-width="140px">
@@ -30,6 +30,7 @@
+
@@ -52,31 +53,37 @@
合同信息
出租人信息
-
+
-
+
-
+
+
+
+
+
+
+
+
承租人信息
-
+
-
+
-
+
-
-
-
+
+
@@ -90,14 +97,14 @@
合同内容
-
+
-
+
-
+
@@ -145,16 +152,30 @@ export default {
lessorName: '',
lessorIdCard: '',
lessorMobile: '',
+ lessorRelation: '',
lesseeName: '',
lesseeIdCard: '',
lesseeMobile: '',
+ lesseeUnit: '',
signDate: '',
startDate: '',
endDate: ''
},
dataListLoading: false,
dialogVisible: false,
- dialogImageUrl: ''
+ dialogImageUrl: '',
+ lessorRelationArr: [
+ { dictValue: '本人', dictName: '本人' },
+ { dictValue: '配偶', dictName: '配偶' },
+ { dictValue: '子女', dictName: '子女' },
+ { dictValue: '父母', dictName: '父母' },
+ { dictValue: '岳父母或公婆', dictName: '岳父母或公婆' },
+ { dictValue: '祖父母', dictName: '祖父母' },
+ { dictValue: '媳婿', dictName: '媳婿' },
+ { dictValue: '孙子女', dictName: '孙子女' },
+ { dictValue: '兄弟姐妹', dictName: '兄弟姐妹' },
+ { dictValue: '中介', dictName: '中介' }
+ ]
}
},
computed: {
@@ -252,7 +273,8 @@ export default {
const params = {
id: this.dataForm.id,
state: type,
- homeId: this.dataForm.homeId
+ homeId: this.dataForm.homeId,
+ lessorRelation: this.dataForm.lessorRelation
}
this.$http.post('/pli/power/rentContractInfo/review', params).then(({ data: res }) => {
if (res.code !== 0) {
From e5b164eeb8d4792f352e8747d2e166083a8997af Mon Sep 17 00:00:00 2001
From: wanggongfeng <1305282856@qq.com>
Date: Thu, 26 May 2022 14:40:26 +0800
Subject: [PATCH 14/19] =?UTF-8?q?=E7=A7=9F=E8=B5=81=E5=90=88=E5=90=8C?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../rent/rentcontractinfo-add-or-update.vue | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 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 bed59ac9a..2cad16bd8 100644
--- a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
+++ b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
@@ -70,6 +70,14 @@
+
+
+
+
+
+
承租人信息
@@ -86,14 +94,7 @@
-
-
-
-
-
-
+
合同内容
From 8de16eb6c1bc4a001dc16edbf398d946bf4cbc95 Mon Sep 17 00:00:00 2001
From: 13176889840 <13176889840@163.com>
Date: Thu, 26 May 2022 15:26:05 +0800
Subject: [PATCH 15/19] dd
---
src/views/components/resiForm.vue | 11 +++++++++--
src/views/modules/base/resi.vue | 14 ++++++++------
2 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/src/views/components/resiForm.vue b/src/views/components/resiForm.vue
index 615d860c1..1f138a545 100644
--- a/src/views/components/resiForm.vue
+++ b/src/views/components/resiForm.vue
@@ -205,14 +205,18 @@
+ :label="ns.value" @change="hanldeChangeRadio(n)">
{{ ns.label }}
- {{ns.label}}
+
+
+ {{ns.label}}
+
+
@@ -487,6 +491,9 @@ export default {
// }
})
},
+ hanldeChangeRadio(n) {
+ this.$emit('changeradio', n)
+ },
handleValidBlur(n) {
console.log('n---', n)
if (n.columnName !== 'ID_CARD') return
diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue
index a76cfa99d..f1f84829a 100644
--- a/src/views/modules/base/resi.vue
+++ b/src/views/modules/base/resi.vue
@@ -197,7 +197,7 @@
{
+ let list = [...this.tabsList]
+ list.forEach((item, index) => {
if (item.tableName === childGroup.tableName) {
hasT = true
i = index
@@ -853,12 +854,13 @@ export default {
// console.log('')
}
})
- this.tabsList.push(childGroup)
+ list.push(childGroup)
}
} else {
// console.log('changegroup----000', value)
- if (hasT) this.tabsList.splice(i, 1)
+ if (hasT) list.splice(i, 1)
}
+ this.tabsList = [...list]
},
formetForm () {
const _baseForm = this.$refs.baseForm.handleForm()
From 602cb0a2528afff995ec024b5ed2017c63e1663b Mon Sep 17 00:00:00 2001
From: zhaoyongnian <541231643@qq.com>
Date: Thu, 26 May 2022 16:04:05 +0800
Subject: [PATCH 16/19] bug
---
.../visual/communityParty/gridParty.vue | 22 ++++++-------------
.../visual/communityParty/memberInfo.vue | 6 ++++-
.../visual/components/screen-map/index.vue | 12 +++++++++-
3 files changed, 23 insertions(+), 17 deletions(-)
diff --git a/src/views/modules/visual/communityParty/gridParty.vue b/src/views/modules/visual/communityParty/gridParty.vue
index fbe6af598..6b6aa616d 100644
--- a/src/views/modules/visual/communityParty/gridParty.vue
+++ b/src/views/modules/visual/communityParty/gridParty.vue
@@ -10,8 +10,7 @@
:options="propTree"
:props="{ checkStrictly: true }"
:show-all-levels="false"
- :getCheckedNodes="getCheckedNodes"
- clearable
+ :getCheckedNodes="getCheckedNodes"
@change="handleCascader">
@@ -166,8 +165,9 @@ export default {
]
await this.loadOrgData()
await this.getWorkUserInfo()
- this.loadMap()
- this.isfirstInit = false
+ // this.loadMap()
+ this.getMapData()
+ // this.isfirstInit = false
// 地图相关end
},
methods: {
@@ -189,7 +189,6 @@ export default {
// };
const { data, code, msg } = await requestPost(url);
if (code === 0) {
- console.log('data-org----o', data)
this.selectAgency = [`${data.agencyId}-${data.level}`]
this.orgType = data.level
this.agencyId = data.agencyId
@@ -230,7 +229,6 @@ export default {
},
// 组织点击事件
async handleCascader(val) {
- console.log('val-vvv', val)
const _arr = val[val.length - 1].split('-')
const orgType = _arr[1] !== 'grid' ? 'agency': 'grid'
this.agencyId = _arr[0]
@@ -238,7 +236,6 @@ export default {
this.orgType = orgType
this.noEduInit = false
this.agencyInfo = { ...this.orgData }
- console.log('agencyInfo-----', this.agencyInfo)
this.eduCode = ''
await this.loadOrgData()
this.getEduCount(_arr[0])
@@ -342,7 +339,6 @@ export default {
}
};
- console.log('zlcm')
} else {
element.isClick = false
element.label = {
@@ -400,7 +396,6 @@ export default {
this.visibleLoading = false
},
pieInitOks (dom) {
- console.log('pies准备好了', dom)
this.pieEduChartS = dom
// this.pieInitState = true
},
@@ -424,7 +419,6 @@ export default {
this.showedUnitMoreInfo = true
this.unitAclist = data.list
this.$nextTick(() => {
- console.log(this.unitAclist[0].demandRecId)
this.$refs['unitdetailInfo'].getDetail(this.unitAclist[0].demandRecId)
})
} else {
@@ -511,10 +505,11 @@ export default {
window.app.ajax.post(
url,
params,
- (data, rspMsg) => {
+ (data, rspMsg) => {
this.unitMapList = data
- this.isfirstInit = false
this.loadMap()
+ this.isfirstInit = false
+ this.$refs.map.handleClosePopup()
},
(rspMsg, data) => {
this.$message.error(rspMsg)
@@ -526,9 +521,7 @@ export default {
this.userId = ''
const featureInfo = feature.values_.properties.info
this.userId = feature.values_.properties.info.id
- console.log('feature.values_.properties.info:::', JSON.stringify(feature.values_.properties.info))
let coordinate = [featureInfo.longitude, featureInfo.latitude]
- console.log(feature.values_.properties.info)
let showData = `
个人信息
姓名:
@@ -557,7 +550,6 @@ export default {
},
lookMore(e) {
this.userId = this.userId
- console.log('userId:', this.userId)
this.showedMoreInfo = true
}
},
diff --git a/src/views/modules/visual/communityParty/memberInfo.vue b/src/views/modules/visual/communityParty/memberInfo.vue
index ed06439a8..1b07df9c1 100644
--- a/src/views/modules/visual/communityParty/memberInfo.vue
+++ b/src/views/modules/visual/communityParty/memberInfo.vue
@@ -29,6 +29,10 @@
需求类型:
{{ info.categoryName }}
+
+ 上报类型:
+ {{ info.reportTypeName }}
+
上报人:
{{ info.reportUserName }}
@@ -171,7 +175,7 @@ export default {
margin-bottom: 0;
.list {
display: block;
- width: 50%;
+ width: auto;
.item {
display: flex;
width: 100%;
diff --git a/src/views/modules/visual/components/screen-map/index.vue b/src/views/modules/visual/components/screen-map/index.vue
index e1490b415..b5ef77fbc 100644
--- a/src/views/modules/visual/components/screen-map/index.vue
+++ b/src/views/modules/visual/components/screen-map/index.vue
@@ -33,7 +33,8 @@
+ id="popup-goMore"
+ class="popup-goMore">更多>>>>
@@ -745,6 +746,12 @@ const vueGis = {
//把 overlay 显示到指定的 x,y坐标
},
+ // 关闭弹窗
+ handleClosePopup() {
+ this.overlay.setPosition(undefined);
+ document.getElementById("popup-closer").blur();
+ return false;
+ },
//取随机数
getRndBetween (lowerLimit, upperLimit) {
@@ -888,6 +895,9 @@ export default vueGis;
.popup-content {
width: 300px;
}
+.popup-goMore{
+ margin: 20px 0;
+}
.ol-popup-closer:after {
content: "✖";
// color: rgba(1, 17, 104, 1);
From dc198c233d875f7b495831aa914ed751cb8a31a1 Mon Sep 17 00:00:00 2001
From: zhaoyongnian <541231643@qq.com>
Date: Thu, 26 May 2022 17:23:02 +0800
Subject: [PATCH 17/19] =?UTF-8?q?=E6=8F=90=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/partymember/icpartyorg-add-or-update.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/modules/partymember/icpartyorg-add-or-update.vue b/src/views/modules/partymember/icpartyorg-add-or-update.vue
index 2d1505f57..20aa0eb89 100644
--- a/src/views/modules/partymember/icpartyorg-add-or-update.vue
+++ b/src/views/modules/partymember/icpartyorg-add-or-update.vue
@@ -443,16 +443,16 @@
dataRule() {
return {
partyOrgName: [
- {required: true, message: this.$t('validate.required'), trigger: 'blur'}
+ {required: true, message: "党组织名称不能为空", trigger: 'blur'}
],
mySelectOrg: [
- {required: true, message: this.$t('validate.required'), trigger: 'blur'}
+ {required: true, message: "上级党组织不能为空", trigger: 'blur'}
],
partyOrgType: [
- {required: true, message: this.$t('validate.required'), trigger: 'blur'}
+ {required: true, message: "党组织类型不能为空", trigger: 'blur'}
],
agencyId: [
- {required: true, message: this.$t('validate.required'), trigger: 'blur'}
+ {required: true, message: "行政组织不能为空", trigger: 'blur'}
]
}
}
From dd266a5555c4a65a799d361843b860f20992de48 Mon Sep 17 00:00:00 2001
From: zhaoyongnian <541231643@qq.com>
Date: Thu, 26 May 2022 17:33:56 +0800
Subject: [PATCH 18/19] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/partymember/lookMember.vue | 19 +++----------------
1 file changed, 3 insertions(+), 16 deletions(-)
diff --git a/src/views/modules/partymember/lookMember.vue b/src/views/modules/partymember/lookMember.vue
index 974e8dc1a..4d2197a8f 100644
--- a/src/views/modules/partymember/lookMember.vue
+++ b/src/views/modules/partymember/lookMember.vue
@@ -6,7 +6,6 @@