| | |
| | | { field: 'createTime', width: 200, title: '创建时间',templet:function(d){ |
| | | return new Date(d.createTime).dateFormat("yyyy-MM-dd hh:mm"); |
| | | } }, |
| | | { align: 'center', width: 200, toolbar: '#feeedback-table-bar', title: '操作' } |
| | | { align: 'center', width: 150, toolbar: '#feeedback-table-bar', title: '操作',fixed: 'right' } |
| | | ]],done:function(res){ |
| | | permissionsInput(res,config); |
| | | } |
| | |
| | | dateend = dateUtil.getNowDate(); |
| | | $('#dateend').val(dateend); |
| | | } |
| | | table.reload('feedback-table', { where: { doctorName: doctorName, createTime: datebegin, updateTime: dateend } }); |
| | | table.reload('feedback-table', { where: { doctorName: doctorName, createTime: datebegin, updateTime: dateend },page: {curr: 1 } }); |
| | | }); |
| | | }); |
| | | </script> |