From 6508c8285a9fad07987d4ff57e64c3790c97b2c9 Mon Sep 17 00:00:00 2001 From: "mrs_12345@163.com" Date: Wed, 29 Jun 2022 11:33:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=B1=9E=E6=80=A7=E5=BF=85?= =?UTF-8?q?=E5=A1=AB=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pal/pal/repository/web/CoeProcessLevelWeb.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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);