This commit is contained in:
wangweidong 2026-02-24 13:39:09 +08:00
parent 11e1c680ed
commit f1c79114f1
16 changed files with 115 additions and 85 deletions

View File

@ -57,7 +57,7 @@
下一步
</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" borderRadius="20"></u-action-sheet>
</div>
</template>

View File

@ -85,7 +85,7 @@
下一步
</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" borderRadius="20"></u-action-sheet>
</div>
</template>

View File

@ -78,7 +78,7 @@
提交
</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" borderRadius="20"></u-action-sheet>
</div>
</template>

View File

@ -147,7 +147,7 @@
提交
</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" borderRadius="20"></u-action-sheet>
</div>
</template>

View File

@ -79,7 +79,7 @@
下一步
</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" borderRadius="20"></u-action-sheet>
</div>
</template>

View File

@ -18,6 +18,12 @@ export function getMessageList(orgCode){
method: 'get',
})
}
export function queryEmployeeInfoById(id){
return request({
url: `/api/employeesAdvisiory/queryEmployeeInfoById?id=${id}`,
method: 'get',
})
}
//向机构申请
export function Apply(data){

View File

@ -76,7 +76,7 @@
下一步
</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" borderRadius="20"></u-action-sheet>
</div>
</template>
@ -367,20 +367,20 @@
if (!uping.value) {
return
}
if (!textArray[0]) {
uni.showToast({
title: '请输入开户行',
icon: 'none'
})
return
}
if (!textArray[1]) {
uni.showToast({
title: '请输入银行卡号',
icon: 'none'
})
return
}
// if (!textArray[0]) {
// uni.showToast({
// title: '',
// icon: 'none'
// })
// return
// }
// if (!textArray[1]) {
// uni.showToast({
// title: '',
// icon: 'none'
// })
// return
// }
// if (allNonEmpty) {
let data = uni.getStorageSync('backhuancun')
data.openingBank = textArray[0]

View File

@ -108,7 +108,7 @@
提交
</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" borderRadius="20"></u-action-sheet>
</div>
</template>

View File

@ -114,7 +114,7 @@
</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" borderRadius="20"></u-action-sheet>
</div>
</template>

View File

@ -25,18 +25,19 @@
:src="`https://www.focusnu.com/media/directive/index/${statusarray[Number(item.status) - 1]}.png`"
lazy-load="false" />
<view class="white-font">
您提交的
</view>
<view class="second-font">
<text>
"{{item.comName}}"
您提交的"{{item.comName}}"加盟申请
<text style="color: #fa8622;">
正在审核中
</text>
</text>
</view>
<view class="second-font">
加盟申请
<text style="color: #fa8622;">
正在审核中
</text>
</view>
<view class="button-blue" @click="look(item)">
查看
@ -211,7 +212,7 @@
<view class="white-content" style="margin: 0 auto;" v-if="item.status==`-1`">
<view style="display: flex;width: 100%;margin-top: 60rpx;align-items: center;">
<view style="display: flex;width: 100%;margin-top: 30rpx;align-items: center;">
<view class="blue-shu"></view>
<view class="blue-font">
机构加盟
@ -221,7 +222,7 @@
src="https://www.focusnu.com/media/directive/index/addjiji/addjigou.png"
lazy-load="false" />
<view class="button-blue" @click="addjigou">
添加机构
机构加盟
</view>
</view>
<!-- <view class="white-content-father-time" v-if="item.status==`2`">
@ -486,11 +487,19 @@
});
}
const jgxx = (e,k)=>{
queryOrgInfoById(e.pkId ).then(res=>{
uni.navigateTo({
url: `/pages/addjigou/all?element=${JSON.stringify(res.result)}&code=${k}`
});
})
if(k==1){
uni.showToast({
icon:'none',
title:"平台搭建中,敬请期待"
})
}else{
queryOrgInfoById(e.pkId ).then(res=>{
uni.navigateTo({
url: `/pages/addjigou/all?element=${JSON.stringify(res.result)}&code=${k}`
});
})
}
}
onShow(() => {
loadingData();
@ -603,7 +612,7 @@
.white-content {
z-index: 1;
height: 650rpx;
height: 740rpx;
width: 90%;
// margin-left: 2%;
background-color: #fff;
@ -642,10 +651,13 @@
}
.second-font {
margin-top: 10rpx;
margin : 10rpx auto 0;
font-size: 30rpx;
padding: 0 30rpx;
// color: #222222;
width:80%;
color: #222222;
font-weight: 600;
text-align: center;
}
}
@ -654,7 +666,7 @@
display: flex;
justify-content: center;
// margin-top: 600rpx;
margin-top: 40vh;
margin-top: 34vh;
z-index: 1;
position: relative;
// overflow-y: auto;

View File

@ -3,7 +3,7 @@
<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?`变更信息`:`加盟` }}<text >申请已成功提交</text>
尊敬的用户您的机构{{ special?`变更信息`:`加盟` }}申请已成功提交
</view>
<view class="normal">
<text>

View File

@ -236,7 +236,7 @@
</view>
<view class="white-content" style="margin: 0 auto;margin-top: 0rpx;height: 750rpx;"
v-if="item.applyStatus==`-1`">
<view style="display: flex;width: 100%;margin-top: 60rpx;align-items: center;">
<view style="display: flex;width: 100%;margin-top: 30rpx;align-items: center;">
<view class="blue-shu"></view>
<view class="blue-font">
绑定护理单元
@ -803,9 +803,13 @@
}
.second-font {
margin-top: 10rpx;
margin : 10rpx auto 0;
font-size: 30rpx;
padding: 0 30rpx;
width:80%;
color: #222222;
font-weight: 600;
text-align: center;
}
}

View File

@ -52,19 +52,20 @@
:src="`https://www.focusnu.com/media/directive/index/${statusarray[0]}.png`"
lazy-load="false" />
<view class="white-font">
您提交的
</view>
<view class="second-font">
<text>
"{{item.departName}}"
您提交的"{{item.departName}}"
供应商入驻申请
<text style="color: #fa8622;">
正在审核中
</text>
</text>
</view>
<view class="second-font">
供应商入驻申请
<text style="color: #fa8622;">
正在审核中
</text>
</view>
<view class="button-blue" @click="look(item)">
查看
@ -77,18 +78,19 @@
lazy-load="false" />
<view class="white-font">
您提交的
</view>
<view class="second-font">
<text>
"{{item.departName}}"
您提交的"{{item.departName}}"
供应商入驻申请
<text style="color: #eb2b59;">
审核驳回
</text>
</text>
</view>
<view class="second-font">
供应商入驻申请
<text style="color: #eb2b59;">
审核驳回
</text>
</view>
<view class="button-white-spec" @click="jumptolist(item.auditContent)">
驳回原因
@ -629,9 +631,13 @@
}
.second-font {
margin-top: 10rpx;
margin : 10rpx auto 0;
font-size: 30rpx;
padding: 0 30rpx;
width:80%;
color: #222222;
font-weight: 600;
text-align: center;
}
}

View File

@ -29,12 +29,9 @@
lazy-load="false" />
<view class="second-font" style="margin-top: 350rpx;">
<text>
{{item.comName}}
{{item.comName}}邀请您加入
</text>
</view>
<view class="second-font">
邀请您加入
</view>
<view style="margin-top: 60rpx;color: #999999;">
{{ item.orgLeader }} | {{ item.orgLeaderPhone }}
</view>
@ -52,18 +49,16 @@
:src="`https://www.focusnu.com/media/directive/index/${statusarray[Number(item.applyStatus) - 1]}.png`"
lazy-load="false" />
<view class="white-font">
您提交的
</view>
<view class="second-font">
<text>
"{{item.comName}}"
</text>
</view>
<view class="second-font">
入驻申请
<text style="color: #fa8622;">
正在审核中
您提交的"{{item.comName}}"
入驻申请
<text style="color: #fa8622;">
正在审核中
</text>
</text>
</view>
<view class="button-blue" @click="look(item)">
@ -77,18 +72,19 @@
lazy-load="false" />
<view class="white-font">
您提交的
</view>
<view class="second-font">
<text>
"{{item.comName}}"
您提交的"{{item.comName}}"
入驻申请
<text style="color: #eb2b59;">
审核不通过
</text>
</text>
</view>
<view class="second-font">
入驻申请
<text style="color: #eb2b59;">
审核不通过
</text>
</view>
<view class="button-white-spec" @click="jumptolist(item.auditContent)">
驳回原因
@ -209,14 +205,14 @@
<view style="display: flex;width: 100%;margin-top: 30rpx;align-items: center;">
<view class="blue-shu"></view>
<view class="blue-font">
入驻机构
员工入驻
</view>
</view>
<image class="white-content-secondimg"
src="https://www.focusnu.com/media/directive/index/addstaff/staff.png" lazy-load="false" />
<view class="button-blue" @click="searchjigou()">
入驻机构
员工入驻
</view>
</view>
@ -689,9 +685,13 @@
}
.second-font {
margin-top: 10rpx;
margin : 10rpx auto 0;
font-size: 30rpx;
padding: 0 30rpx;
width:80%;
color: #222222;
font-weight: 600;
text-align: center;
}
}

View File

@ -44,8 +44,7 @@
{{ item.title }}
</view>
<view class="card-right">
{{ item.createTime.substring(item.createTime.indexOf("-") + 1, item.createTime.indexOf("-") + 6) }}
<!-- {{ item.createTime.substring(item.createTime.indexOf("-") + 1, item.createTime.indexOf("-") + 6) }} -->
<view class="card-dian" v-if="item.izRead==`N`"></view>
</view>
@ -56,6 +55,11 @@
<view class="card-bottom">
{{ item.content }}
</view>
<view class="card-title">
<view class="card-title-font" style="width: 93%;justify-content: flex-end;display: flex;">
{{ item.createTime }}
</view>
</view>
</view>
</view>
@ -467,10 +471,10 @@
.card-right {
position: absolute;
right: 10rpx;
right: 30rpx;
top: 50%;
transform: translateY(-50%);
width: 140rpx;
width: 40rpx;
display: flex;
color: #999999;
}

View File

@ -111,7 +111,7 @@
getEmployeesOrgRela,
} from './api.js'
import {
getMessageList
queryEmployeeInfoById
} from '@/pages/addstaff/api/addjigou.js'
import model from "@/compontent/public/model.vue"
@ -182,12 +182,10 @@
const jumpToAll = (element) => {
getMessageList(element.orgCode).then(res => {
if (res.success) {
queryEmployeeInfoById(element.id).then(res => {
uni.navigateTo({
url: `/pages/addstaff/all?element=${JSON.stringify(res.result[0])}&applyStatus=${element.applyStatus}&code=1`
url: `/pages/addstaff/all?element=${JSON.stringify(res.result)}&applyStatus=${element.applyStatus}&code=1`
});
}
})
}