Administrator
2021-10-27 a521131c5b8b74faf9ed9471024daa34d3d0e3d4
考试申请修改
3 files modified
34 ■■■■■ changed files
src/views/securityGuard/securityGuard.vue 16 ●●●● patch | view | raw | blame | history
src/views/trainExam/performance.vue 8 ●●●● patch | view | raw | blame | history
src/views/trainingRegistration/index.vue 10 ●●●● patch | view | raw | blame | history
src/views/securityGuard/securityGuard.vue
@@ -723,14 +723,14 @@
                prop: "securitynumber",
                hide: true,
              },
              {
                label: "发证日期",
                prop: "paperTime",
                hide: true,
                type: "date",
                format: "yyyy-MM-dd",
                valueFormat: "yyyy-MM-dd",
              },
              // {
              //   label: "发证日期",
              //   prop: "paperTime",
              //   hide: true,
              //   type: "date",
              //   format: "yyyy-MM-dd",
              //   valueFormat: "yyyy-MM-dd",
              // },
              {
                label: "电子邮箱",
                prop: "email",
src/views/trainExam/performance.vue
@@ -95,12 +95,12 @@
                >缺考标记</el-button
              >
              <el-button
                icon="el-icon-s-flag"
                icon="el-icon-s-promotion"
                @click="openzhengjian(row)"
                :disabled="row.qualified != 0"
                :size="size"
                :type="type"
                >打印证件</el-button
                >发证</el-button
              >
            </template>
          </avue-crud>
@@ -774,6 +774,10 @@
    uploadAfter(res, done, loading, column) {
      window.console.log(column);
      this.excelBox = false;
      // this.$message({
      //   type: "success",
      //   message: "操作成功!",
      // });
      this.refreshChange();
      done();
    },
src/views/trainingRegistration/index.vue
@@ -628,14 +628,14 @@
      //   return;
      // }
      // if (that.userInfo.role_name == "培训公司管理员") {
      //   //如果是培训公司管理员
      //   row["trainingUnitId"] = that.userInfo.dept_id;
      // }
      if (that.userInfo.role_name == "培训公司管理员") {
        //如果是培训公司管理员
        row["trainingUnitId"] = that.userInfo.dept_id;
      }
      // row["number"] = row.serialEnd - row.serialStart + 1;
      // //创建人
      // row["creator"] = this.userInfo.Id;
      row["creator"] = this.userInfo.Id;
      let cho = this.choiceName;
      let str = "";
      for (let k in cho) {