This commit is contained in:
parent
b8380b94aa
commit
8bcfbc7aae
|
|
@ -49,22 +49,12 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="gray-font">
|
|
||||||
<view style="color: #333333;margin-bottom: 30rpx;">注意事项:</view>
|
|
||||||
|
|
||||||
<view class="gray-text">
|
|
||||||
1.一个企业信息主体默认可认证1个账号。
|
|
||||||
</view>
|
|
||||||
<view class="gray-text">
|
|
||||||
2.所有上传信息均会被妥善保管,不会用于其他商业用途或传输给其他第三方。
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;">
|
<view style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;">
|
||||||
<view class="back-button" @click="goBack">
|
<view class="back-button" @click="goBack">
|
||||||
返回上一步
|
上一步
|
||||||
</view>
|
</view>
|
||||||
<view class="finish-button" @click="next">
|
<view class="finish-button" @click="next">
|
||||||
确认并继续
|
下一步
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<u-action-sheet :list="bottomlist" @click="photoclick" v-model="bottomshow"></u-action-sheet>
|
<u-action-sheet :list="bottomlist" @click="photoclick" v-model="bottomshow"></u-action-sheet>
|
||||||
|
|
|
||||||
|
|
@ -80,17 +80,9 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="gray-font">
|
|
||||||
<view style="color: #333333;">注意事项:</view>
|
|
||||||
<view style="margin-top: 30rpx;font-size: 28rpx;">
|
|
||||||
<view class="line">1.身份证人面像与国徽面应为同一身份证信息,且身份证在有效期内。</view>
|
|
||||||
<view class="line">2.所有上传照片需清晰且未遮挡,请勿进行美化和修改。</view>
|
|
||||||
<view class="line">3.所有上传信息均会被妥善保管,不会用于其他商业用途或传输给第三方。</view>
|
|
||||||
</view>
|
|
||||||
</view> -->
|
|
||||||
<view style="display: flex;width: 100%;">
|
<view style="display: flex;width: 100%;">
|
||||||
<view class="finish-button" @click="next">
|
<view class="finish-button" @click="next">
|
||||||
确认并继续
|
下一步
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<u-action-sheet :list="bottomlist" @click="photoclick" v-model="bottomshow"></u-action-sheet>
|
<u-action-sheet :list="bottomlist" @click="photoclick" v-model="bottomshow"></u-action-sheet>
|
||||||
|
|
|
||||||
|
|
@ -124,10 +124,10 @@
|
||||||
|
|
||||||
<view style="display: flex;width: 100%;margin-top: 10rpx;padding: 0 10%;justify-content: space-between;">
|
<view style="display: flex;width: 100%;margin-top: 10rpx;padding: 0 10%;justify-content: space-between;">
|
||||||
<view class="back-button" @click="goBack">
|
<view class="back-button" @click="goBack">
|
||||||
返回上一步
|
上一步
|
||||||
</view>
|
</view>
|
||||||
<view class="finish-button" @click="next">
|
<view class="finish-button" @click="next">
|
||||||
确认并提交
|
提交
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -302,7 +302,7 @@
|
||||||
data.orgLeaderPhone = form.orgLeaderPhone
|
data.orgLeaderPhone = form.orgLeaderPhone
|
||||||
data.orgPropertyType = form.orgPropertyType
|
data.orgPropertyType = form.orgPropertyType
|
||||||
data.orgBuildingArea = form.orgBuildingArea
|
data.orgBuildingArea = form.orgBuildingArea
|
||||||
|
data.izSkipRepetVali = izSkipRepetVali.value
|
||||||
// if (data.id === null) {
|
// if (data.id === null) {
|
||||||
// data.status = `4`
|
// data.status = `4`
|
||||||
// } else {
|
// } else {
|
||||||
|
|
@ -316,23 +316,24 @@
|
||||||
if (data.endTime == '长期') {
|
if (data.endTime == '长期') {
|
||||||
data.endTime = swapLongTerm(data.endTime);
|
data.endTime = swapLongTerm(data.endTime);
|
||||||
}
|
}
|
||||||
console.log(data.optType,data.status ,data.orgStatus)
|
|
||||||
if(data.optType == 'rz' && data.status == '3' && !data.orgStatus){
|
if(data.optType == 'rz' && data.status == '3' && !data.orgStatus){
|
||||||
// 入驻重新提交
|
// 入驻重新提交
|
||||||
console.log(111111111111)
|
console.log(111111111111)
|
||||||
data.status = `1`
|
data.status = `1`
|
||||||
data.optType = "rz"
|
data.optType = "rz"
|
||||||
}
|
}else if((data.orgStatus != '3' && data.orgStatus != '4' && data.orgStatus) && (data.optType == 'rz' || (data.optType == 'bg' && (data.status == '2' || data.status == '3' )))){
|
||||||
if((data.orgStatus != '3' && data.orgStatus != '4' && data.orgStatus) && (data.optType == 'rz' || (data.optType == 'bg' && (data.status == '2' || data.status == '3' )))){
|
|
||||||
// 变更提交
|
// 变更提交
|
||||||
console.log(222222222222)
|
console.log(222222222222)
|
||||||
data.status = `4`
|
data.status = `4`
|
||||||
data.optType = "bg"
|
data.optType = "bg"
|
||||||
}
|
}
|
||||||
|
else{
|
||||||
|
data.status = '1'
|
||||||
|
}
|
||||||
console.log(data.optType,data.status ,data.orgStatus)
|
console.log(data.optType,data.status ,data.orgStatus)
|
||||||
uni.setStorageSync("backhuancun", data)
|
uni.setStorageSync("backhuancun", data)
|
||||||
changemessage(uni.getStorageSync('backhuancun'), ukey.value).then(res => {
|
changemessage(uni.getStorageSync('backhuancun'), ukey.value).then(res => {
|
||||||
if (res.success && res.result != '重复提交' && res.result != '未做变更') {
|
if (res.success ) {
|
||||||
|
|
||||||
uni.requestSubscribeMessage({
|
uni.requestSubscribeMessage({
|
||||||
// 这里填后台申请好的 templateId 数组
|
// 这里填后台申请好的 templateId 数组
|
||||||
|
|
@ -353,10 +354,27 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
if(res.message=="未做变更"){
|
||||||
title: res.result == '未做变更' ? `当前无变更,无需提交` : res.message,
|
uni.showModal({
|
||||||
icon: 'none'
|
title: '提示',
|
||||||
})
|
content: '当前无变更,是否提交?',
|
||||||
|
success: function (res) {
|
||||||
|
if (res.confirm) {
|
||||||
|
izSkipRepetVali.value = "Y";
|
||||||
|
ukey.value = `${uni.getStorageSync('openid') || ''}jgbg${String(Date.now()).slice(-5)}${String(Math.floor(Math.random() * 1900) + 100)}`
|
||||||
|
next()
|
||||||
|
} else if (res.cancel) {
|
||||||
|
console.log('用户点击取消');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}else{
|
||||||
|
uni.showToast({
|
||||||
|
title:res.message,
|
||||||
|
icon: 'none'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
|
@ -366,7 +384,7 @@
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
const izSkipRepetVali = ref('N')
|
||||||
const goBack = () => {
|
const goBack = () => {
|
||||||
if (form.address) {
|
if (form.address) {
|
||||||
let data = uni.getStorageSync('backhuancun')
|
let data = uni.getStorageSync('backhuancun')
|
||||||
|
|
|
||||||
|
|
@ -27,10 +27,6 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="gray-font">
|
|
||||||
<view class="">注意事项:</view>
|
|
||||||
<view class="">1.所有上传信息均会被妥善保管,不用于其他商业用途或传输给第三方。</view>
|
|
||||||
</view>
|
|
||||||
<view class="finish-button" @click="goback">
|
<view class="finish-button" @click="goback">
|
||||||
确认提交
|
确认提交
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
|
|
@ -141,14 +141,6 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="gray-font">
|
|
||||||
<view style="color: #333333;">注意事项:</view>
|
|
||||||
<view style="margin-top: 30rpx;font-size: 28rpx;">
|
|
||||||
<view class="line">1.身份证人面像与国徽面应为同一身份证信息,且身份证在有效期内。</view>
|
|
||||||
<view class="line">2.所有上传照片需清晰且未遮挡,请勿进行美化和修改。</view>
|
|
||||||
<view class="line">3.所有上传信息均会被妥善保管,不会用于其他商业用途或传输给第三方。</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<view style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;">
|
<view style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;">
|
||||||
<view class="finish-button" @click="next">
|
<view class="finish-button" @click="next">
|
||||||
|
|
|
||||||
|
|
@ -34,15 +34,6 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="gray-font">
|
|
||||||
<view class="">注意事项:</view>
|
|
||||||
<view class="">
|
|
||||||
1.同一个医保卡号只能认证一个账号;
|
|
||||||
</view>
|
|
||||||
<view class="">2.正反面医保卡信息应为同一医保卡信息;</view>
|
|
||||||
<view class="">3.所有上传照片需清晰且未遮挡,请勿进行美化和修改;</view>
|
|
||||||
<view class="">4.所有上传信息均会被妥善保管,不会用于其他商业用途或传输给第三方;</view>
|
|
||||||
</view>
|
|
||||||
<view class="finish-button" @click="next">
|
<view class="finish-button" @click="next">
|
||||||
下一步
|
下一步
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
|
|
@ -66,15 +66,6 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="gray-font">
|
|
||||||
<view style="color: #333333;">注意事项:</view>
|
|
||||||
<view style="margin-top: 30rpx;font-size: 28rpx;">
|
|
||||||
<!-- <view class="line">1.同一个身份证号只能认证一个账号。</view> -->
|
|
||||||
<view class="line">1.身份证人面像与国徽面应为同一身份证信息,且身份证在有效期内。</view>
|
|
||||||
<view class="line">2.所有上传照片需清晰且未遮挡,请勿进行美化和修改。</view>
|
|
||||||
<view class="line">3.所有上传信息均会被妥善保管,不会用于其他商业用途或传输给第三方。</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<!-- <view style="display: flex;width: 100%;">
|
<!-- <view style="display: flex;width: 100%;">
|
||||||
<view class="finish-button" @click="next">
|
<view class="finish-button" @click="next">
|
||||||
确认并继续
|
确认并继续
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue