This commit is contained in:
parent
2e63fd90d9
commit
dd55862a38
|
|
@ -11,17 +11,8 @@
|
|||
</view>
|
||||
<view :style="{height:`${uni.getStorageSync('moveHeight') + 40}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.status==3 && dexcard==0">
|
||||
<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>
|
||||
<view class="shzt" v-if="alldata.status==3 && dexcard==0">
|
||||
<view class="icoi">i</view>
|
||||
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
|
||||
驳回原因:{{contentred}}
|
||||
</text>
|
||||
|
|
@ -294,6 +285,28 @@
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.shzt {
|
||||
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);
|
||||
|
||||
.icoi {
|
||||
width: 35rpx;
|
||||
height: 35rpx;
|
||||
border-radius: 50%;
|
||||
background: RGBA(237, 72, 69, 1);
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
line-height: 35rpx;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
}
|
||||
.finish-button {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
|||
|
|
@ -17,17 +17,8 @@
|
|||
</view>
|
||||
</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.guardianModifyStatus==3||alldata.guardianModifyStatus==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>
|
||||
<view class="shzt" v-if="alldata.guardianModifyStatus==3||alldata.guardianModifyStatus==5">
|
||||
<view class="icoi">i</view>
|
||||
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
|
||||
驳回原因:{{alldata.guardianModifyContent}}
|
||||
</text>
|
||||
|
|
@ -188,6 +179,28 @@
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.shzt {
|
||||
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);
|
||||
|
||||
.icoi {
|
||||
width: 35rpx;
|
||||
height: 35rpx;
|
||||
border-radius: 50%;
|
||||
background: RGBA(237, 72, 69, 1);
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
line-height: 35rpx;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
}
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
|
|
@ -10,17 +10,9 @@
|
|||
</view>
|
||||
</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);"
|
||||
<view class="shzt"
|
||||
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>
|
||||
<view class="icoi">i</view>
|
||||
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
|
||||
驳回原因:{{alldata.elderModifyContent}}
|
||||
</text>
|
||||
|
|
@ -270,6 +262,28 @@
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.shzt {
|
||||
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);
|
||||
|
||||
.icoi {
|
||||
width: 35rpx;
|
||||
height: 35rpx;
|
||||
border-radius: 50%;
|
||||
background: RGBA(237, 72, 69, 1);
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
line-height: 35rpx;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
}
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
|
|
@ -19,17 +19,8 @@
|
|||
|
||||
|
||||
<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.applyStatus==3||alldata.applyStatus==5)&&dexcard==0">
|
||||
<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>
|
||||
<view class="shzt" v-if="(alldata.applyStatus==3||alldata.applyStatus==5)&&dexcard==0">
|
||||
<view class="icoi">i</view>
|
||||
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
|
||||
驳回原因:{{alldata.auditContent}}
|
||||
</text>
|
||||
|
|
@ -42,7 +33,8 @@
|
|||
<view style="display: flex;">
|
||||
<view class="shu"></view>
|
||||
<view class="content-weight" style="margin-top: -2rpx;">个人信息</view>
|
||||
<view class="small-blue" @click="changeMessage" v-if="alldata.applyStatus&&alldata.applyStatus!=1&&alldata.applyStatus!=4&&code==1">
|
||||
<view class="small-blue" @click="changeMessage"
|
||||
v-if="alldata.applyStatus&&alldata.applyStatus!=1&&alldata.applyStatus!=4&&code==1">
|
||||
编辑
|
||||
</view>
|
||||
<image class="shu-img" v-else
|
||||
|
|
@ -159,7 +151,8 @@
|
|||
</view>
|
||||
|
||||
</view>
|
||||
<view class="white-photo" style="margin-top: 30rpx;" @click="getMessage(endphoto0,alldata.bankFmPath,1)">
|
||||
<view class="white-photo" style="margin-top: 30rpx;"
|
||||
@click="getMessage(endphoto0,alldata.bankFmPath,1)">
|
||||
<view class="photo-left">
|
||||
<view class="photo-weight">银行卡反面</view>
|
||||
<!-- <view class="photo-font">请上传银行卡反面</view> -->
|
||||
|
|
@ -276,7 +269,8 @@
|
|||
</view>
|
||||
</view>
|
||||
|
||||
<view style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;margin-top: 20rpx;">
|
||||
<view
|
||||
style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;margin-top: 20rpx;">
|
||||
<view class="back-button" @click="dexcard = 1;gotop()">
|
||||
上一步
|
||||
</view>
|
||||
|
|
@ -463,6 +457,29 @@
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.shzt {
|
||||
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);
|
||||
|
||||
.icoi {
|
||||
width: 35rpx;
|
||||
height: 35rpx;
|
||||
border-radius: 50%;
|
||||
background: RGBA(237, 72, 69, 1);
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
line-height: 35rpx;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.finish-button {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
@ -490,6 +507,7 @@
|
|||
border-radius: 37rpx;
|
||||
font-size: 33rpx;
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
@ -669,6 +687,7 @@
|
|||
margin: 15rpx 0;
|
||||
margin-left: 5%;
|
||||
padding: 5rpx;
|
||||
|
||||
.contentred-bgc {
|
||||
background-color: rgb(240, 228, 228);
|
||||
border-radius: 15rpx;
|
||||
|
|
|
|||
|
|
@ -9,17 +9,9 @@
|
|||
</view>
|
||||
</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);"
|
||||
<view class="shzt"
|
||||
v-if="datas.applyStatus==3||datas.applyStatus==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>
|
||||
<view class="icoi">i</view>
|
||||
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
|
||||
驳回原因:{{datas.applyContent}}
|
||||
</text>
|
||||
|
|
@ -437,6 +429,28 @@
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.shzt {
|
||||
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);
|
||||
|
||||
.icoi {
|
||||
width: 35rpx;
|
||||
height: 35rpx;
|
||||
border-radius: 50%;
|
||||
background: RGBA(237, 72, 69, 1);
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
line-height: 35rpx;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
}
|
||||
.finish-button {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
|||
|
|
@ -28,17 +28,8 @@
|
|||
</text>
|
||||
<text style=" color:rgba(237, 72, 69, 1);white-space: nowrap;">审核驳回</text>
|
||||
</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.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>
|
||||
<view class="shzt" v-if="alldata.modifyStatus==3||alldata.modifyStatus==5">
|
||||
<view class="icoi">i</view>
|
||||
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
|
||||
驳回原因:{{alldata.auditContent}}
|
||||
</text>
|
||||
|
|
@ -367,6 +358,28 @@
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.shzt {
|
||||
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);
|
||||
|
||||
.icoi {
|
||||
width: 35rpx;
|
||||
height: 35rpx;
|
||||
border-radius: 50%;
|
||||
background: RGBA(237, 72, 69, 1);
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
line-height: 35rpx;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
}
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<view class="white-card" v-for="(item,index) in cardMenu" :key="index" @click="clickButton(index)">
|
||||
<view class="white-left">
|
||||
<image class="white-left-imge"
|
||||
:src="`https://www.focusnu.com/media/directive/index/oldmanmine/${index}.png`" />
|
||||
:src="`https://www.focusnu.com/media/directive/index/mine/${index}.png`" />
|
||||
<view style="font-size: 32rpx;">{{item}}</view>
|
||||
</view>
|
||||
<view class="white-right">
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<view class="white-card" v-for="(item,index) in cardMenu" :key="index" @click="clickButton(index)">
|
||||
<view class="white-left">
|
||||
<image class="white-left-imge"
|
||||
:src="`https://www.focusnu.com/media/directive/index/staffmine/${index}.png`" />
|
||||
:src="`https://www.focusnu.com/media/directive/index/mine/${index}.png`" />
|
||||
<view style="font-size: 32rpx;">{{item}}</view>
|
||||
</view>
|
||||
<view class="white-right">
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<view class="white-card" v-for="(item,index) in cardMenu" :key="index" @click="clickButton(index)">
|
||||
<view class="white-left">
|
||||
<image class="white-left-imge"
|
||||
:src="`https://www.focusnu.com/media/directive/index/staffmine/${index}.png`" />
|
||||
:src="`https://www.focusnu.com/media/directive/index/mine/${index}.png`" />
|
||||
<view style="font-size: 32rpx;">{{item}}</view>
|
||||
</view>
|
||||
<view class="white-right">
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
// uni.setStorageSync('platId', res.result.platId);
|
||||
})
|
||||
|
||||
const cardMenu = [`审核记录`, `员工功能`]
|
||||
const cardMenu = [`审核记录`]
|
||||
|
||||
const change = () => {
|
||||
uni.navigateTo({
|
||||
|
|
|
|||
Loading…
Reference in New Issue