阅览代码调整
This commit is contained in:
parent
d6d2b49325
commit
c171fd6124
@ -2880,17 +2880,15 @@ public class CoeDesignerWeb extends ActionWeb {
|
||||
if ("process".equals(plModel.getMethodCategory()) && !UtilString.isEmpty(taskId) && !"submit_create".equals(taskId) && !"new".equals(taskId) && !"change".equals(taskId)) {
|
||||
macroLibraries.put("outputFileName", plModel.getName() + ".doc");
|
||||
macroLibraries.put("taskId", taskId);
|
||||
if(UtilString.isNotEmpty(taskId)){
|
||||
// 压缩包名称 和 手册模板
|
||||
OutputTaskModel taskModel = new OutputTask().getTaskReportById(taskId);
|
||||
|
||||
// 压缩包名称 和 手册模板
|
||||
OutputTaskModel taskModel = new OutputTask().getTaskReportById(taskId);
|
||||
if(taskModel!=null){
|
||||
// 压缩包名称
|
||||
macroLibraries.put("taskName", taskModel.getTaskName() + ".zip");
|
||||
OutputAppProfile appFile = OutputAppManager.getProfile(taskModel.getProfileId());
|
||||
// 手册模板(com.actionsoft.apps.coe.pal.output.pr)
|
||||
macroLibraries.put("taskProfile", appFile.getAppContext().getId());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
String type = CoeDesignerConstant.DESIGNER_DIFINITION_DEFAULT;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user