| | |
| | | { label: '工作补贴', name: 'Gongzuobutie', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '加班工资', name: 'Jiabangongzi', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '社保', name: 'Shebao', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '电话补贴', name: 'Dianhuabutie', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '电话补贴', name: 'DianhuabutieChs', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '全勤奖', name: 'Quanqinjiang', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '交通补贴', name: 'Jiaotngbutie', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '绩效提成', name: 'Jixiaoticheng', labtype: 'txt', hidden: false, width: 100 }, |
| | |
| | | ]; |
| | | dataUrl = "/SalaryCheck/GetSearchList"; |
| | | searchCol = [ |
| | | { label: '时间', name: 'searchDate', labtype: 'datearea', hidden: false }, |
| | | { label: '时间', name: 'searchDatestart', labtype: 'monthdate', hidden: false, cwidth: '5%', cccwidth: '8%' }, |
| | | { label: '到', name: 'searchDateend', labtype: 'monthdate', hidden: false, cwidth: '2%', cccwidth: '8%' }, |
| | | { label: '部门', name: 'DeptId', labtype: 'combox', hidden: false, data: JSON.parse(dept) }, |
| | | { label: '姓名', name: 'UserName', labtype: 'txt', hidden: false }, |
| | | { label: '工号', name: 'Usernumber', labtype: 'txt', hidden: false }, |