| | |
| | | return View(); |
| | | } |
| | | |
| | | [CheckLogin] |
| | | public string GetUserListJiBenGongZi(PltUserDTOSearch search) |
| | | { |
| | | var curentuser = JsonConvert.DeserializeObject<PltUser>(HttpContext.Session.GetString("User")); |
| | | ViewData["curentuser"] = curentuser; |
| | | search.Zhiwustatus = "A"; |
| | | //JsonResult jsonResult = new JsonResult(_liaotianService.SearchByPaging(search), new Newtonsoft.Json.Serialization.DefaultContractResolver()); |
| | | return JsonConvert.SerializeObject(_userService.SearchByPaging(search)); |
| | | } |
| | | |
| | | |
| | | #region 修改备注 |
| | | [CheckLogin] |
| | |
| | | <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration> |
| | | <LastUsedPlatform>Any CPU</LastUsedPlatform> |
| | | <PublishProvider>FileSystem</PublishProvider> |
| | | <PublishUrl>D:\netcoreapp3.1\publish11111\</PublishUrl> |
| | | <PublishUrl>D:\netcoreapp3.1\publish\</PublishUrl> |
| | | <WebPublishMethod>FileSystem</WebPublishMethod> |
| | | <SiteUrlToLaunchAfterPublish /> |
| | | <TargetFramework>netcoreapp3.1</TargetFramework> |
| | |
| | | --> |
| | | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <_PublishTargetUrl>D:\netcoreapp3.1\publish11111\</_PublishTargetUrl> |
| | | <_PublishTargetUrl>D:\netcoreapp3.1\publish\</_PublishTargetUrl> |
| | | <History>True|2021-06-18T02:23:47.0862716Z;</History> |
| | | </PropertyGroup> |
| | | <ItemGroup> |
| | |
| | | return "<span style='color:" + rowObject.Coler + ";'>" + cellvalue+"</span>"; |
| | | }}, |
| | | ]; |
| | | dataUrl = "/User/GetUserList"; |
| | | dataUrl = "/User/GetUserListJiBenGongZi"; |
| | | searchCol = [ |
| | | { label: '工号', name: 'Usernumber', labtype: 'txt', hidden: false }, |
| | | { label: '工作部门', name: 'DeptId', labtype: 'combox', hidden: false, data: JSON.parse(dept) }, |