|
@@ -98,8 +98,8 @@
|
|
|
</el-form-item>
|
|
|
<el-form-item label="角色:" v-if="authInfoDetail.type == 'personal'">
|
|
|
<el-checkbox-group v-model="authInfoDetail.roleList" disabled>
|
|
|
- <el-checkbox :label="0">发包</el-checkbox>
|
|
|
- <el-checkbox :label="1">接包</el-checkbox>
|
|
|
+ <el-checkbox :label="1">发包</el-checkbox>
|
|
|
+ <el-checkbox :label="0">接包</el-checkbox>
|
|
|
</el-checkbox-group>
|
|
|
<!-- <span>{{authInfoDetail.roleList}}</span>-->
|
|
|
</el-form-item>
|
|
@@ -183,8 +183,8 @@
|
|
|
|
|
|
<el-form-item label="企业角色:" v-if="authInfoDetail.type == 'agency'">
|
|
|
<el-checkbox-group v-model="authInfoDetail.roleList" disabled>
|
|
|
- <el-checkbox :label="0">发包</el-checkbox>
|
|
|
- <el-checkbox :label="1">接包</el-checkbox>
|
|
|
+ <el-checkbox :label="1">发包</el-checkbox>
|
|
|
+ <el-checkbox :label="0">接包</el-checkbox>
|
|
|
</el-checkbox-group>
|
|
|
<!-- <span>{{authInfoDetail.roleList}}</span>-->
|
|
|
</el-form-item>
|
|
@@ -439,26 +439,26 @@
|
|
|
},
|
|
|
getCurrentAgencyAuthInfoSuccess (res) {
|
|
|
this.hideLoading()
|
|
|
- this.authInfoDetail.bankAccount = res.bankAccount
|
|
|
- this.authInfoDetail.legalPersonName = res.legalPersonName
|
|
|
- this.authInfoDetail.businessLicensePhoto = res.businessLicensePhoto
|
|
|
- this.authInfoDetail.address = res.address
|
|
|
- this.authInfoDetail.applyTime = res.applyTime
|
|
|
- this.authInfoDetail.evaluationAgencyName = res.evaluationAgencyName
|
|
|
- this.authInfoDetail.evaluationAgencyAbilityList = res.evaluationAgencyAbilityList
|
|
|
- this.authInfoDetail.evaluationAgencyResourceList = res.evaluationAgencyResourceList
|
|
|
- this.authInfoDetail.agencyPhoto = res.agencyPhoto
|
|
|
- this.authInfoDetail.updateTime = res.updateTime
|
|
|
- this.authInfoDetail.checkTime = res.checkTime
|
|
|
- this.authInfoDetail.explain = res.explain
|
|
|
- this.authInfoDetail.gender = res.gender
|
|
|
- this.authInfoDetail.idCardNum = res.idCardNum
|
|
|
- this.authInfoDetail.idCardBackPhoto = res.idCardBackPhoto
|
|
|
- this.authInfoDetail.idCardDeadTime = res.idCardDeadTime
|
|
|
- this.authInfoDetail.idCardPositivePhoto = res.idCardPositivePhoto
|
|
|
- this.authInfoDetail.isAuthentication = res.isAuthentication
|
|
|
- this.authInfoDetail.isDeleted = res.isDeleted
|
|
|
- this.authInfoDetail.roleList = res.roleList
|
|
|
+ this.authInfoDetail.bankAccount = res.data.bankAccount
|
|
|
+ this.authInfoDetail.legalPersonName = res.data.legalPersonName
|
|
|
+ this.authInfoDetail.businessLicensePhoto = res.data.businessLicensePhoto
|
|
|
+ this.authInfoDetail.address = res.data.address
|
|
|
+ this.authInfoDetail.applyTime = res.data.applyTime
|
|
|
+ this.authInfoDetail.evaluationAgencyName = res.data.evaluationAgencyName
|
|
|
+ this.authInfoDetail.evaluationAgencyAbilityList = res.data.evaluationAgencyAbilityList
|
|
|
+ this.authInfoDetail.evaluationAgencyResourceList = res.data.evaluationAgencyResourceList
|
|
|
+ this.authInfoDetail.agencyPhoto = res.data.agencyPhoto
|
|
|
+ this.authInfoDetail.updateTime = res.data.updateTime
|
|
|
+ this.authInfoDetail.checkTime = res.data.checkTime
|
|
|
+ this.authInfoDetail.explain = res.data.explain
|
|
|
+ this.authInfoDetail.gender = res.data.gender
|
|
|
+ this.authInfoDetail.idCardNum = res.data.idCardNum
|
|
|
+ this.authInfoDetail.idCardBackPhoto = res.data.idCardBackPhoto
|
|
|
+ this.authInfoDetail.idCardDeadTime = res.data.idCardDeadTime
|
|
|
+ this.authInfoDetail.idCardPositivePhoto = res.data.idCardPositivePhoto
|
|
|
+ this.authInfoDetail.isAuthentication = res.data.isAuthentication
|
|
|
+ this.authInfoDetail.isDeleted = res.data.isDeleted
|
|
|
+ this.authInfoDetail.roleList = res.data.roleList
|
|
|
this.showAuthDialog()
|
|
|
},
|
|
|
getCurrentAgencyAuthInfoFail (error) {
|