|
|
@@ -22,11 +22,15 @@
|
|
|
<!--</el-checkbox-group>-->
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
- <el-select v-model="selectedrole" placeholder="请选择"
|
|
|
- style="width: 100%;">
|
|
|
- <el-option v-for="item in rolelist" :key="item.Id" :label="item.Realname" :value="item.Id">
|
|
|
- </el-option>
|
|
|
- </el-select>
|
|
|
+ <el-form label-width="80px">
|
|
|
+ <el-form-item label="审核角色">
|
|
|
+ <el-select v-model="selectedrole" placeholder="请选择"
|
|
|
+ style="width: 100%;">
|
|
|
+ <el-option v-for="item in rolelist" :key="item.Id" :label="item.Realname" :value="item.Id">
|
|
|
+ </el-option>
|
|
|
+ </el-select>
|
|
|
+ </el-form-item>
|
|
|
+ </el-form>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
|
@@ -163,6 +167,15 @@
|
|
|
} else if (val.query.step == 8) {
|
|
|
// 注册公司审核
|
|
|
this.ACode = 'COMPONY_AUDIT'
|
|
|
+ } else if (val.query.step == 9) {
|
|
|
+ // 分办-物资类
|
|
|
+ this.ACode = 'SUB_OFFICE_WZ'
|
|
|
+ } else if (val.query.step == 10) {
|
|
|
+ // 分办-技术服务类
|
|
|
+ this.ACode = 'SUB_OFFICE_JF'
|
|
|
+ } else if (val.query.step == 11) {
|
|
|
+ // 分办-基建类
|
|
|
+ this.ACode = 'SUB_OFFICE_JS'
|
|
|
}
|
|
|
this.initData()
|
|
|
}
|
|
|
@@ -202,6 +215,15 @@
|
|
|
} else if (this.$route.query.step == 8) {
|
|
|
// 注册公司审核
|
|
|
this.ACode = 'COMPONY_AUDIT'
|
|
|
+ } else if (this.$route.query.step == 9) {
|
|
|
+ // 分办-物资类
|
|
|
+ this.ACode = 'SUB_OFFICE_WZ'
|
|
|
+ } else if (this.$route.query.step == 10) {
|
|
|
+ // 分办-技术服务类
|
|
|
+ this.ACode = 'SUB_OFFICE_JF'
|
|
|
+ } else if (this.$route.query.step == 11) {
|
|
|
+ // 分办-基建类
|
|
|
+ this.ACode = 'SUB_OFFICE_JS'
|
|
|
}
|
|
|
this.initData()
|
|
|
// this.getAllRole()
|