| | |
| | | }, |
| | | legend: { |
| | | x: "center", |
| | | y: "90%" |
| | | y: "90%", |
| | | }, |
| | | // toolbox: this.gettoolbox("审查情况查询", "保安员审查情况明细", 1), |
| | | series: [ |
| | |
| | | // 6 |
| | | // ), |
| | | legend: { |
| | | // orient: "vertical", |
| | | // left: "left", |
| | | x: "center", |
| | | y: "83%" |
| | |
| | | <el-button type="success" size="small" plain icon="el-icon-upload2" v-if="permission.securityGuard_import" |
| | | @click="handleImportNoCriminal">无犯罪记录图片批量上传 |
| | | </el-button> |
| | | <el-button type="primary" style="display: none;" size="small" plain |
| | | v-if="permission.securityGuard_security_apply" icon="el-icon-s-promotion" |
| | | @click="handleSecurityApply">上岗证制证申请 |
| | | </el-button> |
| | | <el-button type="primary" style="display: none;" size="small" plain |
| | | <!-- <el-button type="primary" size="small" plain--> |
| | | <!-- v-if="permission.securityGuard_security_apply" icon="el-icon-s-promotion"--> |
| | | <!-- @click="handleSecurityApply">上岗证制证申请--> |
| | | <!-- </el-button>--> |
| | | <el-button type="primary" size="small" plain |
| | | v-if="permission.securityGuard_security_paper_apply" icon="el-icon-collection-tag" |
| | | @click="handleSecurityPaperApply">证书制证申请 |
| | | </el-button> |
| | |
| | | label: "居住地址", |
| | | prop: "dwellAddress", |
| | | hide: true, |
| | | rules: [ |
| | | { |
| | | required: true, |
| | | message: "请输入居住地址", |
| | | trigger: "blur" |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | label: "户籍地址", |
| | | prop: "permanentResidenceAddress", |
| | | hide: true, |
| | | rules: [ |
| | | { |
| | | required: true, |
| | | message: "请输入户籍地址", |
| | | trigger: "blur" |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | label: "报考等级", |
| | |
| | | addBtn: this.vaildData(this.permission.securityGuard_add, false), |
| | | viewBtn: this.vaildData(null, false), |
| | | delBtn: this.vaildData(null, false), |
| | | editBtn: this.vaildData(this.permission.securityGuard_edit, false) |
| | | editBtn: this.vaildData(this.permission.securityGuard_edit, false), |
| | | securityGuard_security_apply:this.vaildData(this.permission.securityGuard_security_apply,true), |
| | | securityGuard_security_paper_apply:this.vaildData(this.permission.securityGuard_security_paper_apply,true) |
| | | }; |
| | | }, |
| | | platformPermissionList() { |
| | |
| | | size="small" |
| | | plain |
| | | v-if="permission.trainExam_performance_paper_apply" |
| | | style="display: none" |
| | | icon="el-icon-collection-tag" |
| | | @click="handleSecurityPaperApply" |
| | | >证书制证申请 |
| | |
| | | 请上传笔试答题图片,只能上传jpg/png文件,最多上传5张图片 |
| | | </div> |
| | | </el-upload> |
| | | <el-dialog :visible.sync="dialogVisible" |
| | | <el-dialog :visible.sync="dialogVisible" |
| | | :modal="true" |
| | | :modal-append-to-body="true" |
| | | :append-to-body="true" |
| | |
| | | // 表单编辑时是否可见 |
| | | editDisplay: true, |
| | | searchLabelWidth: 50, |
| | | searchSpan: 3, |
| | | // 表单编辑时是否为查看模式 |
| | | editDetail: false, |
| | | rules: [ |
| | |
| | | this.permission.trainExam_performance_export, |
| | | false |
| | | ), |
| | | trainExam_performance_paper_apply:this.vaildData(this.permission.trainExam_performance_paper_apply,true) |
| | | }; |
| | | }, |
| | | }, |