Browse Source

考勤,前端添加是否范围外打卡列

luojing 5 years ago
parent
commit
2d4a63f8c0
1 changed files with 10 additions and 2 deletions
  1. 10 2
      o2web/source/x_component_Attendance/$MyDetail/listItem.json

+ 10 - 2
o2web/source/x_component_Attendance/$MyDetail/listItem.json

@@ -14,7 +14,7 @@
     "defaultSort" : "desc",
     "item" : "recordDateString",
     "name" : "recordDateString",
-    "width" : "9%"
+    "width" : "6%"
   },
 
   {
@@ -66,13 +66,21 @@
     "name" : "status",
     "width" : "9%"
   } ,
+  {
+    "title": "是否范围外打卡",
+    "headStyles": "normalThNode",
+    "contentStyles": "normalTdNode",
+    "item": "function( d ){  if(d.isExternal){ return '是' }else{ return '否' }}",
+    "name" : "appealStatus",
+    "width" : "6%"
+  },
   {
     "title": "申诉状态",
     "headStyles": "normalThNode",
     "contentStyles": "normalTdNode",
     "item": "function( d ){  if(d.appealStatus==1){ return '申诉中' }else if(d.appealStatus==-1){ return '申诉未通过' }else if(d.appealStatus==9){ return '申诉通过' }else{ return '' } }",
     "name" : "appealStatus",
-    "width" : "9%"
+    "width" : "6%"
   },
   {
     "title": "申诉审核人",