Explorar el Código

物联网稽核模版

sunyize hace 2 años
padre
commit
a961de271d

+ 1 - 1
src/views/lotCheck/modules/TaskCheckAudit.vue

@@ -1983,7 +1983,7 @@ export default {
       }
     },
     outPage(){
-      this.$router.push({path: '/lot/check/task/check', query: {id: that.taskId}});
+      this.$router.push({path: '/lot/check/task/check', query: {id: this.taskId}});
     },
     isPhone(rule, value, callback) {
       if (!value || new RegExp(/^1([38][0-9]|4[579]|5[0-3,5-9]|6[6]|7[0135678]|9[89])\d{8}$/).test(value)) {

+ 21 - 1
src/views/lotCheck/modules/TaskCheckList.vue

@@ -284,6 +284,26 @@ export default {
           sorter: true,
           dataIndex: 'staffNo'
         },
+        {
+          title: '员工二级部门',
+          align: "center",
+          dataIndex: 'staffDeptLevel2Name'
+        },
+        {
+          title: '员工二级部门编号',
+          align: "center",
+          dataIndex: 'staffDeptLevel2No'
+        },
+        {
+          title: '员工三级部门',
+          align: "center",
+          dataIndex: 'staffDeptLevel3Name'
+        },
+        {
+          title: '员工三级部门编号',
+          align: "center",
+          dataIndex: 'staffDeptLevel3No'
+        },
         {
           title: '稽核进度',
           align: "center",
@@ -312,7 +332,7 @@ export default {
         notice: "/smsCheck/customerInfo/notice",
         editCheck: "/smsCheck/customerInfo/edit/check/state",
         dataDelete: "/smsCheck/customerData/clear",
-        exportXlsUrl: "smsCheck/customerInfo/exportXls",
+        exportXlsUrl: "smsCheck/customerInfo/exportXlsLot",
       },
       autoSearch: false,
     }