From 7b57c74d6dc6a1798774ed8ff98feda8e7f16781 Mon Sep 17 00:00:00 2001 From: dyy <807692433@qq.com> Date: Tue, 2 Apr 2024 13:14:29 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E5=AE=BF?= =?UTF-8?q?=E8=88=8D=E7=89=A9=E5=93=81=E6=8D=9F=E5=9D=8F=E4=B8=8A=E6=8A=A5?= =?UTF-8?q?=20=E4=B8=8E=20=E5=85=AC=E5=85=B1=E5=8C=BA=E5=9F=9F=E5=8D=AB?= =?UTF-8?q?=E7=94=9F=E7=AE=A1=E7=90=86=EF=BC=9A=E5=A2=9E=E5=8A=A0=E6=89=93?= =?UTF-8?q?=E5=8D=B0=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LogisticsManagement/Views/Acc_GoodsDemage/Index.cshtml | 1 + .../Areas/LogisticsManagement/Views/Acc_GoodsDemage/Index.js | 5 +++++ .../Views/Acc_PublicAreaHealth/Index.cshtml | 1 + .../LogisticsManagement/Views/Acc_PublicAreaHealth/Index.js | 5 +++++ 4 files changed, 12 insertions(+) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_GoodsDemage/Index.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_GoodsDemage/Index.cshtml index 57d8e3197..93231da3c 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_GoodsDemage/Index.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_GoodsDemage/Index.cshtml @@ -44,6 +44,7 @@
 快速新增 +  打印
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_GoodsDemage/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_GoodsDemage/Index.js index 446226d86..d8243299d 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_GoodsDemage/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_GoodsDemage/Index.js @@ -165,6 +165,11 @@ var bootstrap = function ($, learun) { }); } }); + + // 打印 + $('#lr_print').on('click', function () { + $('#gridtable').jqprintTable(); + }); }, // 初始化列表 initGird: function () { diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_PublicAreaHealth/Index.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_PublicAreaHealth/Index.cshtml index cd4d00dc1..58f0a2ff4 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_PublicAreaHealth/Index.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_PublicAreaHealth/Index.cshtml @@ -44,6 +44,7 @@
 快速新增 +  打印
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_PublicAreaHealth/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_PublicAreaHealth/Index.js index 920565032..ad67f8d1c 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_PublicAreaHealth/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_PublicAreaHealth/Index.js @@ -165,6 +165,11 @@ var bootstrap = function ($, learun) { }); } }); + + // 打印 + $('#lr_print').on('click', function () { + $('#gridtable').jqprintTable(); + }); }, // 初始化列表 initGird: function () {