| | |
| | | { label: 'id', name: 'Id', labtype: 'txt', hidden: true }, |
| | | |
| | | { |
| | | label: '上下午', name: 'ShangxiawuName', labtype: 'txt', hidden: false, width: 100, |
| | | label: '课程类型', name: 'ShangxiawuName', labtype: 'txt', hidden: false, width: 100, |
| | | formatter: function (cellvalue, options, rowObject) { |
| | | return "<a onclick=\"OpenWindow('" + cellvalue.replace(/'/g, '') + "','98%','100%', '/OrderBanci/EditDtl?id=" + rowObject.Id + "')\" >" + cellvalue + "</a>"; |
| | | } |
| | |
| | | |
| | | { label: '时间', name: 'Shijian', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '事项', name: 'Shixiamg', labtype: 'txt', hidden: false, width: 400 }, |
| | | { label: '价格', name: 'JiageName', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '积分', name: 'JifenName', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '主讲人', name: 'Zhujiangren', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '排序', name: 'Sort', labtype: 'txt', hidden: false, width: 100 }, |
| | | |