username@email.com
2021-11-26 b3b54f994b5f17b850413c6398e63e25744635e9
zhengcaioa/zhengcaioa/Views/Expert/Indexziliao.cshtml
@@ -13,7 +13,8 @@
        var users = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.users))';
        var YearJiou = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.YearJiou))';
        var Createtime = '@Html.Raw(ViewBag.Createtime)';
         var Createtimebe = '@Html.Raw(ViewBag.Createtimebe)';
        loseherght = 60;
        gridConfig = { multiselect: true, selectcol: "Id" };
        dataCol = [
@@ -42,7 +43,7 @@
            { label: '修改时间', name: 'Modifytime', labtype: 'txt', hidden: true }
        ];
        dataUrl = "/Expert/GetList?Province=510000&City=510100";
        dataUrl = "/Expert/GetList?Province=510000&City=510100&Createtime=" + Createtimebe + "|" + Createtime;
        searchCol = [
            { label: '省', name: 'Province', labtype: 'combox', hidden: false, data: JSON.parse(Province), cwidth: '5%', cccwidth: '6.5%' },
            { label: '市', name: 'City', labtype: 'combox', hidden: false, data: JSON.parse('[]'), cwidth: '1%', cccwidth: '7%' },
@@ -213,13 +214,13 @@
                error: function () { }
            });
            $("#PBSCreatetimeend").val(Createtime);
            $("#PBSCreatetimestart").val(Createtimebe);
        });
    </script>