This commit is contained in:
parent
11e1c680ed
commit
f1c79114f1
|
|
@ -57,7 +57,7 @@
|
||||||
下一步
|
下一步
|
||||||
</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" borderRadius="20"></u-action-sheet>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,7 @@
|
||||||
下一步
|
下一步
|
||||||
</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" borderRadius="20"></u-action-sheet>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,7 @@
|
||||||
提交
|
提交
|
||||||
</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" borderRadius="20"></u-action-sheet>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -147,7 +147,7 @@
|
||||||
提交
|
提交
|
||||||
</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" borderRadius="20"></u-action-sheet>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -79,7 +79,7 @@
|
||||||
下一步
|
下一步
|
||||||
</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" borderRadius="20"></u-action-sheet>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,12 @@ export function getMessageList(orgCode){
|
||||||
method: 'get',
|
method: 'get',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
export function queryEmployeeInfoById(id){
|
||||||
|
return request({
|
||||||
|
url: `/api/employeesAdvisiory/queryEmployeeInfoById?id=${id}`,
|
||||||
|
method: 'get',
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
//向机构申请
|
//向机构申请
|
||||||
export function Apply(data){
|
export function Apply(data){
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,7 @@
|
||||||
下一步
|
下一步
|
||||||
</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" borderRadius="20"></u-action-sheet>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
@ -367,20 +367,20 @@
|
||||||
if (!uping.value) {
|
if (!uping.value) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (!textArray[0]) {
|
// if (!textArray[0]) {
|
||||||
uni.showToast({
|
// uni.showToast({
|
||||||
title: '请输入开户行',
|
// title: '请输入开户行',
|
||||||
icon: 'none'
|
// icon: 'none'
|
||||||
})
|
// })
|
||||||
return
|
// return
|
||||||
}
|
// }
|
||||||
if (!textArray[1]) {
|
// if (!textArray[1]) {
|
||||||
uni.showToast({
|
// uni.showToast({
|
||||||
title: '请输入银行卡号',
|
// title: '请输入银行卡号',
|
||||||
icon: 'none'
|
// icon: 'none'
|
||||||
})
|
// })
|
||||||
return
|
// return
|
||||||
}
|
// }
|
||||||
// if (allNonEmpty) {
|
// if (allNonEmpty) {
|
||||||
let data = uni.getStorageSync('backhuancun')
|
let data = uni.getStorageSync('backhuancun')
|
||||||
data.openingBank = textArray[0]
|
data.openingBank = textArray[0]
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,7 @@
|
||||||
提交
|
提交
|
||||||
</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" borderRadius="20"></u-action-sheet>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,7 @@
|
||||||
</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" borderRadius="20"></u-action-sheet>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,18 +25,19 @@
|
||||||
:src="`https://www.focusnu.com/media/directive/index/${statusarray[Number(item.status) - 1]}.png`"
|
:src="`https://www.focusnu.com/media/directive/index/${statusarray[Number(item.status) - 1]}.png`"
|
||||||
lazy-load="false" />
|
lazy-load="false" />
|
||||||
<view class="white-font">
|
<view class="white-font">
|
||||||
您提交的
|
|
||||||
</view>
|
</view>
|
||||||
<view class="second-font">
|
<view class="second-font">
|
||||||
<text>
|
<text>
|
||||||
"{{item.comName}}"
|
您提交的"{{item.comName}}"加盟申请
|
||||||
|
<text style="color: #fa8622;">
|
||||||
|
正在审核中
|
||||||
|
</text>
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="second-font">
|
<view class="second-font">
|
||||||
加盟申请
|
|
||||||
<text style="color: #fa8622;">
|
|
||||||
正在审核中
|
|
||||||
</text>
|
|
||||||
</view>
|
</view>
|
||||||
<view class="button-blue" @click="look(item)">
|
<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 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-shu"></view>
|
||||||
<view class="blue-font">
|
<view class="blue-font">
|
||||||
机构加盟
|
机构加盟
|
||||||
|
|
@ -221,7 +222,7 @@
|
||||||
src="https://www.focusnu.com/media/directive/index/addjiji/addjigou.png"
|
src="https://www.focusnu.com/media/directive/index/addjiji/addjigou.png"
|
||||||
lazy-load="false" />
|
lazy-load="false" />
|
||||||
<view class="button-blue" @click="addjigou">
|
<view class="button-blue" @click="addjigou">
|
||||||
添加机构
|
机构加盟
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="white-content-father-time" v-if="item.status==`2`">
|
<!-- <view class="white-content-father-time" v-if="item.status==`2`">
|
||||||
|
|
@ -486,11 +487,19 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
const jgxx = (e,k)=>{
|
const jgxx = (e,k)=>{
|
||||||
queryOrgInfoById(e.pkId ).then(res=>{
|
if(k==1){
|
||||||
uni.navigateTo({
|
uni.showToast({
|
||||||
url: `/pages/addjigou/all?element=${JSON.stringify(res.result)}&code=${k}`
|
icon:'none',
|
||||||
});
|
title:"平台搭建中,敬请期待"
|
||||||
})
|
})
|
||||||
|
}else{
|
||||||
|
queryOrgInfoById(e.pkId ).then(res=>{
|
||||||
|
uni.navigateTo({
|
||||||
|
url: `/pages/addjigou/all?element=${JSON.stringify(res.result)}&code=${k}`
|
||||||
|
});
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
onShow(() => {
|
onShow(() => {
|
||||||
loadingData();
|
loadingData();
|
||||||
|
|
@ -603,7 +612,7 @@
|
||||||
|
|
||||||
.white-content {
|
.white-content {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
height: 650rpx;
|
height: 740rpx;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
// margin-left: 2%;
|
// margin-left: 2%;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|
@ -642,10 +651,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.second-font {
|
.second-font {
|
||||||
margin-top: 10rpx;
|
margin : 10rpx auto 0;
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
padding: 0 30rpx;
|
padding: 0 30rpx;
|
||||||
// color: #222222;
|
width:80%;
|
||||||
|
color: #222222;
|
||||||
|
font-weight: 600;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -654,7 +666,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
// margin-top: 600rpx;
|
// margin-top: 600rpx;
|
||||||
margin-top: 40vh;
|
margin-top: 34vh;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
// overflow-y: auto;
|
// overflow-y: auto;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<image style="width: 200rpx;height:200rpx"
|
<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`" />
|
: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">
|
<view class="white-font">
|
||||||
尊敬的用户,您的机构{{ special?`变更信息`:`加盟` }}<text >申请已成功提交</text>
|
尊敬的用户,您的机构{{ special?`变更信息`:`加盟` }}申请已成功提交
|
||||||
</view>
|
</view>
|
||||||
<view class="normal">
|
<view class="normal">
|
||||||
<text>
|
<text>
|
||||||
|
|
|
||||||
|
|
@ -236,7 +236,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="white-content" style="margin: 0 auto;margin-top: 0rpx;height: 750rpx;"
|
<view class="white-content" style="margin: 0 auto;margin-top: 0rpx;height: 750rpx;"
|
||||||
v-if="item.applyStatus==`-1`">
|
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-shu"></view>
|
||||||
<view class="blue-font">
|
<view class="blue-font">
|
||||||
绑定护理单元
|
绑定护理单元
|
||||||
|
|
@ -803,9 +803,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.second-font {
|
.second-font {
|
||||||
margin-top: 10rpx;
|
margin : 10rpx auto 0;
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
padding: 0 30rpx;
|
padding: 0 30rpx;
|
||||||
|
width:80%;
|
||||||
|
color: #222222;
|
||||||
|
font-weight: 600;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -52,19 +52,20 @@
|
||||||
:src="`https://www.focusnu.com/media/directive/index/${statusarray[0]}.png`"
|
:src="`https://www.focusnu.com/media/directive/index/${statusarray[0]}.png`"
|
||||||
lazy-load="false" />
|
lazy-load="false" />
|
||||||
<view class="white-font">
|
<view class="white-font">
|
||||||
您提交的
|
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="second-font">
|
<view class="second-font">
|
||||||
<text>
|
<text>
|
||||||
"{{item.departName}}"
|
您提交的"{{item.departName}}"
|
||||||
|
供应商入驻申请
|
||||||
|
<text style="color: #fa8622;">
|
||||||
|
正在审核中
|
||||||
|
</text>
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="second-font">
|
<view class="second-font">
|
||||||
供应商入驻申请
|
|
||||||
<text style="color: #fa8622;">
|
|
||||||
正在审核中
|
|
||||||
</text>
|
|
||||||
</view>
|
</view>
|
||||||
<view class="button-blue" @click="look(item)">
|
<view class="button-blue" @click="look(item)">
|
||||||
查看
|
查看
|
||||||
|
|
@ -77,18 +78,19 @@
|
||||||
lazy-load="false" />
|
lazy-load="false" />
|
||||||
|
|
||||||
<view class="white-font">
|
<view class="white-font">
|
||||||
您提交的
|
|
||||||
</view>
|
</view>
|
||||||
<view class="second-font">
|
<view class="second-font">
|
||||||
<text>
|
<text>
|
||||||
"{{item.departName}}"
|
您提交的"{{item.departName}}"
|
||||||
|
供应商入驻申请
|
||||||
|
<text style="color: #eb2b59;">
|
||||||
|
审核驳回
|
||||||
|
</text>
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="second-font">
|
<view class="second-font">
|
||||||
供应商入驻申请
|
|
||||||
<text style="color: #eb2b59;">
|
|
||||||
审核驳回
|
|
||||||
</text>
|
|
||||||
</view>
|
</view>
|
||||||
<view class="button-white-spec" @click="jumptolist(item.auditContent)">
|
<view class="button-white-spec" @click="jumptolist(item.auditContent)">
|
||||||
驳回原因
|
驳回原因
|
||||||
|
|
@ -629,9 +631,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.second-font {
|
.second-font {
|
||||||
margin-top: 10rpx;
|
margin : 10rpx auto 0;
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
padding: 0 30rpx;
|
padding: 0 30rpx;
|
||||||
|
width:80%;
|
||||||
|
color: #222222;
|
||||||
|
font-weight: 600;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,12 +29,9 @@
|
||||||
lazy-load="false" />
|
lazy-load="false" />
|
||||||
<view class="second-font" style="margin-top: 350rpx;">
|
<view class="second-font" style="margin-top: 350rpx;">
|
||||||
<text>
|
<text>
|
||||||
{{item.comName}}
|
{{item.comName}}邀请您加入
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="second-font">
|
|
||||||
邀请您加入
|
|
||||||
</view>
|
|
||||||
<view style="margin-top: 60rpx;color: #999999;">
|
<view style="margin-top: 60rpx;color: #999999;">
|
||||||
{{ item.orgLeader }} | {{ item.orgLeaderPhone }}
|
{{ item.orgLeader }} | {{ item.orgLeaderPhone }}
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -52,18 +49,16 @@
|
||||||
:src="`https://www.focusnu.com/media/directive/index/${statusarray[Number(item.applyStatus) - 1]}.png`"
|
:src="`https://www.focusnu.com/media/directive/index/${statusarray[Number(item.applyStatus) - 1]}.png`"
|
||||||
lazy-load="false" />
|
lazy-load="false" />
|
||||||
<view class="white-font">
|
<view class="white-font">
|
||||||
您提交的
|
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="second-font">
|
<view class="second-font">
|
||||||
<text>
|
<text>
|
||||||
"{{item.comName}}"
|
您提交的"{{item.comName}}"
|
||||||
</text>
|
入驻申请
|
||||||
</view>
|
<text style="color: #fa8622;">
|
||||||
<view class="second-font">
|
正在审核中
|
||||||
入驻申请
|
</text>
|
||||||
<text style="color: #fa8622;">
|
|
||||||
正在审核中
|
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="button-blue" @click="look(item)">
|
<view class="button-blue" @click="look(item)">
|
||||||
|
|
@ -77,18 +72,19 @@
|
||||||
lazy-load="false" />
|
lazy-load="false" />
|
||||||
|
|
||||||
<view class="white-font">
|
<view class="white-font">
|
||||||
您提交的
|
|
||||||
</view>
|
</view>
|
||||||
<view class="second-font">
|
<view class="second-font">
|
||||||
<text>
|
<text>
|
||||||
"{{item.comName}}"
|
您提交的"{{item.comName}}"
|
||||||
|
入驻申请
|
||||||
|
<text style="color: #eb2b59;">
|
||||||
|
审核不通过
|
||||||
|
</text>
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="second-font">
|
<view class="second-font">
|
||||||
入驻申请
|
|
||||||
<text style="color: #eb2b59;">
|
|
||||||
审核不通过
|
|
||||||
</text>
|
|
||||||
</view>
|
</view>
|
||||||
<view class="button-white-spec" @click="jumptolist(item.auditContent)">
|
<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 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>
|
||||||
<image class="white-content-secondimg"
|
<image class="white-content-secondimg"
|
||||||
src="https://www.focusnu.com/media/directive/index/addstaff/staff.png" lazy-load="false" />
|
src="https://www.focusnu.com/media/directive/index/addstaff/staff.png" lazy-load="false" />
|
||||||
<view class="button-blue" @click="searchjigou()">
|
<view class="button-blue" @click="searchjigou()">
|
||||||
入驻机构
|
员工入驻
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
@ -689,9 +685,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.second-font {
|
.second-font {
|
||||||
margin-top: 10rpx;
|
margin : 10rpx auto 0;
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
padding: 0 30rpx;
|
padding: 0 30rpx;
|
||||||
|
width:80%;
|
||||||
|
color: #222222;
|
||||||
|
font-weight: 600;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -44,8 +44,7 @@
|
||||||
{{ item.title }}
|
{{ item.title }}
|
||||||
</view>
|
</view>
|
||||||
<view class="card-right">
|
<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 class="card-dian" v-if="item.izRead==`N`"></view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
@ -56,6 +55,11 @@
|
||||||
<view class="card-bottom">
|
<view class="card-bottom">
|
||||||
{{ item.content }}
|
{{ item.content }}
|
||||||
</view>
|
</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>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -467,10 +471,10 @@
|
||||||
|
|
||||||
.card-right {
|
.card-right {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 10rpx;
|
right: 30rpx;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
width: 140rpx;
|
width: 40rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -111,7 +111,7 @@
|
||||||
getEmployeesOrgRela,
|
getEmployeesOrgRela,
|
||||||
} from './api.js'
|
} from './api.js'
|
||||||
import {
|
import {
|
||||||
getMessageList
|
queryEmployeeInfoById
|
||||||
} from '@/pages/addstaff/api/addjigou.js'
|
} from '@/pages/addstaff/api/addjigou.js'
|
||||||
import model from "@/compontent/public/model.vue"
|
import model from "@/compontent/public/model.vue"
|
||||||
|
|
||||||
|
|
@ -182,12 +182,10 @@
|
||||||
|
|
||||||
const jumpToAll = (element) => {
|
const jumpToAll = (element) => {
|
||||||
|
|
||||||
getMessageList(element.orgCode).then(res => {
|
queryEmployeeInfoById(element.id).then(res => {
|
||||||
if (res.success) {
|
|
||||||
uni.navigateTo({
|
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`
|
||||||
});
|
});
|
||||||
}
|
|
||||||
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue