username@email.com
2025-06-20 7b52260c2a83d23adb5447a9e9848d90b4dc018c
zhengcaioa/zhengcaioa/Views/OrderBanci/IndexDtl.cshtml
@@ -10,7 +10,7 @@
            { 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>";
                }