Commit bfdae61d by sunchao

毕业院校不能点bug

parent aec93715
......@@ -57,7 +57,8 @@
sureBankAccountId:'',
applyParam:{
bankAccountOpening:'',
bankAccountId:''
bankAccountId:'',
approvalStatus:''
}
}
},
......
......@@ -399,7 +399,7 @@
applyType: this.applyParam.inviterInvitationCode? '1': '2',
operatStep: 1,
userId: uni.getStorageSync('cffp_userId'),
hasCrossDistrict: this.hasCrossDistrict?this.hasCrossDistrict: '0'
hasCrossDistrict: this.applyParam.hasCrossDistrict?this.applyParam.hasCrossDistrict: '0'
}
api.saveApplyInfo(this.applyParam).then((res) => {
if (res['success']) {
......
......@@ -63,7 +63,8 @@
curContractId: null,
isAllAgree: false,
applyParam:{
contractTerms:''
contractTerms:'',
approvalStatus:''
},
contractTermsConfirmsListParm:[]
}
......
......@@ -36,8 +36,8 @@
</picker>
</view>
<view class="contentItem">
<text>毕业学校{{applyParam.approvalStatus}} {{this.applyParam.approvalStatus!= 0 && this.applyParam.approvalStatus != 2}}</text>
<input class="form-control" v-model="applyParam.lastGraduateSchool" style="background: #666666;"
<text>毕业学校</text>
<input type="text" class="form-control" v-model="applyParam.lastGraduateSchool"
:disabled="this.applyParam.approvalStatus!= 0 && this.applyParam.approvalStatus != 2"/>
</view>
<view class="contentItem" style="border:none;">
......@@ -74,6 +74,7 @@
lastGraduateGrade:'',
lastGraduateSchool:'',
lastGraduateCertificationOssPath:'',
approvalStatus:''
},
dataForm:{
loginId: uni.getStorageSync('cffp_userId'),
......
......@@ -67,7 +67,8 @@
return {
applyParam:{
idFrontPageOssPath:'',
idBackPageOssPath:''
idBackPageOssPath:'',
approvalStatus:''
},
dataForm:{
loginId: uni.getStorageSync('cffp_userId'),
......
......@@ -49,7 +49,8 @@
return {
dropOptionsInfoList:[],
applyParam:{
personalStatement:''
personalStatement:'',
approvalStatus:''
},
personalStatementList:[]
}
......
......@@ -45,7 +45,9 @@
//是否展示操作菜单
completionSignPath: '' ,//签名
applyParam:{
personalSignOssPath:''
personalSignOssPath:'',
approvalStatus:''
}
}
},
......
......@@ -38,7 +38,7 @@
<view class="contentItem">
<text>最近一次工作单位</text>
<input type="text" class="form-control" placeholder="非必填" v-model="applyParam.workingCompany"
:disabled="this.applyParam.approvalStatus!= 0 && this.applyParam.approvalStatus != 2"/>
:disabled="false"/>
</view>
<view class="contentItem">
<text>职位</text>
......@@ -102,6 +102,7 @@
workingStart:'',
workingEnd:'',
certificate:'',
approvalStatus:''
},
dataForm:{
loginId: uni.getStorageSync('cffp_userId'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment