From 39f5bcbd5a111ba29aea60184371d915f47555b5 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 29 Jun 2022 18:44:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E7=BB=B4=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sanjianxi/apps/AppPartyScore/psList.vue | 31 ---------------- .../apps/AppScoreManage/pointsDetails.vue | 24 ++++++------ .../apps/AppScoreManage/scoreChange.vue | 4 +- .../components/applyForIntegral.vue | 37 ++++++------------- .../components/automaticallyAddCent.vue | 18 ++++++--- 5 files changed, 36 insertions(+), 78 deletions(-) diff --git a/project/sanjianxi/apps/AppPartyScore/psList.vue b/project/sanjianxi/apps/AppPartyScore/psList.vue index 5c0af2cc..16f859c6 100644 --- a/project/sanjianxi/apps/AppPartyScore/psList.vue +++ b/project/sanjianxi/apps/AppPartyScore/psList.vue @@ -34,19 +34,12 @@ @getList="getTableData" :col-configs="colConfigs" :dict="dict"> - @@ -70,18 +63,6 @@ export default { {slot: "options"} ] }, - familyCols() { - return [ - { - label: '与户主关系', prop: 'householdRelation', align: 'center', width: 165, - render: (h, {row}) => h('p', this.dict.getLabel('householdRelation', row.householdRelation || "户主")) - }, - {label: '类型', prop: 'residentType', align: 'center', dict: "residentType"}, - {label: '姓名', prop: 'name', align: 'center'}, - {label: '身份证号', render: (h, {row}) => h('p', this.idCardNoUtil.hideId(row.idNumber)), width: 165}, - {label: '联系电话', prop: 'phone', align: 'center', width: 120} - ] - } }, data() { return { @@ -90,8 +71,6 @@ export default { }, page: {current: 1, size: 10, total: 0}, tableData: [], - dialog: false, - familyList: [], organizationName: '', organizationTree: [], defaultExpanded: [], @@ -148,16 +127,6 @@ export default { showDetail(id) { this.$router.push({query: {id}}) }, - getFamilyByPartyId(idNumber) { - this.instance.post("/app/appresident/queryHomeMember", null, { - params: {idNumber} - }).then(res => { - if (res?.data) { - this.familyList = res.data?.family || [] - this.dialog = true - } - }) - } }, created() { this.getTableData() diff --git a/project/sanjianxi/apps/AppScoreManage/pointsDetails.vue b/project/sanjianxi/apps/AppScoreManage/pointsDetails.vue index ea86bff2..f6e49a13 100644 --- a/project/sanjianxi/apps/AppScoreManage/pointsDetails.vue +++ b/project/sanjianxi/apps/AppScoreManage/pointsDetails.vue @@ -47,15 +47,13 @@ - - - - - - {{ dialogInfo.changeIntegral >= 0 ? '增加' : '减少' }} - 分 + + + + {{ dialogInfo.partyIntegralDetailType == 1 ? '加分' : '减分' }} - + +