diff --git a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar index a777a887..1fc85570 100644 Binary files a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar and b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar differ 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 30e6be59..33822d74 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 @@ -2910,7 +2910,7 @@ public class CoeProcessLevelWeb extends ActionWeb { if (isRequired) { requiredSpan = ""; } - if ("textarea".equals(type)) { + if (!readonly && "textarea".equals(type)) { input = ""; } else if ("select".equals(type) || "select_m".equals(type)) { if (readonly) { @@ -2934,7 +2934,7 @@ public class CoeProcessLevelWeb extends ActionWeb { .map(jsonObject -> jsonObject.getString("name")) // 将每个JSONObject映射为其name字段的值 .collect(Collectors.joining(",")); input = ""; - } else if ("DateTimePicker".equals(type)) { + } else if (!readonly && "DateTimePicker".equals(type)) { input = "" + ""; } else if ("table".equals(type)) { @@ -2963,7 +2963,7 @@ public class CoeProcessLevelWeb extends ActionWeb { } else { if (readonly) { - input = ""; + input = ""; } } content.append("