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 8123bc67..acd2c149 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 224e2305..faea5a93 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 @@ -2945,7 +2945,7 @@ public class CoeProcessLevelWeb extends ActionWeb { } String tableInput = subTableSize > 1 ? "请查看" : "请输入"; - input = "" + "" + "" + " " + "" + ""; + input = "" + "" + "" + " " + "" + ""; } else { input = "" + "" + "" + " " + "" + ""; diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js index 487968b3..69971a83 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js @@ -586,7 +586,7 @@ function saveDialogTableValue(tableValue,id,dom) { $.simpleAlert(awsui.decode(msg).msg, "error"); } if(awsui.decode(msg).result == "ok") { - let tableEvent = "showTableDialog($(this)," + JSON.stringify(tableValue).replace(/\"/g,"'") +", '"+id+"')" + let tableEvent = "showTableDialog($(this)," + JSON.stringify(tableValue).replace(/\'/g,"\\'").replace(/\"/g,"'") +", '"+id+"')" dom.attr('onclick',tableEvent) if (tableValue.table.length > 1) { $("#" + id).val('请查看')