From 9454cf4b9f5d464d62e2e8a246d569769626c511 Mon Sep 17 00:00:00 2001 From: ndbs Date: Tue, 19 Sep 2023 10:19:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=83=E9=87=8C=E9=A2=84=E7=BA=A6=E6=A1=A3?= =?UTF-8?q?=E6=A1=88=E6=B7=BB=E5=8A=A0=E6=89=93=E5=8D=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/APStuHealthRecords/Index.cshtml | 5 +++-- .../LogisticsManagement/Views/APStuHealthRecords/Index.js | 6 +++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/APStuHealthRecords/Index.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/APStuHealthRecords/Index.cshtml index 74f14b8f5..5e2975ec4 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/APStuHealthRecords/Index.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/APStuHealthRecords/Index.cshtml @@ -35,9 +35,10 @@
-  新增 -  编辑 +  新增 +  编辑  删除 +  打印
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/APStuHealthRecords/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/APStuHealthRecords/Index.js index 218ed3105..eecd62958 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/APStuHealthRecords/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/APStuHealthRecords/Index.js @@ -103,6 +103,10 @@ var bootstrap = function ($, learun) { }); } }); + // 打印 + $('#lr_print').on('click', function () { + $('#gridtable').jqprintTable(); + }); }, // 初始化列表 initGird: function () { @@ -154,7 +158,7 @@ var bootstrap = function ($, learun) { }); }}, - { label: "描述", name: "Remark", width: 100, align: "left"}, + { label: "描述", name: "Remark", width: 300, align: "left"}, ], mainId:'ID', isPage: true