| | |
| | | { label: '结束时间', name: 'ShijianendName', labtype: 'txt', hidden: false, width: 200 }, |
| | | { label: '地点', name: 'Didian', labtype: 'txt', hidden: false, width: 400 }, |
| | | { label: '人数', name: 'Renshu', labtype: 'txt', hidden: false, width: 200 }, |
| | | { label: '座位行数', name: 'Hang', labtype: 'txt', hidden: false, width: 200 }, |
| | | { label: '座位列数', name: 'Lie', labtype: 'txt', hidden: false, width: 200 }, |
| | | { |
| | | label: '课程价格', name: 'Creater', labtype: 'txt', hidden: false, width: 100, |
| | | formatter: function (cellvalue, options, rowObject) { |
| | |
| | | } |
| | | }, |
| | | |
| | | { |
| | | label: '留座', name: 'Liuzuo', labtype: 'txt', hidden: false, width: 100, |
| | | formatter: function (cellvalue, options, rowObject) { |
| | | return "<a onclick=\"OpenWindow('" + rowObject.Banci.replace(/'/g, '') + "','98%','100%', '/OrderBanci/Liuzuo?id=" + rowObject.Id + "')\" >留座</a>"; |
| | | // return "<a class='Jiage' style='display: none;' onclick=\"OpenWindow('" + rowObject.Banci.replace(/'/g, '') + "','98%','100%', '/OrderBanci/IndexDtl?OrderBanciId=" + rowObject.Id + "')\" >留座</a>"; |
| | | } |
| | | }, |
| | | |
| | | |
| | | ]; |
| | | dataUrl = "/OrderBanci/GetList"; |