| | |
| | | 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" }; |
| | |
| | | { 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%' }, |
| | |
| | | |
| | | $("#PBSCreatetimeend").val(Createtime); |
| | | |
| | | |
| | | $("#PBSCreatetimestart").val(Createtimebe); |
| | | |
| | | |
| | | |