From c1dda9e8bd6bfd9d898f138c73583e11c8b27123 Mon Sep 17 00:00:00 2001 From: zhanghongqing Date: Thu, 22 Mar 2018 15:31:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E5=85=B8=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=88=97=E8=A1=A8=EF=BC=8C=E6=96=B0=E5=A2=9E=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/views/sys/dictForm.jsp | 90 ++++++++++++------- .../webapp/WEB-INF/views/sys/dictList.jsp | 82 +++++++++++++---- 2 files changed, 120 insertions(+), 52 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/sys/dictForm.jsp b/src/main/webapp/WEB-INF/views/sys/dictForm.jsp index b960fc2da..d4822ae08 100644 --- a/src/main/webapp/WEB-INF/views/sys/dictForm.jsp +++ b/src/main/webapp/WEB-INF/views/sys/dictForm.jsp @@ -22,7 +22,7 @@ }); //删除子项 - $(".delItem").live("click",function(){ + $("#items").delegate("button","click",function(){ $(this).parent().remove(); }); @@ -109,23 +109,38 @@ return true; } - -
--%> +
+
+
+
+
+
- @@ -141,35 +156,35 @@ 表单验证成功!
- -
- -
- - * +
+
+ +
+
+ *
-
- -
- - * +
+ +
+
+ *
-
- - - -
+
+ +
添加词条 *
- -
+
+
+
+
@@ -203,30 +218,37 @@ - + -

-
-
-
- -
- +
+ +
+
+
+
-   - + + +
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/sys/dictList.jsp b/src/main/webapp/WEB-INF/views/sys/dictList.jsp index e3c4678e5..f1bd68ac9 100644 --- a/src/main/webapp/WEB-INF/views/sys/dictList.jsp +++ b/src/main/webapp/WEB-INF/views/sys/dictList.jsp @@ -202,29 +202,69 @@ +
+ - - - - +

+ + +

+ +
+
+
+
+
+ -
- - - - " onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/> - " onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>   -       + +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ " onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:true});"/> +
+
+ +
+
+ " onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:true});"/> +
+
+ +
+
+
+
@@ -279,6 +319,12 @@ - +
${page}
+
+
+
+
+
+
\ No newline at end of file