| | |
| | | } |
| | | @section headerStyle{ |
| | | <script type="text/javascript"> |
| | | var PayType = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.PayType))'; |
| | | @*var PayType = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.PayType))';*@ |
| | | |
| | | var DeptId = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.DeptId))'; |
| | | loseherght = 30; |
| | |
| | | { label: '计件项目', name: 'WorkProName', labtype: 'txt', hidden: false, width: 100 }, |
| | | |
| | | { label: '工作内容', name: 'Remark', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '计件工资', name: 'Gongzi', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '绩效提成(元)', name: 'Gongzi', labtype: 'txt', hidden: false, width: 100 }, |
| | | |
| | | ]; |
| | | dataUrl = "/AdmPieceCheck/GetList"; |
| | | searchCol = [ |
| | | { label: '工作时间', name: 'WorkTime', labtype: 'datearea', hidden: false }, |
| | | { label: '类别', name: 'PayType', labtype: 'combox', hidden: false, data: JSON.parse(PayType), cwidth: '5%', cccwidth: '8%' }, |
| | | //{ label: '类别', name: 'PayType', labtype: 'combox', hidden: false, data: JSON.parse(PayType), cwidth: '5%', cccwidth: '8%' }, |
| | | { label: '部门', name: 'DeptId', labtype: 'combox', hidden: false, data: JSON.parse(DeptId), cwidth: '5%', cccwidth: '8%' }, |
| | | { label: '姓名', name: 'UserName', labtype: 'txt', hidden: false }, |
| | | |