| | |
| | | public string tittle { get; set; } |
| | | public string shenpi_status { get; set; } |
| | | } |
| | | |
| | | public class HrSalaryAppealDTO : HrSalaryAppeal |
| | | { |
| | | public string Step { get; set; } |
| | | |
| | | public string Tongguojujue { get; set; } |
| | | |
| | | public string Content { get; set; } |
| | | |
| | | } |
| | | } |
| | |
| | | && (string.IsNullOrWhiteSpace(searchEntity.Usernumber) || f.Usernumber == searchEntity.Usernumber.Trim()) |
| | | && (string.IsNullOrWhiteSpace(searchEntity.DeptId) || f.DeptId == searchEntity.DeptId.Trim()) |
| | | && (string.IsNullOrWhiteSpace(searchEntity.UserName) || f.UserName.Contains(searchEntity.UserName.Trim())) |
| | | && ( (a.Year == year && a.Month == month)) |
| | | && (string.IsNullOrWhiteSpace(searchEntity.YearMonth) || ( a.Year == year && a.Month == month )) |
| | | select new HrSalaryDTO |
| | | { |
| | | Id = a.Id, |
| | |
| | | var salaryDTO = _hrSalaryService.Get(salaryId); |
| | | dto = new HrSalaryAppeal(); |
| | | dto.salary_id = salaryId; |
| | | dto.Year = salaryDTO.Year; |
| | | dto.Month = salaryDTO.Month; |
| | | dto.year = salaryDTO.Year; |
| | | dto.month = salaryDTO.Month; |
| | | dto.createrName = curentuser.UserName; |
| | | dto.tittle = "工资申诉(" + curentuser.UserName + ")"; |
| | | } |
| | |
| | | |
| | | |
| | | ViewBag.GoodsStatus = _liaotianService.GetSYScode("adm_goods_manage", "goods_status").Select(x => new { code = x.CodeSn, label = x.Comments }).ToList(); |
| | | ViewBag.Goods = _admGoodsManageService.GetList().Select(x => new { code = x.Id, label = x.GoodsName }).ToList(); |
| | | ViewBag.Goods = _admGoodsManageService.GetList().Select(x => new { code = x.Id, label = (x.GoodsName.Length>15? x.GoodsName.Substring(0, 15) : x.GoodsName) }).ToList(); |
| | | |
| | | ViewBag.ClassifyId = _admGoodsClassifyService.GetList().Select(x => new { code = x.Id, label = x.ClassifyName }).ToList(); |
| | | |
| | |
| | | dataUrl = "/AdmGoodsManage/GetList"; |
| | | searchCol = [ |
| | | |
| | | { label: '物品类别', name: 'ClassifyId', labtype: 'combox', hidden: false, data: JSON.parse(ClassifyId), cwidth: '5%', cccwidth: '8%' }, |
| | | { label: '物品名称', name: 'GoodsName', labtype: 'combox', hidden: false, data: JSON.parse(Goods), cwidth: '5%', cccwidth: '8%'}, |
| | | { label: '物品状态', name: 'GoodsStatus', labtype: 'combox', hidden: false, data: JSON.parse(GoodsStatus), cwidth: '5%', cccwidth: '8%' }, |
| | | { label: '物品类别', name: 'ClassifyId', labtype: 'combox', hidden: false, data: JSON.parse(ClassifyId), cwidth: '5%', cccwidth: '15%' }, |
| | | { label: '物品名称', name: 'GoodsName', labtype: 'combox', hidden: false, data: JSON.parse(Goods), cwidth: '5%', cccwidth: '15%'}, |
| | | { label: '物品状态', name: 'GoodsStatus', labtype: 'combox', hidden: false, data: JSON.parse(GoodsStatus), cwidth: '5%', cccwidth: '15%' }, |
| | | |
| | | |
| | | |