From b7c5361e2ea92931bce3e83b2632a69483fd0752 Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Fri, 16 Sep 2022 22:08:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E7=BC=96=E5=8F=B7/=E9=98=85?= =?UTF-8?q?=E8=A7=88=E5=88=A4=E6=96=AD=E5=90=8D=E7=A7=B0/=E5=B2=97?= =?UTF-8?q?=E4=BD=8D=E6=82=AC=E6=B5=AE=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../repository/web/CoeProcessLevelWeb.java | 10 +- .../page/pal.pl.repository.designer.htm | 4 +- ...al.pl.repository.designer.view.portal.html | 2 +- ...epository.designer.view.portal.mobile.html | 2 +- .../js/coe.team.pal.designer.js | 107 +++++++++--------- .../js/designer.extend.link.framework.js | 4 +- .../extend/js/designer.extend.link.js | 9 +- .../js/designer.extend.link.view.portal.js | 15 ++- ...designer.extend.link.view.portal.mobile.js | 16 ++- 9 files changed, 103 insertions(+), 66 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 cdb2e445..a093895f 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 @@ -2632,7 +2632,7 @@ public class CoeProcessLevelWeb extends ActionWeb { boolean isRequired = attributeModel.getIsRequired(); String desc = attributeModel.getDesc(); - String input = ""; + String input = ""; String type = attributeModel.getType(); @@ -2642,7 +2642,7 @@ public class CoeProcessLevelWeb extends ActionWeb { requiredSpan = ""; } if ("textarea".equals(type)) { - input = ""; + input = ""; } else if ("select".equals(type) || "select_m".equals(type)) { if (readonly) { input = ""; @@ -2656,11 +2656,11 @@ 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 = "" + ""; }else if ("table".equals(type)){ @@ -2687,7 +2687,7 @@ public class CoeProcessLevelWeb extends ActionWeb { } else { if (readonly) { - input = ""; + input = ""; } } content.append(" " + attributeModel.getNewTitle() + " " + requiredSpan + input + " "); diff --git a/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.htm b/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.htm index 4a34f115..891bc47c 100755 --- a/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.htm +++ b/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.htm @@ -774,9 +774,9 @@
-
+
diff --git a/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.html b/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.html index a7f13ebb..6f107399 100755 --- a/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.html +++ b/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.html @@ -964,7 +964,7 @@
diff --git a/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.mobile.html b/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.mobile.html index 48967f8b..da0c8693 100644 --- a/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.mobile.html +++ b/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.mobile.html @@ -1059,7 +1059,7 @@