This commit is contained in:
parent
58839d0567
commit
cd1f6f4c2f
|
|
@ -6,7 +6,7 @@
|
|||
<view class="title-back" :style="{height:`${uni.getStorageSync('moveHeight')+40}px`}">
|
||||
<view class="left-father" @click="goBack">
|
||||
<image class="back-img" src="https://www.focusnu.com/media/directive/index/left.png" />
|
||||
<view style="font-size: 30rpx;">机构加盟</view>
|
||||
<view style="font-size: 30rpx;">审核记录</view>
|
||||
</view>
|
||||
</view>
|
||||
<view :style="{height:`${uni.getStorageSync('moveHeight') + 40}px`}"></view>
|
||||
|
|
@ -113,7 +113,7 @@
|
|||
</view>
|
||||
<view class="content-title" style="margin-top: 30rpx;">
|
||||
<view class="shu"></view>
|
||||
<view class="content-weight">企业信息</view>
|
||||
<view class="content-weight">机构信息</view>
|
||||
</view>
|
||||
<view class="white-message">
|
||||
<view>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
</view>
|
||||
</view> -->
|
||||
<view class="title-back" :style="{height:`${uni.getStorageSync('moveHeight')+40}px`}">
|
||||
<view class="left-father" @click="goBack">
|
||||
<view class="left-father" @click="uni.navigateBack({delta:2})">
|
||||
<image class="back-img" src="https://www.focusnu.com/media/directive/index/left.png" />
|
||||
<view style="font-size: 30rpx;">机构加盟登记表</view>
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
</view>
|
||||
</view> -->
|
||||
<view class="title-back" :style="{height:`${uni.getStorageSync('moveHeight')+40}px`}">
|
||||
<view class="left-father" @click="goBack">
|
||||
<view class="left-father" @click="uni.navigateBack({delta:3})">
|
||||
<image class="back-img" src="https://www.focusnu.com/media/directive/index/left.png" />
|
||||
<view style="font-size: 30rpx;">机构加盟登记表</view>
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -45,8 +45,7 @@
|
|||
</view> -->
|
||||
<view class="one">
|
||||
<view class="one-left">姓名</view>
|
||||
<input class="one-right" maxlength="5" placeholder="请输入姓名" v-model="form.name" />
|
||||
<image class="one-left-imge" src="https://www.focusnu.com/media/directive/index/canread.png" />
|
||||
<input class="one-right" maxlength="5" placeholder="请输入姓名" v-model="form.name" disabled/>
|
||||
</view>
|
||||
|
||||
<view class="one">
|
||||
|
|
@ -56,9 +55,8 @@
|
|||
</view>
|
||||
<view class="one">
|
||||
<view class="one-left">身份证号</view>
|
||||
<input class="one-right" type="number" maxlength="18" placeholder="请输入身份证号"
|
||||
v-model="form.idCard" />
|
||||
<image class="one-left-imge" src="https://www.focusnu.com/media/directive/index/canread.png" />
|
||||
<input class="one-right" type="number" maxlength="18" placeholder="请输入身份证号" style="text-overflow: inherit;min-width: 320rpx;"
|
||||
v-model="form.idCard" disabled/>
|
||||
</view>
|
||||
<view class="one">
|
||||
<view class="one-left">家庭住址</view>
|
||||
|
|
|
|||
|
|
@ -374,6 +374,15 @@
|
|||
savephoto(filePath, 0);
|
||||
} else if (JSON.parse(JSON.parse(uploadRes.data).result.data).data.back) {
|
||||
let father = JSON.parse(JSON.parse(uploadRes.data).result.data).data.back.data;
|
||||
console.log(father.validPeriod)
|
||||
if(father.validPeriod == "女"){
|
||||
uni.showToast({
|
||||
title: '识别失败',
|
||||
icon: 'none',
|
||||
duration: 2000
|
||||
})
|
||||
return
|
||||
}
|
||||
textArray[6] = father.issueAuthority;
|
||||
textArray[7] = father.validPeriod;
|
||||
backImge.value = filePath;
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@
|
|||
const nameArray0 = ["开户行", "开户行卡号"];
|
||||
const textArray0 = reactive(["", "", ]);
|
||||
|
||||
const nameArray1 = ["婚否", "联系电话", "身高", "体重", "健康状态", "政治面貌", "紧急联系人", "紧急联系人电话", "联系人与本人关系", "户口性质", ];
|
||||
const nameArray1 = ["婚否", "联系电话", "身高 (CM)", "体重 (KG)", "健康状态", "政治面貌", "紧急联系人", "紧急联系人电话", "联系人与本人关系", "户口性质", ];
|
||||
const textArray1 = reactive(["", "", "", "", "", "", "", "", "", ""]);
|
||||
|
||||
const backImge = ref("");
|
||||
|
|
@ -473,5 +473,8 @@
|
|||
border-radius: 30rpx;
|
||||
font-size: 30rpx;
|
||||
z-index: 2;
|
||||
position: absolute;
|
||||
right: 20rpx;
|
||||
top: 15%;
|
||||
}
|
||||
</style>
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
<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!=1&&alldata.applyStatus!=4&&code<0">
|
||||
<view class="small-blue" @click="changeMessage" v-if="alldata.applyStatus&&alldata.applyStatus!=1&&alldata.applyStatus!=4&&code<0">
|
||||
编辑
|
||||
</view>
|
||||
<image class="shu-img" v-else
|
||||
|
|
@ -331,7 +331,7 @@
|
|||
const nameArray0 = ["开户行", "开户行卡号"];
|
||||
const textArray0 = reactive(["", "", ]);
|
||||
|
||||
const nameArray1 = ["婚否", "联系电话", "身高 cm", "体重 kg", "健康状态", "政治面貌", "紧急联系人", "紧急联系人电话", "联系人与本人关系", "户口性质",'现住址' ];
|
||||
const nameArray1 = ["婚否", "联系电话", "身高 (CM)", "体重 (KG)", "健康状态", "政治面貌", "紧急联系人", "紧急联系人电话", "联系人与本人关系", "户口性质",'现住址' ];
|
||||
const textArray1 = reactive(["", "", "", "", "", "", "", "", "", "",""]);
|
||||
|
||||
const backImge = ref("");
|
||||
|
|
|
|||
|
|
@ -37,8 +37,8 @@
|
|||
<view class="one-left">婚否</view>
|
||||
<input disabled style="cursor: not-allowed;pointer-events: none;" class="one-right" type="text"
|
||||
placeholder="请选择婚否" v-model="form.maritalStatus" />
|
||||
<image class="one-left-imge" src="https://www.focusnu.com/media/directive/index/canread.png" />
|
||||
<!-- <image class="triangle-down" src="https://www.focusnu.com/media/directive/login/xia.png" /> -->
|
||||
<!-- <image class="one-left-imge" src="https://www.focusnu.com/media/directive/index/canread.png" /> -->
|
||||
<image class="triangle-down" src="https://www.focusnu.com/media/directive/login/xia.png" />
|
||||
</view>
|
||||
|
||||
<u-select style="font-size: 35rpx;" v-model="showmarry" :list="showmarrylist"
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
<image class="one-left-imge" src="https://www.focusnu.com/media/directive/index/canread.png" />
|
||||
</view>
|
||||
<view class="one" style="position: relative;">
|
||||
<view class="one-left">身高cm</view>
|
||||
<view class="one-left">身高 (CM)</view>
|
||||
<input class="one-right" type="number" maxlength="10" placeholder="请输入身高"
|
||||
v-model="form.height" />
|
||||
<image class="one-left-imge" src="https://www.focusnu.com/media/directive/index/canread.png" />
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
:default-value="[showshengaolist.findIndex(item => item.value == form.height)]"
|
||||
@confirm="confirmshowshengao"></u-select>
|
||||
<view class="one" style="position: relative;">
|
||||
<view class="one-left">体重kg</view>
|
||||
<view class="one-left">体重 (KG)</view>
|
||||
<input class="one-right" type="number" maxlength="10" placeholder="请输入体重"
|
||||
v-model="form.weight" />
|
||||
<image class="one-left-imge" src="https://www.focusnu.com/media/directive/index/canread.png" />
|
||||
|
|
@ -74,8 +74,8 @@
|
|||
<view class="one-left">健康状况</view>
|
||||
<input disabled style="cursor: not-allowed;pointer-events: none;" class="one-right" type="text"
|
||||
placeholder="请选择健康状况" v-model="form.healthStatus" />
|
||||
<image class="one-left-imge" src="https://www.focusnu.com/media/directive/index/canread.png" />
|
||||
<!-- <image class="triangle-down" src="https://www.focusnu.com/media/directive/login/xia.png" /> -->
|
||||
<!-- <image class="one-left-imge" src="https://www.focusnu.com/media/directive/index/canread.png" /> -->
|
||||
<image class="triangle-down" src="https://www.focusnu.com/media/directive/login/xia.png" />
|
||||
</view>
|
||||
|
||||
<u-select style="font-size: 35rpx;" v-model="showhealth" :list="showhealthlist"
|
||||
|
|
@ -85,8 +85,8 @@
|
|||
<view class="one-left">政治面貌</view>
|
||||
<input disabled style="cursor: not-allowed;pointer-events: none;" class="one-right" type="text"
|
||||
placeholder="请选择政治面貌" v-model="form.politicalAppearance" />
|
||||
<image class="one-left-imge" src="https://www.focusnu.com/media/directive/index/canread.png" />
|
||||
<!-- <image class="triangle-down" src="https://www.focusnu.com/media/directive/login/xia.png" /> -->
|
||||
<!-- <image class="one-left-imge" src="https://www.focusnu.com/media/directive/index/canread.png" /> -->
|
||||
<image class="triangle-down" src="https://www.focusnu.com/media/directive/login/xia.png" />
|
||||
</view>
|
||||
|
||||
<u-select style="font-size: 35rpx;" v-model="showface" :list="showfacelist"
|
||||
|
|
@ -113,8 +113,8 @@
|
|||
<view class="one-left">户口性质</view>
|
||||
<input disabled style="cursor: not-allowed;pointer-events: none;" class="one-right" type="text"
|
||||
placeholder="请选择户口性质" v-model="form.hukouType" />
|
||||
<image class="one-left-imge" src="https://www.focusnu.com/media/directive/index/canread.png" />
|
||||
<!-- <image class="triangle-down" src="https://www.focusnu.com/media/directive/login/xia.png" /> -->
|
||||
<!-- <image class="one-left-imge" src="https://www.focusnu.com/media/directive/index/canread.png" /> -->
|
||||
<image class="triangle-down" src="https://www.focusnu.com/media/directive/login/xia.png" />
|
||||
</view>
|
||||
<view class="one">
|
||||
<view class="one-left">现住址</view>
|
||||
|
|
|
|||
|
|
@ -658,6 +658,6 @@
|
|||
z-index: 2;
|
||||
position: absolute;
|
||||
right: 20rpx;
|
||||
top: 27%;
|
||||
top: 15%;
|
||||
}
|
||||
</style>
|
||||
|
|
@ -3,12 +3,12 @@
|
|||
<image style="width: 200rpx;height:200rpx"
|
||||
:src="special?`https://www.focusnu.com/media/directive/index/jumpImge/jigou.png`: `https://www.focusnu.com/media/directive/index/jumpImge/jiameng.png`" />
|
||||
<view class="white-font">
|
||||
尊敬的用户,您的机构{{ special?`变更信息`:`加盟` }}申请已成功提交
|
||||
</view>
|
||||
尊敬的用户,您的机构{{ special?`变更`:`加盟` }}申请已成功提交
|
||||
</view>
|
||||
<view class="normal">
|
||||
<text>
|
||||
{{ special?`我们将尽快处理并反馈审核结果`:`请耐心等待审核结果` }},{{ special?`期待与您继续携手同行`:`期待您早日加入护理单元大家庭` }}
|
||||
!
|
||||
<!-- {{ special?`我们将尽快处理并反馈审核结果`:`请耐心等待审核结果` }},{{ special?`期待与您继续携手同行`:`期待您早日加入护理单元大家庭` }} -->
|
||||
请耐心等待审核结果!
|
||||
</text>
|
||||
</view>
|
||||
<view class="bottom-button" @click="jumpto">
|
||||
|
|
|
|||
Loading…
Reference in New Issue