123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- [
- {
- "title" : MWF.xApplication.Attendance.LP.unit,
- "headStyles" : "normalThNode",
- "contentStyles" : "normalTdNode",
- "item" : "function( d ){ return (d.unitName || '').split('@')[0] }",
- "name" : "unitName",
- "width" : "10%"
- },
- {
- "title" : MWF.xApplication.Attendance.LP.name,
- "headStyles" : "normalThNode",
- "contentStyles" : "normalTdNode",
- "item" : "function( d ){ return (d.employeeName || '').split('@')[0] }",
- "name" : "employeeName",
- "width" : "10%"
- },
- {
- "title" : MWF.xApplication.Attendance.LP.months,
- "headStyles" : "normalThNode",
- "contentStyles" : "normalTdNode",
- "item" : "function( data ){ return data.statisticYear + '-' + data.statisticMonth }",
- "name" : "statisticMonth",
- "width" : "8%"
- },
- {
- "title" : MWF.xApplication.Attendance.LP.onDutyTimes,
- "headStyles" : "normalThNode",
- "contentStyles" : "normalTdNode",
- "item" : "onDutyTimes",
- "name" : "onDutyTimes",
- "width" : "8%"
- },
- {
- "title" : MWF.xApplication.Attendance.LP.offDutyTimes,
- "headStyles" : "normalThNode",
- "contentStyles" : "normalTdNode",
- "item" : "offDutyTimes",
- "name" : "offDutyTimes",
- "width" : "8%"
- },
- {
- "title" : MWF.xApplication.Attendance.LP.onDutyDayCount1,
- "headStyles" : "normalThNode",
- "contentStyles" : "normalTdNode",
- "item" : "onDutyDayCount",
- "name" : "onDutyDayCount",
- "width" : "8%"
- },
- {
- "title" : MWF.xApplication.Attendance.LP.onSelfHolidayCount1,
- "headStyles" : "normalThNode",
- "contentStyles" : "normalTdNode",
- "item" : "onSelfHolidayCount",
- "name" : "onSelfHolidayCount",
- "width" : "8%"
- },
- {
- "title" : MWF.xApplication.Attendance.LP.absentCount,
- "headStyles" : "normalThNode",
- "contentStyles" : "normalTdNode",
- "item" : "absenceDayCount",
- "name" : "absenceDayCount",
- "width" : "8%"
- },
- {
- "title" : MWF.xApplication.Attendance.LP.lateTimes,
- "headStyles" : "normalThNode",
- "contentStyles" : "normalTdNode",
- "item" : "lateTimes",
- "name" : "lateTimes",
- "width" : "8%"
- },
- // {
- // "title" : "早退次数",
- // "headStyles" : "normalThNode",
- // "contentStyles" : "normalTdNode",
- // "item" : "leaveEarlyTimes",
- // "name" : "leaveEarlyTimes",
- // "width" : "8%"
- // },
- {
- "title" : MWF.xApplication.Attendance.LP.lackOfTimeCount,
- "headStyles" : "normalThNode",
- "contentStyles" : "normalTdNode",
- "item" : "lackOfTimeCount",
- "name" : "lackOfTimeCount",
- "width" : "8%"
- },
- {
- "title" : MWF.xApplication.Attendance.LP.abNormalDutyCount,
- "headStyles" : "normalThNode",
- "contentStyles" : "normalTdNode",
- "item" : "abNormalDutyCount",
- "name" : "abNormalDutyCount",
- "width" : "8%"
- }
- // {
- // "access" : "admin",
- // "title" : "操作",
- // "headStyles" : "normalThNode",
- // "contentStyles" : "normalTdNode",
- // "item" : "actions",
- // "name" : "actions",
- // "width" : "10%",
- // "sub" : [{
- // "title" : "删除文件",
- // "action" : "remove",
- // "styles" : "actionDeleteNode",
- // "overStyles" : "actionDeleteNode_over",
- // "downStyles" : "actionDeleteNode_down"
- // }]
- // }
- ]
|