| | |
| | | { label: '地点', name: 'Didian', labtype: 'txt', hidden: false, width: 400 }, |
| | | { label: '人数', name: 'Renshu', labtype: 'txt', hidden: false, width: 200 }, |
| | | { |
| | | label: '课程类型', name: 'Creater', labtype: 'txt', hidden: false, width: 100, |
| | | label: '课程价格', name: 'Creater', labtype: 'txt', hidden: false, width: 100, |
| | | formatter: function (cellvalue, options, rowObject) { |
| | | return "<a onclick=\"OpenWindow('" + rowObject.Banci.replace(/'/g, '') + "','98%','100%', '/OrderBanci/IndexDtl?OrderBanciId=" + rowObject.Id + "')\" >培训时间</a>"; |
| | | return "<a onclick=\"OpenWindow('" + rowObject.Banci.replace(/'/g, '') + "','98%','100%', '/OrderBanci/IndexDtl?OrderBanciId=" + rowObject.Id + "')\" >课程价格</a>"; |
| | | } |
| | | }, |
| | | |