From 9097f4962f945ec85f7da1f8477f1e6ff442335f Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Tue, 20 Aug 2024 15:41:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=89=E5=AF=86=E5=AF=86=E5=93=81=E9=94=80?= =?UTF-8?q?=E6=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TdPropertyDestoryListController.java | 10 ++ .../property/ementDestory/ementDestory.html | 76 +++++++++++- .../property/ementDestory/ementList.html | 114 +++++++++++++++++- .../propertydestory/list/property.html | 17 ++- 4 files changed, 202 insertions(+), 15 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/property/TdPropertyDestoryListController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/property/TdPropertyDestoryListController.java index c7e8952..163f46f 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/property/TdPropertyDestoryListController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/property/TdPropertyDestoryListController.java @@ -62,4 +62,14 @@ public class TdPropertyDestoryListController extends BaseController { mmap.put("useId",useId); return "system/property/propertydestory/destoryproperty"; } + /** + * 密品条目 + */ + @RequiresPermissions("system:destory:detail") + @GetMapping("/destoryDetail/{useId}") + public String destoryDetail(@PathVariable("useId") String useId, ModelMap mmap) + { + mmap.put("useId",useId); + return "system/property/ementDestory/ementList"; + } } diff --git a/ruoyi-admin/src/main/resources/templates/system/property/ementDestory/ementDestory.html b/ruoyi-admin/src/main/resources/templates/system/property/ementDestory/ementDestory.html index 566549b..a22721c 100644 --- a/ruoyi-admin/src/main/resources/templates/system/property/ementDestory/ementDestory.html +++ b/ruoyi-admin/src/main/resources/templates/system/property/ementDestory/ementDestory.html @@ -1,10 +1,76 @@ - +
- -