|
|
|
@ -266,6 +266,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
openApply(){
|
|
|
|
openApply(){
|
|
|
|
let that = this;
|
|
|
|
let that = this;
|
|
|
|
|
|
|
|
if(that.applysRecord && that.applysRecord.length < 1){
|
|
|
|
that.G.Get(that.api.person_getCreatorTel,{},(createRes)=>{
|
|
|
|
that.G.Get(that.api.person_getCreatorTel,{},(createRes)=>{
|
|
|
|
console.log('创建人手机号:',createRes)
|
|
|
|
console.log('创建人手机号:',createRes)
|
|
|
|
that.createData = {
|
|
|
|
that.createData = {
|
|
|
|
@ -275,6 +276,12 @@ export default {
|
|
|
|
telEncrypt: createRes.telEncrypt
|
|
|
|
telEncrypt: createRes.telEncrypt
|
|
|
|
};
|
|
|
|
};
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
}else{
|
|
|
|
|
|
|
|
uni.showToast({
|
|
|
|
|
|
|
|
icon:'none',
|
|
|
|
|
|
|
|
title:'只能有一个审核中的合并申请'
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
handleSearch(){
|
|
|
|
handleSearch(){
|
|
|
|
let that = this;
|
|
|
|
let that = this;
|
|
|
|
|