diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Controllers/Gz_AmountsController.cs b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Controllers/Gz_AmountsController.cs index 0413a9933..68a86c4c3 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Controllers/Gz_AmountsController.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Controllers/Gz_AmountsController.cs @@ -100,7 +100,7 @@ namespace Learun.Application.Web.Areas.PersonnelManagement.Controllers [AjaxOnly] public ActionResult GetPageListCol(string pagination, string queryJson) { - pagination = "{page:1,rows:1}"; + //pagination = "{page:1,rows:1}"; queryJson = "{Year:2023,Month:12}"; Pagination paginationobj = pagination.ToObject(); var data = gz_AmountsIBLL.GetPageListCol(paginationobj, queryJson); @@ -125,6 +125,14 @@ namespace Learun.Application.Web.Areas.PersonnelManagement.Controllers var data = gz_AmountsIBLL.GetEntity(keyValue); return Success(data); } + + [HttpGet] + [AjaxOnly] + public ActionResult GetDetail(string userNo,int year,int month) + { + var data = gz_AmountsIBLL.GetAmountsDetail(userNo, year, month); + return Success(data); + } #endregion #region 提交数据 diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/Gz_Amounts/Index.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/Gz_Amounts/Index.cshtml index 837494f80..480fe188c 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/Gz_Amounts/Index.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/Gz_Amounts/Index.cshtml @@ -37,7 +37,7 @@ 查看 导入 - 删除 + @*删除*@
@@ -123,11 +123,11 @@ border show-overflow-tooltip height="500"> - *@