-
-
-
-
- 查询
- 重置
-
-
-
- {{ showSercahStatus ? "收起" : "展开" }}
-
-
-
-
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+ {{ showSercahStatus ? "收起" : "展开" }}
+
+
+
+
-
-
- {{
- scope.row.birthday
- ? scope.row.birthday.substr(0, 10)
- : ""
- }}
+
+
+
+
+
+
+
+
+
+ {{ handleFilterSpan(scope.row, item) }}
+
+
+ {{ scope.row.gender == 1 ? "男" : "女" }}
+
+
+ {{
+ scope.row.birthday
+ ? scope.row.birthday.substr(0, 10)
+ : ""
+ }}
+
+
+ {{
+ scope.row.idNum
+ ? `${scope.row.idNum.substr(0, 11)}` +
+ "******" +
+ `${scope.row.idNum.substr(16, 2)}`
+ : "--"
+ }}
+
+
+ {{
+ scope.row.mobile
+ ? `${scope.row.mobile.substr(0, 3)}` +
+ "******" +
+ `${scope.row.mobile.substr(7, 4)}`
+ : "--"
+ }}
+
+
+
+
+ {{
+ scope.row.categoryInfo.specialSupportFlag ==
+ 1
+ ? "特扶人员 "
+ : ""
+ }}
+ {{
+ scope.row.categoryInfo.chronicDiseaseFlag ==
+ 1
+ ? "慢病 "
+ : ""
+ }}
+ {{
+ scope.row.categoryInfo.dementedFlag == 1
+ ? "失智老人 "
+ : ""
+ }}
+ {{
+ scope.row.categoryInfo.disabilityFlag == 1
+ ? "残疾 "
+ : ""
+ }}
+ {{
+ scope.row.categoryInfo.disabledFlag == 1
+ ? "失能老人 "
+ : ""
+ }}
+ {{
+ scope.row.categoryInfo.emptyNesterFlag == 1
+ ? "空巢老人 "
+ : ""
+ }}
+ {{
+ scope.row.categoryInfo.ensureHouseFlag == 1
+ ? "保障房人员 "
+ : ""
+ }}
+ {{
+ scope.row.categoryInfo.fertileWomanFlag == 1
+ ? "育龄妇女 "
+ : ""
+ }}
+ {{
+ scope.row.categoryInfo.floatingFlag == 1
+ ? "流动人口 "
+ : ""
+ }}
+ {{
+ scope.row.categoryInfo.liveAloneFlag == 1
+ ? "独居老人 "
+ : ""
+ }}
+ {{
+ scope.row.categoryInfo.oldPeopleFlag == 1
+ ? "老年人 "
+ : ""
+ }}
+ {{
+ scope.row.categoryInfo.partyFlag == 1
+ ? "党员 "
+ : ""
+ }}
+ {{
+ scope.row.categoryInfo
+ .petitionOfficerFlag == 1
+ ? "信访人员 "
+ : ""
+ }}
+ {{
+ scope.row.categoryInfo.seriousIllnessFlag ==
+ 1
+ ? "大病 "
+ : ""
+ }}
+ {{
+ scope.row.categoryInfo.specialCrowdFlag == 1
+ ? "特殊人群 "
+ : ""
+ }}
+ {{
+ scope.row.categoryInfo
+ .subsistenceAllowanceFlag == 1
+ ? "低保人员 "
+ : ""
+ }}
+ {{
+ scope.row.categoryInfo.tenantFlag == 1
+ ? "租户 "
+ : ""
+ }}
+ {{
+ scope.row.categoryInfo.unemployedFlag == 1
+ ? "失业 "
+ : ""
+ }}
+ {{
+ scope.row.categoryInfo.unitedFrontFlag == 1
+ ? "统战人员 "
+ : ""
+ }}
+ {{
+ scope.row.categoryInfo.veteranFlag == 1
+ ? "退役军人 "
+ : ""
+ }}
+ {{
+ scope.row.categoryInfo.volunteerFlag == 1
+ ? "志愿者 "
+ : ""
+ }}
+
+
+
+ {{
+ handleFilterSpan(scope.row, item)
+ }}
+
+
+
+
+ 查看
+
+
+ 编辑
+
+
+ 删除
+
+
+
+ handelRegister(command, scope.row)
+ ">
+
+ ▪▪▪
+
+ 变更记录
+ 死亡登记
+ 迁出登记
+
+
+
+
+
+
+
+
-
- {{
- scope.row.idNum
- ? `${scope.row.idNum.substr(0, 11)}` +
- "******" +
- `${scope.row.idNum.substr(16, 2)}`
- : "--"
- }}
+
+
+
+
+
-
- {{
- scope.row.mobile
- ? `${scope.row.mobile.substr(0, 3)}` +
- "******" +
- `${scope.row.mobile.substr(7, 4)}`
- : "--"
- }}
+
+
+ 重置
+ 取消
+ 保存
+
+ 提交
-
-
-
- {{
- scope.row.categoryInfo.specialSupportFlag ==
- 1
- ? "特扶人员 "
- : ""
- }}
- {{
- scope.row.categoryInfo.chronicDiseaseFlag ==
- 1
- ? "慢病 "
- : ""
- }}
- {{
- scope.row.categoryInfo.dementedFlag == 1
- ? "失智老人 "
- : ""
- }}
- {{
- scope.row.categoryInfo.disabilityFlag == 1
- ? "残疾 "
- : ""
- }}
- {{
- scope.row.categoryInfo.disabledFlag == 1
- ? "失能老人 "
- : ""
- }}
- {{
- scope.row.categoryInfo.emptyNesterFlag == 1
- ? "空巢老人 "
- : ""
- }}
- {{
- scope.row.categoryInfo.ensureHouseFlag == 1
- ? "保障房人员 "
- : ""
- }}
- {{
- scope.row.categoryInfo.fertileWomanFlag == 1
- ? "育龄妇女 "
- : ""
- }}
- {{
- scope.row.categoryInfo.floatingFlag == 1
- ? "流动人口 "
- : ""
- }}
- {{
- scope.row.categoryInfo.liveAloneFlag == 1
- ? "独居老人 "
- : ""
- }}
- {{
- scope.row.categoryInfo.oldPeopleFlag == 1
- ? "老年人 "
- : ""
- }}
- {{
- scope.row.categoryInfo.partyFlag == 1
- ? "党员 "
- : ""
- }}
- {{
- scope.row.categoryInfo
- .petitionOfficerFlag == 1
- ? "信访人员 "
- : ""
- }}
- {{
- scope.row.categoryInfo.seriousIllnessFlag ==
- 1
- ? "大病 "
- : ""
- }}
- {{
- scope.row.categoryInfo.specialCrowdFlag == 1
- ? "特殊人群 "
- : ""
- }}
- {{
- scope.row.categoryInfo
- .subsistenceAllowanceFlag == 1
- ? "低保人员 "
- : ""
- }}
- {{
- scope.row.categoryInfo.tenantFlag == 1
- ? "租户 "
- : ""
- }}
- {{
- scope.row.categoryInfo.unemployedFlag == 1
- ? "失业 "
- : ""
- }}
- {{
- scope.row.categoryInfo.unitedFrontFlag == 1
- ? "统战人员 "
- : ""
- }}
- {{
- scope.row.categoryInfo.veteranFlag == 1
- ? "退役军人 "
- : ""
- }}
- {{
- scope.row.categoryInfo.volunteerFlag == 1
- ? "志愿者 "
- : ""
- }}
-
-
+
+
+
+
+
- {{
- handleFilterSpan(scope.row, item)
- }}
-
-
-
-
- 查看
-
-
- 编辑
-
-
- 删除
-
-
-
- handelRegister(command, scope.row)
- ">
-
- ▪▪▪
-
- 变更记录
- 死亡登记
- 迁出登记
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 重置
- 取消
- 保存
-
- 提交
-
-
-
-
-
-
-
-
-
- 关闭
-
-
-
-
-
-
-
-
-
-
+ 关闭
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1361,182 +1228,213 @@ export default {
@import "@/assets/scss/buttonstyle.scss";
::v-deep .el-tabs__nav-next {
- box-shadow: 2px 0px 9px 0px;
+ box-shadow: 2px 0px 9px 0px;
}
+
::v-deep .el-tabs__nav-prev {
- box-shadow: -1px 0px 7px 0px;
+ box-shadow: -1px 0px 7px 0px;
}
+
.dialog-h {
- .el-dialog__body {
- position: relative;
- max-height: 83vh;
- box-sizing: border-box;
- padding: 0 0 20px !important;
- .dialog-h-content {
- max-height: calc(83vh - 80px);
- box-sizing: border-box;
- padding: 50px 70px;
- overflow: auto;
+ .el-dialog__body {
+ position: relative;
+ max-height: 83vh;
+ box-sizing: border-box;
+ padding: 0 0 20px !important;
+
+ .dialog-h-content {
+ max-height: calc(83vh - 80px);
+ box-sizing: border-box;
+ padding: 50px 70px;
+ overflow: auto;
+ }
}
- }
}
+
.resi-container ::v-deep .el-row {
- margin-right: 0;
+ margin-right: 0;
}
+
.tabs-other-info {
- // ::v-deep .el-tabs__nav-wrap::after,
- ::v-deep .el-tabs__active-bar_active {
- background-color: #0055d7;
- }
+
+ // ::v-deep .el-tabs__nav-wrap::after,
+ ::v-deep .el-tabs__active-bar_active {
+ background-color: #0055d7;
+ }
}
+
::v-deep .el-tabs__item {
- // width: 50px;
- box-sizing: border-box;
- padding: 0 10px !important;
- font-size: 14px;
- font-weight: 600;
- color: #666666;
- border-radius: 2px;
- &:hover {
- color: #0056d6;
- }
+ // width: 50px;
+ box-sizing: border-box;
+ padding: 0 10px !important;
+ font-size: 14px;
+ font-weight: 600;
+ color: #666666;
+ border-radius: 2px;
+
+ &:hover {
+ color: #0056d6;
+ }
}
+
::v-deep .el-tabs__item.is-active {
- color: #0056d6;
+ color: #0056d6;
}
+
::v-deep .el-tabs__active-bar {
- background-color: #0056d6;
+ background-color: #0056d6;
}
+
.resi-container .resi-card {
- position: relative;
- overflow: visible;
+ position: relative;
+ overflow: visible;
}
+
::v-deep .el-button--primary.is-plain {
- color: #0055d7;
- background: #ffffff;
- border-color: #0055d7;
+ color: #0055d7;
+ background: #ffffff;
+ border-color: #0055d7;
}
+
.resi-container .resi-card-table {
- ::v-deep .el-table th {
- color: #fff;
- background-color: rgba(33, 149, 254, 1);
- // border-right: 1px solid rgba(33, 149, 254, 1);
- }
+ ::v-deep .el-table th {
+ color: #fff;
+ background-color: rgba(33, 149, 254, 1);
+ // border-right: 1px solid rgba(33, 149, 254, 1);
+ }
}
+
.collapse-title {
- font-weight: bold;
+ font-weight: bold;
}
.resi-table {
- ::v-deep .el-button--text {
- text-decoration: underline;
- }
- ::v-deep .btn-color-del {
- margin-left: 10px;
- color: rgba(213, 16, 16, 1);
- }
- ::v-deep .btn-color-edit {
- color: rgba(0, 167, 169, 1);
- }
+ ::v-deep .el-button--text {
+ text-decoration: underline;
+ }
+
+ ::v-deep .btn-color-del {
+ margin-left: 10px;
+ color: rgba(213, 16, 16, 1);
+ }
+
+ ::v-deep .btn-color-edit {
+ color: rgba(0, 167, 169, 1);
+ }
}
+
.resi-search {
- // padding-right: 20px;
- margin-top: 10px;
- .el-col {
- text-align: right;
- }
+ // padding-right: 20px;
+ margin-top: 10px;
+
+ .el-col {
+ text-align: right;
+ }
}
+
.resi-down {
- position: absolute;
- left: 50%;
- bottom: -10px;
- display: flex;
- justify-content: center;
- align-items: center;
- width: 46px;
- height: 12px;
- box-sizing: border-box;
- margin-left: -23rpx;
- cursor: pointer;
- background: #ffffff;
- border-radius: 0 0 10px 10px;
- img {
- display: block;
- }
+ position: absolute;
+ left: 50%;
+ bottom: -10px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ width: 46px;
+ height: 12px;
+ box-sizing: border-box;
+ margin-left: -23rpx;
+ cursor: pointer;
+ background: #ffffff;
+ border-radius: 0 0 10px 10px;
+
+ img {
+ display: block;
+ }
}
.resi-card-table {
- margin-top: 20px;
+ margin-top: 20px;
}
+
.resi-row-btn {
- display: flex;
- margin-bottom: 13px;
- .el-button {
- margin-left: 10px;
- border: 0;
- }
- // .el-button--success {
- // background: rgba(34, 193, 195, 1);
- // }
- // .el-button--warning {
- // background: rgba(254, 179, 73, 1);
- // }
- // .el-button--danger {
- // background: rgba(254, 98, 82, 1);
- // }
+ display: flex;
+ margin-bottom: 13px;
+
+ .el-button {
+ margin-left: 10px;
+ border: 0;
+ }
+
+ // .el-button--success {
+ // background: rgba(34, 193, 195, 1);
+ // }
+ // .el-button--warning {
+ // background: rgba(254, 179, 73, 1);
+ // }
+ // .el-button--danger {
+ // background: rgba(254, 98, 82, 1);
+ // }
}
+
.resi-other {
- width: 100%;
- display: flex;
- .resi-other-title {
- flex-shrink: 0;
- // display: inline-block;
- width: 100px;
- box-sizing: border-box;
- margin-bottom: 10px;
- // padding: 6px 12px 0 0;
- font-size: 16px;
- font-weight: 500;
- color: #333;
- text-align: center;
- }
- .tabs-other-info {
- // display: inline-block;
- // flex: 1;
- // padding-left: 60px;
- width: calc(100% - 100px);
- }
+ width: 100%;
+ display: flex;
+
+ .resi-other-title {
+ flex-shrink: 0;
+ // display: inline-block;
+ width: 100px;
+ box-sizing: border-box;
+ margin-bottom: 10px;
+ // padding: 6px 12px 0 0;
+ font-size: 16px;
+ font-weight: 500;
+ color: #333;
+ text-align: center;
+ }
+
+ .tabs-other-info {
+ // display: inline-block;
+ // flex: 1;
+ // padding-left: 60px;
+ width: calc(100% - 100px);
+ }
}
.resi-btns {
- margin-top: 20px;
- text-align: center;
- text-align: right;
- margin-right: 16px;
+ margin-top: 20px;
+ text-align: center;
+ text-align: right;
+ margin-right: 16px;
}
+
.div-flex {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 100%;
- .div_del {
- margin-top: 15px;
- }
- .m-page {
- margin-left: auto;
- }
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ width: 100%;
+
+ .div_del {
+ margin-top: 15px;
+ }
+
+ .m-page {
+ margin-left: auto;
+ }
}
+
.el-dropdown-menu {
- ::v-deep .el-dropdown-menu__item {
- &:hover {
- color: #0056d6;
+ ::v-deep .el-dropdown-menu__item {
+ &:hover {
+ color: #0056d6;
+ }
}
- }
}
+
.resiCategoryInfoBox {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- word-wrap: normal;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ word-wrap: normal;
}
diff --git a/src/views/modules/satisfaction/detail/eventInfo.vue b/src/views/modules/satisfaction/detail/eventInfo.vue
new file mode 100644
index 000000000..581411779
--- /dev/null
+++ b/src/views/modules/satisfaction/detail/eventInfo.vue
@@ -0,0 +1,49 @@
+
+
+
基础信息
+
+
+ 所属网格:
+ {{ gridName }}
+
+
+ 所属房屋:
+ {{ homeName }}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/modules/satisfaction/detail/index.vue b/src/views/modules/satisfaction/detail/index.vue
new file mode 100644
index 000000000..03412a8e9
--- /dev/null
+++ b/src/views/modules/satisfaction/detail/index.vue
@@ -0,0 +1,530 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+ 导出
+ 批量取消风险
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看
+
+ 取消风险
+
+
+ 标记风险
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 关闭
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/shequzhili/event/cpts/add.vue b/src/views/modules/shequzhili/event/cpts/add.vue
index 0025cc77f..f448450c4 100644
--- a/src/views/modules/shequzhili/event/cpts/add.vue
+++ b/src/views/modules/shequzhili/event/cpts/add.vue
@@ -17,7 +17,9 @@
-
+
+
+
@@ -30,12 +32,7 @@
-
-
-
+
@@ -129,7 +126,6 @@ var geocoder; // 新建一个正逆地址解析类
function iniFmData() {
return {
-
gridId: "", //所属网格
reportUserId: "", // 上报人ID
name: "", // 上报人姓名
@@ -143,7 +139,8 @@ function iniFmData() {
address: "", //事件地址
latitude: "", // 经度
longitude: "", //维度
- // operationType: '',// 处理方式
+ workOrderNum : "" //工单号
+ // operationType: '0',// 处理方式
// content: '',//回复内容
// status: '',// 处理中:processing;已办结:closed_case
};
@@ -157,10 +154,8 @@ export default {
searchValue: '',
resultList: [],
loading: false,
-
btnDisable: false,
gridList: [], //所属网格list--场所区域
-
qudaoArray: [
{
value: "1",
@@ -212,31 +207,16 @@ export default {
components: {},
computed: {
dataRule() {
- let checkIdCard = (rule, value, callback) => {
- if (value === "") {
- callback(new Error("请输入证件号"));
- } else {
- if (!isCard(value)) {
- callback(new Error("证件号格式不正确"));
- }
- callback();
- }
- };
-
return {
gridId: [
{ required: true, message: "所属组织不能为空", trigger: "blur" },
],
+ workOrderNum :[
+ { required: true, message: "工单号不能为空", trigger: "blur" }
+ ],
name: [
{ required: true, message: "联系人不能为空", trigger: "blur" }
],
- mobile: [
- //{ required: true, message: "联系电话不能为空", trigger: "blur" },
- ],
- // idCard: [
- // { required: true, message: "证件号不能为空", trigger: "blur" },
- // { required: true, validator: checkIdCard, trigger: "blur" },
- // ],
sourceType: [
{ required: true, message: "反映渠道不能为空", trigger: "blur" },
],
diff --git a/src/views/modules/shequzhili/event/cpts/event-detail.vue b/src/views/modules/shequzhili/event/cpts/event-detail.vue
index ff9675ffc..773f769f5 100644
--- a/src/views/modules/shequzhili/event/cpts/event-detail.vue
+++ b/src/views/modules/shequzhili/event/cpts/event-detail.vue
@@ -15,114 +15,82 @@
接收时间:
{{ info.happenTime }}
-