diff --git a/src/apps/AppWarningMonitoring/detail.vue b/src/apps/AppWarningMonitoring/detail.vue index 2b82012c..c1465dac 100644 --- a/src/apps/AppWarningMonitoring/detail.vue +++ b/src/apps/AppWarningMonitoring/detail.vue @@ -1,8 +1,128 @@ + + - + + + + 李白 + 待走访 + + + + 拨打电话 + + + + + + 风险类型: + 大额医疗支出 + + + 联系电话: + 13782909781 + + + 身份证号: + 420623623623241543 + + + 所属区划: + 辽宁省朝阳市建平县黑水镇黑水村 + + + 联系地址: + 黑水村卫生院401号 + + + 备注说明: + 本月医疗支出2.3万元 + + + 操作人: + 李维民 + + + 归口部门: + 医保局 + + + 操作时间: + 2022-3-22 10:32:16 + + + + + + + 走访核实 + 疑似风险 + + + + 业务员: + 林珊 + + + 处理时间: + 2021-10-10 10:10:10 + + + 联系方式: + 17964042574 + + + 备注说明: + 经现场了解,该人员家庭有多出房产,无返贫风险倾向。 + + + 图片: + + + + + + + + + + + 处理结果 + 解除风险 + + + + 审核人: + 李怡 + + + 操作时间: + 2021-10-10 10:10:10 + + + 联系方式: + 17964042574 + + + 备注说明: + 经现场了解,该人员家庭有多出房产,无返贫风险倾向。 + + + 图片: + + + + + + + + + + 处理结果 + @@ -13,8 +133,10 @@ export default { } }, - methods() { - + methods: { + toResult() { + uni.navigateTo({url: './result'}) + } }, onShow() { document.title = "风险预警" @@ -26,9 +148,112 @@ export default { .detail { .userInfo { .user-phone { + display: flex; + justify-content: space-between; + background: #FFF; height: 136px; - line-height: 136px; + box-sizing: border-box; + padding: 0 32px; + .user { + display: flex; + img { + width: 80px; + height: 80px; + align-self: center; + } + span { + align-self: center; + } + span:nth-child(2) { + padding-left: 16px; + color: #333333; + font-size: 36px; + font-weight: 500; + } + span:last-child { + padding-left: 48px; + color: #FFBB00; + } + } + .phone { + width: 120px; + height: 100%; + img { + display: block; + width: 40px; + height: 40px; + margin-left: 40px; + margin-top: 30px; + } + span { + display: block; + color: #3D94FB; + } + } } + .line { + width: 100%; + height: 4px; + background: 1px solid #DDDDDD; + } + } + + .to-check, + .processingResults { + margin-top: 10px; + background: #FFF; + font-size: 30px; + .title { + height: 96px; + line-height: 96px; + border-bottom: 1px solid #DDDDDD; + display: flex; + justify-content: space-between; + padding: 0 32px; + box-sizing: border-box; + + span:first-child { + font-size: 32px; + font-weight: 500; + } + } + } + + .userInfo .user-info, + .to-check .check-info, + .processingResults .check-info { + padding: 10px 0; + box-sizing: border-box; + background: #FFF; + font-size: 30px; + .item-info { + display: flex; + padding: 14px 32px; + label { + width: 160px; + color: #999999; + } + span { + width: calc(100% - 160px); + color: #343D65; + } + div { + width: calc(100% - 160px); + } + } + } + + .btn { + height: 112px; + line-height: 112px; + text-align: center; + position: fixed; + bottom: 0; + left: 0; + width: 100%; + background: #3192F4; + color: #FFF; + z-index: 9; } } \ No newline at end of file diff --git a/src/apps/AppWarningMonitoring/result.vue b/src/apps/AppWarningMonitoring/result.vue index 3cb96fc8..895d12ba 100644 --- a/src/apps/AppWarningMonitoring/result.vue +++ b/src/apps/AppWarningMonitoring/result.vue @@ -1,11 +1,43 @@ - + + + + + *处理结果 + + + + + + + + + *备注说明 + + + + + + + + + 图片最多9张 + + + + + + +