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 887978d0..cc0b807c 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
@@ -2615,10 +2615,10 @@ public class CoeProcessLevelWeb extends ActionWeb {
String input = null;
if(attributeModel.getKey().contains("ArchitectureL")) {
String name = ((JSONObject) repositoryPathData.get(index)).getString("name");
- input="";
+ input="";
}else{
- input="";
+ input="";
}
//String input = "";
@@ -2631,12 +2631,12 @@ public class CoeProcessLevelWeb extends ActionWeb {
requiredSpan = "";
}
if ("textarea".equals(type)) {
- input = "";
+ input = "";
} else if ("select".equals(type) || "select_m".equals(type)) {
if (readonly) {
input = "";
} else {
- input = "";
+ input = "";
}
String ref = attributeModel.getRef();
if (!UtilString.isEmpty(ref)) {
@@ -2645,13 +2645,13 @@ public class CoeProcessLevelWeb extends ActionWeb {
} else if ("relation".equals(type)) {// 关联pal模型文件、形状
JSONObject refObj = JSONObject.parseObject(attributeModel.getRef());
event = "readonly='readonly' relationFileId=\"" + fileId + "\" relationShapeId=\"" + shapeId + "\" groupPath=\"" + attributeModel.getGroupPath() + "\" ref="+ refObj +" onclick=\"openRelationDialog($(this), \'saveContent\')\"";
- input = "";
+ input = "";
} else if ("awsorg".equals(type)) {// 关联bpm组织架构
JSONObject refObj = JSONObject.parseObject(attributeModel.getRef());
event = "readonly='readonly' data-value="+ dataArr +" groupPath=\"" + attributeModel.getGroupPath() + "\" ref="+ refObj +" onclick=\"openRelationAwsorgDialog($(this))\"";
- input = "";
+ input = "";
} else if("DateTimePicker".equals(type)) {
- input = "" + "";
+ input = "" + "";
}else if ("table".equals(type)){
JSONObject table = JSON.parseObject(jsonValue);