From f4579ac6ee7810ddd5b7d61c5c3ec2e6491fe1ee Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Fri, 16 Aug 2024 10:59:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=9F=A5=E6=8A=A5=E5=91=8A=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E8=87=AA=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/checkReport/checkReport.html | 9 +- .../templates/system/checkReport/detail.html | 2 +- .../templates/system/checkReport/edit.html | 2 +- .../system/checkReport/selfcheck.html | 258 ++++++++++++++++++ 4 files changed, 267 insertions(+), 4 deletions(-) create mode 100644 ruoyi-admin/src/main/resources/templates/system/checkReport/selfcheck.html diff --git a/ruoyi-admin/src/main/resources/templates/system/checkReport/checkReport.html b/ruoyi-admin/src/main/resources/templates/system/checkReport/checkReport.html index 8b47453..66c055e 100644 --- a/ruoyi-admin/src/main/resources/templates/system/checkReport/checkReport.html +++ b/ruoyi-admin/src/main/resources/templates/system/checkReport/checkReport.html @@ -193,8 +193,13 @@ } }) function selfcheck(id) { - var url ='/system/check/selfcheck/' + id; - $.modal.open("检查管理", url); + $.modal.openOptions({ + title: '检查管理', + url: prefix + '/selfCheck/' + id, + width: "900", + showButtonPanel: false, + btn: 0, + }) } function openAdd(){ $.modal.openOptions({ diff --git a/ruoyi-admin/src/main/resources/templates/system/checkReport/detail.html b/ruoyi-admin/src/main/resources/templates/system/checkReport/detail.html index 202a041..2a64e82 100644 --- a/ruoyi-admin/src/main/resources/templates/system/checkReport/detail.html +++ b/ruoyi-admin/src/main/resources/templates/system/checkReport/detail.html @@ -1,7 +1,7 @@
-