| | |
| | | { field: 'orderNo', align: 'center', title: '订单号', width: 150 }, |
| | | { field: 'batch', align: 'center', title: '批次', width: 120 }, |
| | | { field: 'quantity', align: 'center', title: '数量', width: 100 }, |
| | | { field: 'expiceTime$', align: 'center', title: '过期时间', width: 180 }, |
| | | { field: 'createTime$', align: 'center', title: '创建时间', width: 180 }, |
| | | { field: 'expireTime$', align: 'center', title: '过期时间', width: 180 }, |
| | | { field: 'createTime$', align: 'center', title: '创建时间', width: 180 ,hide:true}, |
| | | { field: 'updateTime$', align: 'center', title: '更新时间', width: 180 }, |
| | | { field: 'createBy$', align: 'center', title: '创建人', width: 100 }, |
| | | { field: 'updateBy$', align: 'center', title: '更新人', width: 100 }, |
| | | { fixed: 'right', title: '操作', align: 'center', toolbar: '#operate', width: 150 } |
| | | ]], |
| | | request: { |
| | |
| | | |
| | | // 渲染日期选择器 |
| | | layDate.render({ |
| | | elem: '#expiceTime', |
| | | elem: '#expireTime', |
| | | type: 'datetime', |
| | | format: 'yyyy-MM-dd HH:mm:ss' |
| | | }); |