username@email.com
11 小时以前 0c7e6deb5e426a53ce095ddff808168c26215d83
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>";
                }
@@ -18,6 +18,8 @@
            { label: '时间', name: 'Shijian', labtype: 'txt', hidden: false, width: 100  },
            { label: '事项', name: 'Shixiamg', labtype: 'txt', hidden: false, width: 400 },
            { label: '价格', name: 'JiageName', labtype: 'txt', hidden: false, width: 100 },
            { label: '积分', name: 'JifenName', labtype: 'txt', hidden: false, width: 100 },
            { label: '主讲人', name: 'Zhujiangren', labtype: 'txt', hidden: false, width: 100 },
            { label: '排序', name: 'Sort', labtype: 'txt', hidden: false, width: 100 },