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>"; }