From d479df70774ef8272222b8d7c4076b47d4ba8a33 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Mon, 13 Mar 2023 17:45:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B1=E6=80=A7=E9=9C=80=E6=B1=82/=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E4=BF=A1=E6=81=AF=E5=A4=B1=E7=8B=AC=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E6=94=B9=E6=88=90=E7=89=B9=E6=89=B6=E4=BA=BA=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/resi-category-map.js | 2 +- src/views/components/resiForm.vue | 2 +- src/views/dataBoard/cpts/resi-details.vue | 2 +- src/views/modules/base/resi.vue | 2 +- .../communityService/commonDemand/addForm.vue | 2 +- .../modules/communityService/gxxq/addForm.vue | 756 ++++++++++++++++++ .../modules/communityService/gxxq/index.vue | 429 ++++++++++ src/views/modules/shequ/chaxun.vue | 2 +- .../shequzhili/event/cpts/event-detail.vue | 2 +- 9 files changed, 1192 insertions(+), 7 deletions(-) create mode 100644 src/views/modules/communityService/gxxq/addForm.vue create mode 100644 src/views/modules/communityService/gxxq/index.vue diff --git a/src/views/business/resi-category-map.js b/src/views/business/resi-category-map.js index e84dd535c..7a125a8a0 100644 --- a/src/views/business/resi-category-map.js +++ b/src/views/business/resi-category-map.js @@ -10,7 +10,7 @@ export default { VOLUNTEER_FLAG: "志愿者", OLD_PEOPLE_FLAG: "老年人", EMPTY_NESTER_FLAG: "空巢老人", - BEREAVED_PERSON_FLAG: "失独人员", + BEREAVED_PERSON_FLAG: "特扶人员", DISABLED_FLAG: "失能老人", DEMENTED_FLAG: "失智老人", DISABILITY_FLAG: "残疾", diff --git a/src/views/components/resiForm.vue b/src/views/components/resiForm.vue index c330573fb..7acb09064 100644 --- a/src/views/components/resiForm.vue +++ b/src/views/components/resiForm.vue @@ -378,7 +378,7 @@ export default { {label:'统战人员',value:'0', formName:"unitedFrontFlag"}, {label:'信访人员',value:'0', formName:"petitionOfficerFlag"}, {label:'志愿者',value:'0', formName:"volunteerFlag"}, - {label:'失独人员',value:'0', formName:"bereavedPersonFlag"}, + {label:'特扶人员',value:'0', formName:"bereavedPersonFlag"}, {label:'租户',value:'0', formName:"tenantFlag"}, {label:'流动人口',value:'0', formName:"floatingFlag"}, {label:'特殊人群',value:'0', formName:"specialCrowdFlag"}, diff --git a/src/views/dataBoard/cpts/resi-details.vue b/src/views/dataBoard/cpts/resi-details.vue index 238a039b2..6a8b04819 100644 --- a/src/views/dataBoard/cpts/resi-details.vue +++ b/src/views/dataBoard/cpts/resi-details.vue @@ -84,7 +84,7 @@ 统战人员 信访人员 志愿者 - 失独人员 + 特扶人员 租户 流动人口 特殊人群 diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index 0ed681b5d..ebd90775b 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -210,7 +210,7 @@ {{ scope.row.categoryInfo.bereavedPersonFlag == 1 - ? "失独人员 " + ? "特扶人员 " : "" }} {{ diff --git a/src/views/modules/communityService/commonDemand/addForm.vue b/src/views/modules/communityService/commonDemand/addForm.vue index 2af3cd8f2..c4c9cdec4 100644 --- a/src/views/modules/communityService/commonDemand/addForm.vue +++ b/src/views/modules/communityService/commonDemand/addForm.vue @@ -208,7 +208,7 @@ v-show="formData.assignSwitch" > - + {{ formData.resiSearchTagName }} diff --git a/src/views/modules/communityService/gxxq/addForm.vue b/src/views/modules/communityService/gxxq/addForm.vue new file mode 100644 index 000000000..03fffb3b8 --- /dev/null +++ b/src/views/modules/communityService/gxxq/addForm.vue @@ -0,0 +1,756 @@ + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + {{ formData.resiSearchTagName }} + + + + + 按标签查找 + + + + + + + + + + + + + + + - + + + + + + + + 短信通知 + 微信公众号消息通知 + + + + + + 服务范围 : + + + + + + + 服务时间 : + + + + + + 至 + + + + + + + + 取 消 + 确 定 + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/modules/communityService/gxxq/index.vue b/src/views/modules/communityService/gxxq/index.vue new file mode 100644 index 000000000..8f6b1b244 --- /dev/null +++ b/src/views/modules/communityService/gxxq/index.vue @@ -0,0 +1,429 @@ + + + + + + + + + + -- + + + + + + + + + + + + + + + + + + + + + + + + 至 + + + + + + 查询 + 重置 + + + + + + + + 添加需求 + + + + + + + + {{ scope.row.assignFlag == "0" ? "未指派" : "已指派" }} + + + + + + 查看 + 编辑 + + + 删除 + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/modules/shequ/chaxun.vue b/src/views/modules/shequ/chaxun.vue index 390ee23de..56be98604 100644 --- a/src/views/modules/shequ/chaxun.vue +++ b/src/views/modules/shequ/chaxun.vue @@ -438,7 +438,7 @@ export default { }, { itemId: "20220422102809_1026", - label: "失独人员", + label: "特扶人员", columnName: "bereavedPersonFlag", itemType: "radio", width: 80, diff --git a/src/views/modules/shequzhili/event/cpts/event-detail.vue b/src/views/modules/shequzhili/event/cpts/event-detail.vue index 6da354356..15afd51b3 100644 --- a/src/views/modules/shequzhili/event/cpts/event-detail.vue +++ b/src/views/modules/shequzhili/event/cpts/event-detail.vue @@ -84,7 +84,7 @@ 满意度: - {{info.satisfactionName}} + {{info.satisfactionName}}