From 6f37bcb6cd9493b80b565b5d185db4a7a09e604b Mon Sep 17 00:00:00 2001 From: zhangli <1109134334@qq.com> Date: Thu, 13 May 2021 16:08:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E5=86=8C=E7=99=BB=E8=AE=B0=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E6=89=93=E5=8D=B0=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4?= =?UTF-8?q?=20=E8=B0=83=E6=95=B4=E8=B0=83=E6=8B=A8=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=98=8E=E7=BB=86=20=E6=96=B0=E6=A5=BC=E5=AE=87=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E8=8E=B7=E5=8F=96=E5=88=B0=E4=B8=8B=E6=8B=89=E6=A1=86?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Ass_AssetsInfoItem/Index.js | 5 +- .../Views/Ass_AssetsInfoItem/QRPrint.cshtml | 123 ++++++++++++++---- .../Views/Ass_AssetsOutItemApply/Form.js | 1 - 3 files changed, 99 insertions(+), 30 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoItem/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoItem/Index.js index 0aa56c6e9..3d2902954 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoItem/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoItem/Index.js @@ -92,6 +92,7 @@ var bootstrap = function ($, learun) { height: 80 }); $("#lr_printBar").on('click', function () { + var AIId = $('#gridtable').jfGridValue('AIId'); var keyValue = $('#gridtable').jfGridValue('AICode'); var AName = $('#gridtable').jfGridValue('AIASSName'); if (learun.checkrow(keyValue)) { @@ -113,7 +114,7 @@ var bootstrap = function ($, learun) { learun.layerForm({ id: 'formcardprint', title: '打印二维码', - url: top.$.rootUrl + '/AssetManagementSystem/Ass_AssetsInfoItem/QRPrint?keyValue=' + keyValue + '&aName=' + escape(AName), + url: top.$.rootUrl + '/AssetManagementSystem/Ass_AssetsInfoItem/QRPrint?keyValue=' + keyValue + '&aName=' + escape(AName) + '&AIId=' + AIId, width: 700, height: 300, btn: null, @@ -388,7 +389,7 @@ var bootstrap = function ($, learun) { // } //}, - + //{ // label: "资产属性", name: "AIAssType", width: 100, align: "left", // formatterAsync: function (callback, value, row, op, $cell) { diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoItem/QRPrint.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoItem/QRPrint.cshtml index 5a39f0077..e52f1f2a6 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoItem/QRPrint.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoItem/QRPrint.cshtml @@ -23,38 +23,107 @@
-