From 32aeb289ec01bffd529fa7b74544830c4630e70a Mon Sep 17 00:00:00 2001 From: zzj <31836194@qq.com> Date: Fri, 19 Jan 2024 14:19:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=A1=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/Gz_AmountsController.cs | 10 ++++- .../Views/Gz_Amounts/Index.cshtml | 37 ++++++++++--------- .../Gz_Amounts/Gz_AmountsBLL.cs | 19 ++++++++++ .../Gz_Amounts/Gz_AmountsIBLL.cs | 3 ++ .../Gz_Amounts/Gz_AmountsService.cs | 23 ++++++++++++ 5 files changed, 73 insertions(+), 19 deletions(-) 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"> - *@