diff --git a/com.actionsoft.apps.coe.pal.publisher/web/com.actionsoft.apps.coe.pal.publisher/js/coe.pal.process.publish.multiple.js b/com.actionsoft.apps.coe.pal.publisher/web/com.actionsoft.apps.coe.pal.publisher/js/coe.pal.process.publish.multiple.js index e8af9c1f..a0dbab23 100644 --- a/com.actionsoft.apps.coe.pal.publisher/web/com.actionsoft.apps.coe.pal.publisher/js/coe.pal.process.publish.multiple.js +++ b/com.actionsoft.apps.coe.pal.publisher/web/com.actionsoft.apps.coe.pal.publisher/js/coe.pal.process.publish.multiple.js @@ -662,7 +662,8 @@ function showlist(data, type, pageNumber, start){ var curr; if ((curr = data[s - 1]) != undefined) { var fileName = curr.stopFileName + ' V' + curr.fileVersion; - var reportName = '' + fileName + "-流程手册" + ''; + var outputName = getOutputName(curr.category, curr.methodId); + var reportName = '' + fileName + "-" + outputName + ''; reportName = (curr.taskId == undefined || curr.taskId == '') ? '无' : reportName; var checkboxPerm = editPerm ? '' : 'disabled="disabled"'; var textareaPerm = editPerm ? '' : 'readonly';