From 436f6eef6d2eced9e3480e6fe07a5a0f00863220 Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Mon, 7 Jul 2025 14:10:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/project/case/add.html | 16 +-- .../templates/project/case/case.html | 41 ++---- .../templates/project/case/edit.html | 98 ++++++++++++++- .../resources/templates/project/item/add.html | 77 +++++++++++- .../templates/project/item/edit.html | 77 +++++++++++- .../templates/project/item/item.html | 117 ++++++++++++++++++ 6 files changed, 369 insertions(+), 57 deletions(-) create mode 100644 src/main/resources/templates/project/item/item.html diff --git a/src/main/resources/templates/project/case/add.html b/src/main/resources/templates/project/case/add.html index 9d8b9bf..0dcad05 100644 --- a/src/main/resources/templates/project/case/add.html +++ b/src/main/resources/templates/project/case/add.html @@ -10,19 +10,19 @@
- +
- +
- +
@@ -37,31 +37,31 @@
- +
- +
- +
- +
- +
diff --git a/src/main/resources/templates/project/case/case.html b/src/main/resources/templates/project/case/case.html index 1d70a80..2d032e2 100644 --- a/src/main/resources/templates/project/case/case.html +++ b/src/main/resources/templates/project/case/case.html @@ -60,7 +60,7 @@ updateUrl: prefix + "/edit/{id}", removeUrl: prefix + "/remove", exportUrl: prefix + "/export", - modalName: "涉密网络设备", + modalName: "案件管理", columns: [{ checkbox: true }, @@ -113,9 +113,9 @@ align: 'center', formatter: function(value, row, index) { var actions = []; - actions.push('网络登记 '); - actions.push('编辑 '); - actions.push('删除'); + actions.push('物品登记 '); + actions.push('编辑 '); + actions.push('删除'); return actions.join(''); } }] @@ -123,37 +123,10 @@ $.table.init(options); }); /*网络设备列表-详细*/ - function detail(netId) { - var url = prefix + '/detail/' + netId; - $.modal.openTab("网络设备列表数据", url); + function detail(id) { + var url = prefix + '/detail/' + id; + $.modal.openTab("物品登记数据", url); } - var app = new Vue({ - el: '#app', - data: { - CityList: [], - AreaList:[], - City:'', - Area:'', - params:{ - parentId:'', - } - }, - mounted(){ - - }, - methods:{ - // getCityList(){ - // $.ajax({ - // url: ctx + "system/area/getSysAreaList", - // type: 'GET', - // data:this.params , - // success:((res)=>{ - // this.CityList = res.data.filter(obj => obj.id === '36625'); - // }) , - // }); - // }, - } - }) diff --git a/src/main/resources/templates/project/case/edit.html b/src/main/resources/templates/project/case/edit.html index 566549b..93b8c09 100644 --- a/src/main/resources/templates/project/case/edit.html +++ b/src/main/resources/templates/project/case/edit.html @@ -1,10 +1,98 @@ - + - - Title + + - + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+
+ + +
+
+
+
+
+ + + - \ No newline at end of file + diff --git a/src/main/resources/templates/project/item/add.html b/src/main/resources/templates/project/item/add.html index 566549b..34e2261 100644 --- a/src/main/resources/templates/project/item/add.html +++ b/src/main/resources/templates/project/item/add.html @@ -1,10 +1,77 @@ - + - - Title + + - + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + + - \ No newline at end of file + diff --git a/src/main/resources/templates/project/item/edit.html b/src/main/resources/templates/project/item/edit.html index 566549b..b9984a5 100644 --- a/src/main/resources/templates/project/item/edit.html +++ b/src/main/resources/templates/project/item/edit.html @@ -1,10 +1,77 @@ - + - - Title + + - + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + + - \ No newline at end of file + diff --git a/src/main/resources/templates/project/item/item.html b/src/main/resources/templates/project/item/item.html new file mode 100644 index 0000000..55c8104 --- /dev/null +++ b/src/main/resources/templates/project/item/item.html @@ -0,0 +1,117 @@ + + + + + + +
+
+
+
+
+ +
+
+
+ + +
+
+
+
+
+ + + +