username@email.com
2021-12-15 8e5d569d8362b0bc25b45a8003f8be6be65a8104
zhengcaioa/zhengcaioa/Views/SysCode/Indexlaw.cshtml
@@ -4,8 +4,14 @@
}
@section headerStyle{
    <script type="text/javascript">
        var falv = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.falv))';
        var question = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.question))';
        dataCol = [
            { label: 'id', name: 'Id', labtype: 'txt', hidden: true },
            {
                label: '质疑事项', name: 'Classify1Name', labtype: 'txt', hidden: false, width: 300,
            },
            {
                label: '编码', name: 'CodeSn', labtype: 'txt', hidden: false, width: 50,
                formatter: function (cellvalue, options, rowObject) {
@@ -13,7 +19,7 @@
                }
            },
            {
                label: '名称', name: 'Comments', labtype: 'txt', hidden: false, width: 300,
                label: '法律名称', name: 'CommentsName', labtype: 'txt', hidden: false, width: 100,
            },
            {
@@ -21,9 +27,11 @@
            },
            {
                label: '备注', name: 'Contents', labtype: 'txt', hidden: false, width: 300,
                label: '内容', name: 'Contents', labtype: 'txt', hidden: false, width: 300,
            },
            { label: '状态', name: 'RecStatus', labtype: 'txt', hidden: true },
            { label: '创建人', name: 'Creater', labtype: 'txt', hidden: true },
            { label: '创建时间', name: 'Createtime', labtype: 'txt', hidden: true },
@@ -33,10 +41,12 @@
        ];
        dataUrl = "/SysCode/GetListlaw";
        searchCol = [
            { label: '质疑事项', name: 'Classify1', labtype: 'combox', hidden: false, data: JSON.parse(question) },
            { label: '编码', name: 'CodeSn', labtype: 'txt', hidden: false },
            { label: '名称', name: 'Comments', labtype: 'txt', hidden: false },
            { label: '名称', name: 'Comments', labtype: 'combox', hidden: false, data: JSON.parse(falv) },
        ];