From da321ee8ae64c34e2d2ffb9b3617be95095ed4dd Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Wed, 21 May 2025 11:53:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apply/PromiseInfoListController.java | 2 +- .../system/newdev/apply/editFile.html | 2 +- .../system/newdev/person/detail.html | 633 +++++++++++++----- .../system/newdev/promise/editPromise.html | 410 ++++++++++++ .../system/newdev/promise/promiseList.html | 3 +- .../system/newdev/train/training.html | 10 - 6 files changed, 880 insertions(+), 180 deletions(-) create mode 100644 ruoyi-admin/src/main/resources/templates/system/newdev/promise/editPromise.html diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/apply/PromiseInfoListController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/apply/PromiseInfoListController.java index 0314d455..23a0c112 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/apply/PromiseInfoListController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/apply/PromiseInfoListController.java @@ -59,7 +59,7 @@ public class PromiseInfoListController extends BaseController { public String editPromise(@PathVariable("applyId") String applyId, ModelMap mmap) { TdApplyInfoListDTO applyInfoList = applyInfoListManager.getTdApplyInfoList(applyId); mmap.put("applyInfoList", applyInfoList); - return prefix + "/editAudit"; + return prefix + "/editPromise"; } /** diff --git a/ruoyi-admin/src/main/resources/templates/system/newdev/apply/editFile.html b/ruoyi-admin/src/main/resources/templates/system/newdev/apply/editFile.html index bedadbed..313cb04e 100644 --- a/ruoyi-admin/src/main/resources/templates/system/newdev/apply/editFile.html +++ b/ruoyi-admin/src/main/resources/templates/system/newdev/apply/editFile.html @@ -358,7 +358,7 @@
您的PDF表单已成功填写,可以点击下方按钮下载。