From f9f29d7081e5480b7df6b4ee4e4fec98cd3c52bd Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Mon, 29 Jul 2024 08:44:22 +0800 Subject: [PATCH 1/2] 'commit' --- WebRoot/view/jrgl/xtgl/add.html | 10 +++++++++- WebRoot/view/jrgl/xtgl/index.html | 4 ++-- WebRoot/view/jrgl/xtgl/update.html | 8 ++++++++ 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/WebRoot/view/jrgl/xtgl/add.html b/WebRoot/view/jrgl/xtgl/add.html index 0f950a2a..2f4bcfdd 100644 --- a/WebRoot/view/jrgl/xtgl/add.html +++ b/WebRoot/view/jrgl/xtgl/add.html @@ -58,7 +58,15 @@ - + + +
+ +
+ +
+
diff --git a/WebRoot/view/jrgl/xtgl/index.html b/WebRoot/view/jrgl/xtgl/index.html index 4c9d2d72..fb3ee141 100644 --- a/WebRoot/view/jrgl/xtgl/index.html +++ b/WebRoot/view/jrgl/xtgl/index.html @@ -255,7 +255,7 @@ type: 2, title: '新增', shade: 0.1, - area: ['650px', '230px'], + area: ['650px', '280px'], content: './add.html' }); } @@ -325,7 +325,7 @@ type: 2, title: '编辑', shade: 0.1, - area: ['650px', '230px'], + area: ['650px', '280px'], content: './update.html?system_id=' + obj.data.system_id }); } diff --git a/WebRoot/view/jrgl/xtgl/update.html b/WebRoot/view/jrgl/xtgl/update.html index f13f20fa..46a867d2 100644 --- a/WebRoot/view/jrgl/xtgl/update.html +++ b/WebRoot/view/jrgl/xtgl/update.html @@ -60,6 +60,14 @@ +
+ +
+ +
+
+ From 80f6af0fca32d571cebc485c993740efe870a87d Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Mon, 29 Jul 2024 08:46:28 +0800 Subject: [PATCH 2/2] 'commit' --- WebRoot/view/jrgl/xtgl/update.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebRoot/view/jrgl/xtgl/update.html b/WebRoot/view/jrgl/xtgl/update.html index 46a867d2..9204f49b 100644 --- a/WebRoot/view/jrgl/xtgl/update.html +++ b/WebRoot/view/jrgl/xtgl/update.html @@ -63,7 +63,7 @@
-
@@ -101,6 +101,7 @@ success: function (res) { $("#system_name").val(res.system_name); $("#user_name").val(res.user_name); + $("#redirect_url").val(res.redirect_url); } });