username@email.com
2023-11-02 558dae4a18d393ac38daa43a354e8bc9a22e4e26
zhengcaioa/zhengcaioa/Views/OrderBanci/Index.cshtml
@@ -22,6 +22,8 @@
            { 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) {
@@ -29,6 +31,14 @@
                }
            },
            {
                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";