From 3bd1fdf103ca2c58e2b28cc802f84d729a9d44ad Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 29 Sep 2021 16:46:22 +0800
Subject: [PATCH] 公司修改 派遣修改

---
 src/views/trainExam/singleperformance.vue |  177 +++++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 117 insertions(+), 60 deletions(-)

diff --git a/src/views/trainExam/singleperformance.vue b/src/views/trainExam/singleperformance.vue
index 96644ac..35a3aa1 100644
--- a/src/views/trainExam/singleperformance.vue
+++ b/src/views/trainExam/singleperformance.vue
@@ -1,8 +1,8 @@
 /*
  * @Author: Morpheus
  * @Date: 2021-07-05 16:31:54
- * @Last Modified by: Morpheus
- * @Last Modified time: 2021-07-18 21:02:10
+ * @Last Modified by: liu
+ * @Last Modified time: 2021-09-28 15:06:04
  * menu-name 成绩查看
  */
 <template>
@@ -27,18 +27,29 @@
             @current-change="questionBankCurrentChange"
             @size-change="questionBankSizeChange"
             @row-update="questionBankRowUpdate"
+            @refresh-change="refreshChange"
           >
             <template slot-scope="{ row }" slot="learnGrade">
               {{ row.learnGrade == -1 ? "暂未录入" : row.learnGrade }}
             </template>
             <template slot-scope="{ row }" slot="theoryGrade">
-              {{ row.learnGrade == -1 ? "" : row.theoryGrade }}
+              {{ row.theoryGrade == -1 ? "" : row.theoryGrade }}
             </template>
             <template slot-scope="{ row }" slot="allGrade">
-              {{ row.learnGrade == -1 ? "" : row.allGrade }}
+              {{ row.allGrade == -1 ? "" : row.allGrade }}
             </template>
             <template slot-scope="{ row }" slot="qualified">
-              {{ row.learnGrade == -1 ? "" : row.qualified == 0?"合格":row.qualified==1?"不合格":'' }}
+              {{
+                row.qualified == -1
+                  ? ""
+                  : row.qualified == 0
+                  ? "合格"
+                  : row.qualified == 1
+                  ? "不合格"
+                  : row.qualified == 3
+                  ? "缺考,成绩无效"
+                  : ""
+              }}
             </template>
 
             <template slot-scope="{ row }" slot="menu">
@@ -47,7 +58,7 @@
                 size="mini"
                 icon="el-icon-collection"
                 class="start-kaoshi"
-                :disabled="row.qualified==1"
+                :disabled="row.qualified == 1"
                 @click="securityPrint(row)"
                 >保安证打印
               </el-button>
@@ -141,7 +152,7 @@
             search: true,
             searchSpan: 4,
             slot: true,
-            viewDisplay:false,
+            viewDisplay: false,
             // 表单新增时是否禁止
             addDisabled: false,
             // 表单新增时是否可见
@@ -149,7 +160,7 @@
             // 表单新增时是否为查看模式
             addDetail: false,
             // 表单编辑时是否禁止
-            editDisabled: false,
+            editDisabled: true,
             // 表单编辑时是否可见
             editDisplay: false,
             // 表单编辑时是否为查看模式
@@ -161,10 +172,41 @@
                 trigger: "blur",
               },
             ],
-            overHidden:true,
+            // overHidden:true,
+            width: 210,
           },
           {
-            label: "用户名",
+            label: "姓名",
+            prop: "securityName",
+            search: true,
+            searchSpan: 3,
+            slot: true,
+            viewDisplay: true,
+            // 表单新增时是否禁止
+            addDisabled: false,
+            // 表单新增时是否可见
+            addDisplay: true,
+            // 表单新增时是否为查看模式
+            addDetail: false,
+            // 表单编辑时是否禁止
+            editDisabled: true,
+            viewDisabled: true,
+            // 表单编辑时是否可见
+            editDisplay: true,
+            // 表单编辑时是否为查看模式
+            editDetail: false,
+            rules: [
+              {
+                required: true,
+                message: "请输入试卷名称",
+                trigger: "blur",
+              },
+            ],
+            width: 80,
+            // overHidden:true,
+          },
+          {
+            label: "身份证号",
             prop: "account",
             search: true,
             searchSpan: 4,
@@ -188,6 +230,7 @@
                 trigger: "blur",
               },
             ],
+            width: 160,
           },
           {
             label: "所属公司",
@@ -219,6 +262,7 @@
                 trigger: "blur",
               },
             ],
+            width: 230,
           },
           {
             label: "考试开始时间",
@@ -227,7 +271,7 @@
             // span: 24,
             format: "yyyy-MM-dd HH:mm:ss",
             valueFormat: "yyyy-MM-dd HH:mm:ss",
-            width: 160,
+            width: 140,
             slot: true,
             // 表单新增时是否禁止
             addDisabled: false,
@@ -249,7 +293,7 @@
             // span: 24,
             format: "yyyy-MM-dd HH:mm:ss",
             valueFormat: "yyyy-MM-dd HH:mm:ss",
-            width: 160,
+            width: 140,
             slot: true,
             // 表单新增时是否禁止
             addDisabled: false,
@@ -270,7 +314,7 @@
             type: "select",
             slot: true,
             search: true,
-            searchSpan: 4,
+            searchSpan: 3,
             dicData: [
               {
                 label: "发布成绩",
@@ -281,6 +325,7 @@
                 value: 3,
               },
             ],
+            width: 60,
             // 表单新增时是否禁止
             addDisabled: false,
             // 表单新增时是否可见
@@ -339,26 +384,28 @@
             ],
           },
           {
-              label: "总成绩",
-              prop: "allGrade",
-              slot: true,
-              // 表单新增时是否禁止
-              addDisabled: false,
-              // 表单新增时是否可见
-              addDisplay: true,
-              // 表单新增时是否为查看模式
-              addDetail: false,
-              // 表单编辑时是否禁止
-              editDisabled: true,
-              // 表单编辑时是否可见
-              editDisplay: true,
-              // 表单编辑时是否为查看模式
-              editDetail: false,
-              rules: [{
-                  required: true,
-                  message: "请输入考试名称",
-                  trigger: "blur"
-              }]
+            label: "总成绩",
+            prop: "allGrade",
+            slot: true,
+            // 表单新增时是否禁止
+            addDisabled: false,
+            // 表单新增时是否可见
+            addDisplay: true,
+            // 表单新增时是否为查看模式
+            addDetail: false,
+            // 表单编辑时是否禁止
+            editDisabled: true,
+            // 表单编辑时是否可见
+            editDisplay: true,
+            // 表单编辑时是否为查看模式
+            editDetail: false,
+            rules: [
+              {
+                required: true,
+                message: "请输入考试名称",
+                trigger: "blur",
+              },
+            ],
           },
           {
             label: "是否合格",
@@ -366,7 +413,8 @@
             type: "select",
             slot: true,
             search: true,
-            searchSpan: 4,
+            searchSpan: 3,
+            width: 110,
             dicData: [
               {
                 label: "合格",
@@ -415,9 +463,12 @@
       questionBankSelectionList: [],
     };
   },
-  created() {},
+  created() {
+    // console.log(this.$route.query,111);
+    this.questionBankSearch["examName"] = this.$route.query.examName;
+  },
   mounted() {},
-  computed:{
+  computed: {
     ...mapGetters(["userInfo", "permission"]),
     permissionList() {
       return {
@@ -425,7 +476,10 @@
         viewBtn: this.vaildData(null, false),
         delBtn: this.vaildData(null, false),
         editBtn: this.vaildData(null, false),
-        excelBtn: this.vaildData(this.permission.trainExam_performance_export, false),
+        excelBtn: this.vaildData(
+          this.permission.trainExam_performance_export,
+          false
+        ),
       };
     },
   },
@@ -444,33 +498,33 @@
       var that = this;
       //获取当前登录人员的角色信息
       var roleIds = this.userInfo.role_id.split(",");
+      params = this.questionBankSearch;
       roleIds.forEach((roleId) => {
         getRoleDetail(roleId).then((res) => {
-            var roleAlias = res.data.data.roleAlias;
-            if (
-              roleAlias == "保安公司管理员" ||
-              roleAlias == "保安" ||
-              roleAlias == "未持证保安"
-            ) {
-              //如果是保安公司管理员
-              params["deptId"] = that.userInfo.dept_id;
-            }
+          var roleAlias = res.data.data.roleAlias;
+          if (roleAlias == "保安公司管理员" || roleAlias == "保安") {
+            //如果是保安公司管理员
+            params["deptId"] = that.userInfo.dept_id;
+          }
+          if (roleAlias == "培训公司管理员") {
+            //如果是培训公司管理员
+            params["trainUnitId"] = that.userInfo.dept_id;
+          }
+          that.questionBankLoading = false;
+          params["examType"] = 2;
+          getList(
+            page.currentPage,
+            page.pageSize,
+            Object.assign(params, this.questionBankQuery)
+          ).then((res) => {
+            const data = res.data.data;
+            that.questionBankPage.total = data.total;
+            that.questionBankData = data.records;
             that.questionBankLoading = false;
-            params["examType"] = 1;
-            getList(
-              page.currentPage,
-              page.pageSize,
-              Object.assign(params, this.query)
-            ).then((res) => {
-              const data = res.data.data;
-              that.questionBankPage.total = data.total;
-              that.questionBankData = data.records;
-              that.questionBankLoading = false;
-              that.questionBankSelectionClear();
-            });
-        })
+            that.questionBankSelectionClear();
+          });
+        });
       });
-      
     },
     questionBankSelectionClear() {
       this.questionBankSelectionList = [];
@@ -516,6 +570,9 @@
         }
       );
     },
+    refreshChange() {
+      this.questionBankOnLoad(this.questionBankPage, this.questionBankQuery);
+    },
   },
 };
 </script>

--
Gitblit v1.9.3