diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java
index b4033605..fe0c9fdb 100755
--- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java
+++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java
@@ -2653,7 +2653,7 @@ public class CoeProcessLevelWeb extends ActionWeb {
event = "readonly='readonly' data-value="+ dataArr +" groupPath=\"" + attributeModel.getGroupPath() + "\" ref="+ refObj +" onclick=\"openRelationAwsorgDialog($(this))\"";
input = "";
} else if("DateTimePicker".equals(type)) {
- input = "" + "";
+ input = "" + "";
}else if ("table".equals(type)){
JSONObject table = JSON.parseObject(jsonValue);
diff --git a/com.actionsoft.apps.coe.pal/template/page/pal.pl.level.create.htm b/com.actionsoft.apps.coe.pal/template/page/pal.pl.level.create.htm
index ab01700f..bdb93079 100755
--- a/com.actionsoft.apps.coe.pal/template/page/pal.pl.level.create.htm
+++ b/com.actionsoft.apps.coe.pal/template/page/pal.pl.level.create.htm
@@ -201,8 +201,7 @@