| | |
| | | { label: '补发工资', name: 'Bufagongzi', labtype: 'txt', hidden: false, width: 60 }, |
| | | { label: '合计', name: 'sum_fgz', labtype: 'txt', hidden: false, width: 60 }, |
| | | |
| | | { label: '个人社保', name: 'Shebaokou', labtype: 'txt', hidden: false, width: 60 }, |
| | | { label: '社保', name: 'Shebaokou', labtype: 'txt', hidden: false, width: 60 }, |
| | | { label: '个税', name: 'Geshui', labtype: 'txt', hidden: false, width: 60 }, |
| | | { label: '电话费', name: 'Dianhuafei', labtype: 'txt', hidden: false, width: 60 }, |
| | | { label: '缺勤', name: 'Queqin', labtype: 'txt', hidden: false, width: 60 }, |
| | |
| | | var year = date.getFullYear(); |
| | | var month = date.getMonth(); |
| | | var strDate = date.getDate(); |
| | | if (month == 0) { |
| | | year = year - 1; |
| | | month = 12; |
| | | } |
| | | if (month >= 1 && month <= 9) { |
| | | month = "0" + month; |
| | | } |