1.维护字段属性 表单图新增修订内容及理由字段。
2.完善手册代码
This commit is contained in:
parent
6d23317ccb
commit
6f4cfa31bf
@ -3,7 +3,7 @@
|
||||
<app xmlns="http://www.actionsoft.com.cn/app">
|
||||
<name>流程手册</name>
|
||||
<version>1.0</version>
|
||||
<buildNo>29</buildNo>
|
||||
<buildNo>30</buildNo>
|
||||
<developer id="776cca9a287c8b4d63b9cad216aa3859" tablePrefix="ACT" url="http://www.actionsoft.com.cn">北京炎黄盈动科技发展有限责任公司</developer>
|
||||
<productId>6636fc53728276eb3baca55938356b74</productId>
|
||||
<categoryVisible>false</categoryVisible>
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -2684,7 +2684,7 @@ public class CoeProcessLevelWeb extends ActionWeb {
|
||||
}
|
||||
else {
|
||||
if (readonly) {
|
||||
input = "<input type='text' class='awsui-textbox' name=\"" + id + "\" id=\"" + id + "\" value=\"" + inputValue + "\" sid=\"" + sid + "\" uuid=\"" + uuid + "\" placeholder='" + desc + "' data-originvalue='" + inputValue + "' readonly=true/>";
|
||||
input = "<input type='text' class='awsui-textbox' name=\"" + id + "\" id=\"" + id + "\" value=\"" + inputValue + "\" sid=\"" + sid + "\" uuid=\"" + uuid + "\" data-originvalue='" + inputValue + "' readonly=true/>";
|
||||
}
|
||||
}
|
||||
content.append("<tr class='tagContentTableTr' id='tr_" + id + "' > <td>" + attributeModel.getNewTitle() + "</td> <td class='tagContentTableTrTd'>" + requiredSpan + input + "</td> </tr>");
|
||||
@ -8054,11 +8054,6 @@ public class CoeProcessLevelWeb extends ActionWeb {
|
||||
// 小组权限设置
|
||||
if (!UtilString.isEmpty(teamId)) {
|
||||
CoeCooperationAPIManager.getInstance().addRepositoryToTeamAndRolePerm(_uc, teamId, model.getVersionId(), true, true);
|
||||
//新版权限自动lock文件
|
||||
boolean isOlderVersion = SDK.getAppAPI().getPropertyBooleanValue("com.actionsoft.apps.coe.pal", "IsOlderVersion", true);
|
||||
if (!isOlderVersion){
|
||||
new CoeDesignerWeb(_uc).lockOrUnlockProcess(id,"lockpro");
|
||||
}
|
||||
}
|
||||
ro.put("id", id);
|
||||
// 操作行为日志记录
|
||||
@ -8182,11 +8177,6 @@ public class CoeProcessLevelWeb extends ActionWeb {
|
||||
// 小组权限设置
|
||||
if (!UtilString.isEmpty(teamId)) {
|
||||
CoeCooperationAPIManager.getInstance().addRepositoryToTeamAndRolePerm(_uc, teamId, model.getVersionId(), true, true);
|
||||
//新版权限自动lock文件
|
||||
boolean isOlderVersion = SDK.getAppAPI().getPropertyBooleanValue("com.actionsoft.apps.coe.pal", "IsOlderVersion", true);
|
||||
if (!isOlderVersion){
|
||||
new CoeDesignerWeb(_uc).lockOrUnlockProcess(id,"lockpro");
|
||||
}
|
||||
}
|
||||
ro.put("id", id);
|
||||
// 操作行为日志记录
|
||||
|
||||
Loading…
Reference in New Issue
Block a user