| | |
| | | > |
| | | <el-button |
| | | icon="el-icon-s-promotion" |
| | | style="display:none" |
| | | @click="openzhengjian(row)" |
| | | :disabled="row.qualified != 0" |
| | | :size="size" |
| | |
| | | <el-button |
| | | icon="el-icon-edit" |
| | | @click="modifiedGrades(row)" |
| | | v-if="permission.apply_modifiedGrades" |
| | | :size="size" |
| | | :type="type" |
| | | >申请修改成绩</el-button |
| | |
| | | ] |
| | | }, |
| | | { |
| | | label: "身份证号", |
| | | label: "身份证号码", |
| | | prop: "account", |
| | | labelWidth: 110, |
| | | disabled: true, |
| | | rules: [ |
| | | { |
| | | required: true, |
| | | message: "请输入身份证号", |
| | | message: "请输入身份证号码", |
| | | trigger: "blur" |
| | | } |
| | | ] |
| | |
| | | dialogClickModal: false, |
| | | // 操作栏宽度 |
| | | menu: true, |
| | | menuWidth: 330, |
| | | menuWidth: 280, |
| | | labelWidth: 120, |
| | | ...this.$store.state.control.clearOtherBut, |
| | | |
| | |
| | | // 表单编辑时是否可见 |
| | | editDisplay: true, |
| | | searchLabelWidth: 50, |
| | | searchSpan: 3, |
| | | // 表单编辑时是否为查看模式 |
| | | editDetail: false, |
| | | rules: [ |
| | |
| | | }, |
| | | { |
| | | label: "身份证号", |
| | | prop: "account", |
| | | prop: "cardNo", |
| | | search: true, |
| | | searchSpan: 4, |
| | | slot: true, |
| | |
| | | ], |
| | | width: 110 |
| | | }, |
| | | { |
| | | label: "照片", |
| | | prop: "avatar", |
| | | type: "upload", |
| | | listType: "picture-img", |
| | | width: 60, |
| | | editDisabled: false, |
| | | // 表单编辑时是否可见 |
| | | editDisplay: false, |
| | | // 表单编辑时是否为查看模式 |
| | | editDetail: false |
| | | }, |
| | | // { |
| | | // label: "照片", |
| | | // prop: "avatar", |
| | | // type: "upload", |
| | | // listType: "picture-img", |
| | | // width: 60, |
| | | // editDisabled: false, |
| | | // // 表单编辑时是否可见 |
| | | // editDisplay: false, |
| | | // // 表单编辑时是否为查看模式 |
| | | // editDetail: false |
| | | // }, |
| | | { |
| | | label: "所属公司", |
| | | prop: "companyName", |
| | |
| | | trigger: "blur" |
| | | } |
| | | ], |
| | | width: 180, |
| | | minWidth: 180, |
| | | overHidden: true |
| | | }, |
| | | { |
| | |
| | | getNowDate().then(res => { |
| | | var num = 24 * 3600 * 1000; |
| | | if (this.userInfo.role_name == "培训公司管理员") { |
| | | if (res.data.data - longtime <= num) { |
| | | // if (res.data.data - longtime <= num) { |
| | | this.form = { |
| | | id: null, |
| | | examScoreId: row.id, |
| | | examName: row.examName, |
| | | candidateNo: row.candidateNo, |
| | | account: row.account, |
| | | account: row.cardNo, |
| | | securityName: row.securityName, |
| | | theoryGrade: row.theoryGrade, |
| | | learnGrade: row.learnGrade, |
| | | allGrade: row.allGrade |
| | | }; |
| | | this.gradeBoxVisible = true; |
| | | } else { |
| | | //提示 |
| | | that.$message({ |
| | | type: "warning", |
| | | message: "成绩修改申请只能在考试截止时间后的24小内提交!" |
| | | }); |
| | | } |
| | | // } else { |
| | | // //提示 |
| | | // that.$message({ |
| | | // type: "warning", |
| | | // message: "成绩修改申请只能在考试截止时间后的24小内提交!" |
| | | // }); |
| | | // } |
| | | } else { |
| | | this.form = { |
| | | id: null, |
| | | examScoreId: row.id, |
| | | examName: row.examName, |
| | | candidateNo: row.candidateNo, |
| | | account: row.account, |
| | | account: row.cardNo, |
| | | securityName: row.securityName, |
| | | theoryGrade: row.theoryGrade, |
| | | learnGrade: row.learnGrade, |
| | |
| | | //获取查询条件 |
| | | // console.log(this.questionBankSearch, 456); |
| | | var data = { |
| | | account: this.questionBankSearch.account, |
| | | account: this.questionBankSearch.cardNo, |
| | | companyName: this.questionBankSearch.companyName, |
| | | examDate: this.questionBankSearch.examDate, |
| | | isExam: this.questionBankSearch.isExam, |