From 3ff31db95e384197a076d6e3667405481e7569f2 Mon Sep 17 00:00:00 2001 From: zhangli <1109134334@qq.com> Date: Tue, 14 Sep 2021 16:17:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A2=E5=8A=A1=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CustomFunction/Views/BudgetApply/Index.js | 2 +- .../Views/BudgetApply/IndexAdjust.cshtml | 4 --- .../CustomFunction/Views/CostInvoice/Index.js | 2 +- .../Controllers/FD_IncomeManageController.cs | 20 +++++++------- .../Views/FD_IncomeManage/Index.js | 26 +++++++++---------- .../FD_IncomeManage/FD_IncomeManageBLL.cs | 2 +- 6 files changed, 26 insertions(+), 30 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/CustomFunction/Views/BudgetApply/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/CustomFunction/Views/BudgetApply/Index.js index 04ec77e1f..e05455848 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/CustomFunction/Views/BudgetApply/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/CustomFunction/Views/BudgetApply/Index.js @@ -112,7 +112,7 @@ var bootstrap = function ($, learun) { url: top.$.rootUrl + '/CustomFunction/BudgetApply/GetPageList', headData: [ { label: "用途", name: "Purpose", width: 100, align: "left"}, - { label: "申请金额", name: "Amount", width: 100, align: "left"}, + { label: "申请金额", name: "Amount", width: 100, align: "left", statistics: true}, { label: "备注", name: "Remark", width: 100, align: "left"}, { label: "申请时间", name: "CreateTime", width: 100, align: "left"}, { label: "申请人", name: "CreateUserId", width: 100, align: "left", diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/CustomFunction/Views/BudgetApply/IndexAdjust.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/CustomFunction/Views/BudgetApply/IndexAdjust.cshtml index 21a198396..0112dc54b 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/CustomFunction/Views/BudgetApply/IndexAdjust.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/CustomFunction/Views/BudgetApply/IndexAdjust.cshtml @@ -14,10 +14,6 @@