1.维护字段属性 表单图新增修订内容及理由字段。

2.完善手册代码
This commit is contained in:
翟林帆 2022-07-15 12:54:09 +08:00
parent 6d23317ccb
commit 6f4cfa31bf
5 changed files with 3 additions and 8128 deletions

View File

@ -3,7 +3,7 @@
<app xmlns="http://www.actionsoft.com.cn/app"> <app xmlns="http://www.actionsoft.com.cn/app">
<name>流程手册</name> <name>流程手册</name>
<version>1.0</version> <version>1.0</version>
<buildNo>29</buildNo> <buildNo>30</buildNo>
<developer id="776cca9a287c8b4d63b9cad216aa3859" tablePrefix="ACT" url="http://www.actionsoft.com.cn">北京炎黄盈动科技发展有限责任公司</developer> <developer id="776cca9a287c8b4d63b9cad216aa3859" tablePrefix="ACT" url="http://www.actionsoft.com.cn">北京炎黄盈动科技发展有限责任公司</developer>
<productId>6636fc53728276eb3baca55938356b74</productId> <productId>6636fc53728276eb3baca55938356b74</productId>
<categoryVisible>false</categoryVisible> <categoryVisible>false</categoryVisible>

View File

@ -1639,7 +1639,7 @@ public class CoEPALController {
return outPutReport.jsonData(language, templateOperate); return outPutReport.jsonData(language, templateOperate);
} }
// @Mapping("COE_PAL_OUTPUTREPORT_PAL_FILE_JSON_DATA") // @Mapping("COE_PAL_OUTPUTREPORT_PAL_FILE_JSON_DATA")
@Mapping("com.actionsoft.apps.coe.pal_outputreport_pal_file_json_data") @Mapping("com.actionsoft.apps.coe.pal_outputreport_pal_file_json_data")
public String COEPALOutPutReportPALFileJsonData(UserContext me, String methodType, String wsid, String pid, String versionType, String teamId) { public String COEPALOutPutReportPALFileJsonData(UserContext me, String methodType, String wsid, String pid, String versionType, String teamId) {
OutPutReportWeb outPutReport = new OutPutReportWeb(me); OutPutReportWeb outPutReport = new OutPutReportWeb(me);

View File

@ -2684,7 +2684,7 @@ public class CoeProcessLevelWeb extends ActionWeb {
} }
else { else {
if (readonly) { 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>"); 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)) { if (!UtilString.isEmpty(teamId)) {
CoeCooperationAPIManager.getInstance().addRepositoryToTeamAndRolePerm(_uc, teamId, model.getVersionId(), true, true); 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); ro.put("id", id);
// 操作行为日志记录 // 操作行为日志记录
@ -8182,11 +8177,6 @@ public class CoeProcessLevelWeb extends ActionWeb {
// 小组权限设置 // 小组权限设置
if (!UtilString.isEmpty(teamId)) { if (!UtilString.isEmpty(teamId)) {
CoeCooperationAPIManager.getInstance().addRepositoryToTeamAndRolePerm(_uc, teamId, model.getVersionId(), true, true); 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); ro.put("id", id);
// 操作行为日志记录 // 操作行为日志记录