This commit is contained in:
parent
70a481b0c9
commit
58839d0567
|
|
@ -335,7 +335,7 @@
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 20rpx;
|
right: 20rpx;
|
||||||
top: 15%;
|
top: 27%;
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
|
|
@ -355,6 +355,7 @@
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
title: '提示',
|
title: '提示',
|
||||||
content: '当前无变更,是否提交?',
|
content: '当前无变更,是否提交?',
|
||||||
|
confirmColor:'#007CFF',
|
||||||
success: function (res) {
|
success: function (res) {
|
||||||
if (res.confirm) {
|
if (res.confirm) {
|
||||||
flag.value = true;
|
flag.value = true;
|
||||||
|
|
|
||||||
|
|
@ -396,6 +396,6 @@
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 20rpx;
|
right: 20rpx;
|
||||||
top: 15%;
|
top: 27%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
@ -693,6 +693,6 @@
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 20rpx;
|
right: 20rpx;
|
||||||
top: 15%;
|
top: 27%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
@ -558,7 +558,7 @@
|
||||||
.photo-font {
|
.photo-font {
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
margin-top: 10rpx;
|
margin-top: 10rpx;
|
||||||
color: #666;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -658,6 +658,6 @@
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 20rpx;
|
right: 20rpx;
|
||||||
top: 15%;
|
top: 27%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
@ -556,6 +556,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-img {
|
.content-img {
|
||||||
|
|
@ -670,6 +671,7 @@
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
width: 250rpx;
|
width: 250rpx;
|
||||||
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.one-right {
|
.one-right {
|
||||||
|
|
@ -732,6 +734,7 @@
|
||||||
.photo-weight {
|
.photo-weight {
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.photo-font {
|
.photo-font {
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
<text style="color: #999;" v-if="!item.franchiseTime"> 申请日期:</text>
|
<text style="color: #999;" v-if="!item.franchiseTime"> 申请日期:</text>
|
||||||
<text v-if="!item.franchiseTime">
|
<text v-if="!item.franchiseTime">
|
||||||
{{item.commitTime}}
|
{{item.createTime}}
|
||||||
</text>
|
</text>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
|
|
@ -12,25 +12,31 @@
|
||||||
|
|
||||||
|
|
||||||
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>
|
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>
|
||||||
|
<view style="width: 638rpx;
|
||||||
|
min-height: 80rpx;
|
||||||
|
border-radius: 10rpx;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
margin: 30rpx auto 0;
|
||||||
|
padding:20rpx;
|
||||||
|
background: RGBA(255, 240, 240, 1);
|
||||||
|
border: 1px solid RGBA(247, 175, 174, 1);"
|
||||||
|
v-if="alldata.elderModifyStatus==3||alldata.elderModifyStatus==5">
|
||||||
|
<view style="width: 35rpx;height: 35rpx;border-radius: 50%;background: RGBA(237, 72, 69, 1);color: #fff;text-align: center;line-height: 35rpx;margin-right: 10rpx;">i</view>
|
||||||
|
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
|
||||||
|
驳回原因:{{alldata.elderModifyContent}}
|
||||||
|
</text>
|
||||||
|
<text style=" color:rgba(237, 72, 69, 1);white-space: nowrap;">审核驳回</text>
|
||||||
|
</view>
|
||||||
<view class="white-content">
|
<view class="white-content">
|
||||||
<view class="content-title" style="margin: 20rpx 0;justify-content: space-between;">
|
<view class="content-title" style="margin: 20rpx 0;justify-content: space-between;">
|
||||||
<view style="display: flex;">
|
<view style="display: flex;">
|
||||||
<view class="shu"></view>
|
<view class="shu"></view>
|
||||||
<view class="content-weight" style="margin-top: -2rpx;">监护人信息</view>
|
<view class="content-weight" style="margin-top: -2rpx;">监护人信息</view>
|
||||||
<image class="shu-img"
|
<image class="shu-img"
|
||||||
:src="applyStatus? `https://www.focusnu.com/media/directive/index/${statusarray[applyStatus-1]}.png`:``" />
|
:src="alldata.elderModifyStatus? `https://www.focusnu.com/media/directive/index/${statusarray[alldata.elderModifyStatus-1]}.png`:``" />
|
||||||
<view class="content-img" style="display: flex;align-items: center;justify-content: flex-end;color: red;">
|
|
||||||
<text v-if="alldata.elderModifyStatus==1" >待审核</text>
|
|
||||||
<text v-if="alldata.elderModifyStatus==2" style="color: #0089FE;">审核通过</text>
|
|
||||||
<text v-if="alldata.elderModifyStatus==3">审核驳回</text>
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view style="margin:0 auto 20rpx;width: 100%;color: red;display: flex;" v-if="alldata.elderModifyStatus==3&&alldata.guardianModifyContent">
|
|
||||||
<text style="color: #222;margin-left: 30rpx;width: 20%;white-space: nowrap;">驳回原因:</text>
|
|
||||||
<text style="word-break: break-all; width: 73%;">{{alldata.elderModifyContent}}</text>
|
|
||||||
</view>
|
|
||||||
<view class="white-photo" @click="getMessage(headImge0)">
|
<view class="white-photo" @click="getMessage(headImge0)">
|
||||||
<view class="photo-left">
|
<view class="photo-left">
|
||||||
<view class="photo-weight">人像面</view>
|
<view class="photo-weight">人像面</view>
|
||||||
|
|
@ -57,27 +63,37 @@
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="white-content">
|
<view class="white-content">
|
||||||
|
<view style="width: 638rpx;
|
||||||
|
min-height: 80rpx;
|
||||||
|
border-radius: 10rpx;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
margin: 30rpx auto 0;
|
||||||
|
padding:20rpx;
|
||||||
|
background: RGBA(255, 240, 240, 1);
|
||||||
|
border: 1px solid RGBA(247, 175, 174, 1);"
|
||||||
|
v-if="alldata.modifyStatus==3||alldata.modifyStatus==5">
|
||||||
|
<view style="width: 35rpx;height: 35rpx;border-radius: 50%;background: RGBA(237, 72, 69, 1);color: #fff;text-align: center;line-height: 35rpx;margin-right: 10rpx;">i</view>
|
||||||
|
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
|
||||||
|
驳回原因:{{alldata.auditContent}}
|
||||||
|
</text>
|
||||||
|
<text style=" color:rgba(237, 72, 69, 1);white-space: nowrap;">审核驳回</text>
|
||||||
|
</view>
|
||||||
<view class="content-title" style="margin: 20rpx 0;justify-content: space-between;">
|
<view class="content-title" style="margin: 20rpx 0;justify-content: space-between;">
|
||||||
<view style="display: flex;">
|
<view style="display: flex;">
|
||||||
<view class="shu"></view>
|
<view class="shu"></view>
|
||||||
<view class="content-weight" style="margin-top: -2rpx;">长者信息</view>
|
<view class="content-weight" style="margin-top: -2rpx;">长者信息</view>
|
||||||
<image class="shu-img"
|
<image class="shu-img"
|
||||||
:src="applyStatus? `https://www.focusnu.com/media/directive/index/${statusarray[applyStatus-1]}.png`:``" />
|
:src="alldata.modifyStatus? `https://www.focusnu.com/media/directive/index/${statusarray[alldata.modifyStatus-1]}.png`:``" />
|
||||||
<view class="content-img" style="display: flex;align-items: center;justify-content: flex-end;color: red;">
|
<!-- <view class="content-img" style="display: flex;align-items: center;justify-content: flex-end;color: red;">
|
||||||
<text v-if="alldata.modifyStatus==1" >待审核</text>
|
<text v-if="alldata.modifyStatus==1" >待审核</text>
|
||||||
<text v-if="alldata.modifyStatus==2" style="color: #0089FE;">审核通过</text>
|
<text v-if="alldata.modifyStatus==2" style="color: #0089FE;">审核通过</text>
|
||||||
<text v-if="alldata.modifyStatus==3">审核驳回</text>
|
<text v-if="alldata.modifyStatus==3">审核驳回</text>
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view style="margin:0 auto 20rpx;width: 100%;color: red;display: flex;" v-if="alldata.modifyStatus==3&&alldata.auditContent">
|
|
||||||
<text style="color: #222;margin-left: 30rpx;width: 20%;white-space: nowrap;">驳回原因:</text>
|
|
||||||
<text style="word-break: break-all; width: 73%;">{{alldata.auditContent}}</text>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
|
|
||||||
<view class="white-content">
|
<view class="white-content">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -239,7 +239,7 @@
|
||||||
<view style="display: flex;width: 100%;margin-top: 30rpx;align-items: center;">
|
<view style="display: flex;width: 100%;margin-top: 30rpx;align-items: center;">
|
||||||
<view class="blue-shu"></view>
|
<view class="blue-shu"></view>
|
||||||
<view class="blue-font">
|
<view class="blue-font">
|
||||||
绑定护理单元
|
长者入住
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,8 @@
|
||||||
缴费成功
|
缴费成功
|
||||||
</view>
|
</view>
|
||||||
<view class="bottom-font">
|
<view class="bottom-font">
|
||||||
<text style="color: #068DFF;">{{ seconds }}秒后</text>自动跳转到长者端 ...
|
<!-- <text style="color: #068DFF;">{{ seconds }}秒后</text> -->
|
||||||
|
自动跳转到长者端 ...
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue