Index: ssts-web/src/main/webapp/systemmanage/workFlow/workFlowView.js =================================================================== diff -u -r22166 -r22245 --- ssts-web/src/main/webapp/systemmanage/workFlow/workFlowView.js (.../workFlowView.js) (revision 22166) +++ ssts-web/src/main/webapp/systemmanage/workFlow/workFlowView.js (.../workFlowView.js) (revision 22245) @@ -107,9 +107,9 @@ var columns = [ { header : "流程名称", dataIndex : 'workFlowName', - width : 300, - minWidth : 300, - maxWidth : 300, + width : 250, + minWidth : 250, + maxWidth : 350, filterable : true, filter : { type : 'string' @@ -120,7 +120,7 @@ dataIndex : 'invoicePlanType', width : 150, minWidth : 150, - maxWidth : 150, + maxWidth : 250, filterable : true, filter : { type : 'string' Index: ssts-web/src/main/webapp/systemmanage/workFlow/finishedApprovalTaskRecordView.js =================================================================== diff -u -r22243 -r22245 --- ssts-web/src/main/webapp/systemmanage/workFlow/finishedApprovalTaskRecordView.js (.../finishedApprovalTaskRecordView.js) (revision 22243) +++ ssts-web/src/main/webapp/systemmanage/workFlow/finishedApprovalTaskRecordView.js (.../finishedApprovalTaskRecordView.js) (revision 22245) @@ -106,9 +106,9 @@ var recordColumns = [{ header : "标题", dataIndex : 'title', - width : 170, - minWidth : 170, - maxWidth : 220, + width : 300, + minWidth : 300, + maxWidth : 450, filterable : true, filter : { type : 'string' @@ -117,18 +117,18 @@ }, { header : "任务名字", dataIndex : 'taskName', - width : 170, - minWidth : 170, - maxWidth : 220, + width : 250, + minWidth : 250, + maxWidth : 350, filterable : true, filter : { type : 'string' } }, { header : "处理结果", dataIndex : 'approvalResult', - width : 80, - minWidth : 80, + width : 150, + minWidth : 150, filterable : true, filter : { type : 'string' @@ -137,17 +137,17 @@ }, { header : "处理意见", dataIndex : 'handleOpinion', - width : 120, - minWidth : 120, - maxWidth : 200, + width : 200, + minWidth : 200, + maxWidth : 400, filterable : true, filter : { type : 'string' } } , { header : "处理时间", dataIndex : 'handleTime', - width : 140, + width : 200, filterable : true, filter : { type : 'date' @@ -156,7 +156,7 @@ }, { header : "创建任务时间", dataIndex : 'createTaskTime', - width : 140, + width : 200, filterable : true, filter : { type : 'date' @@ -167,7 +167,7 @@ header : "响应时间", id : "responseTime", dataIndex : '', - width : 84, + width : 200, filterable : true, filter : { type : 'string' Index: ssts-web/src/main/webapp/systemmanage/workFlow/workFlowApprovalTaskView.js =================================================================== diff -u -r22243 -r22245 --- ssts-web/src/main/webapp/systemmanage/workFlow/workFlowApprovalTaskView.js (.../workFlowApprovalTaskView.js) (revision 22243) +++ ssts-web/src/main/webapp/systemmanage/workFlow/workFlowApprovalTaskView.js (.../workFlowApprovalTaskView.js) (revision 22245) @@ -115,7 +115,7 @@ header : "任务名称", dataIndex : 'taskName', width : 250, - maxWidth : 250, + maxWidth : 350, filterable : true, filter : { type : 'string' @@ -126,7 +126,7 @@ dataIndex : 'title', width : 250, minWidth : 250, - maxWidth : 250, + maxWidth : 350, filterable : true, filter : { type : 'string' Index: ssts-web/src/main/webapp/systemmanage/workFlow/workFlow.jsp =================================================================== diff -u -r21885 -r22245 --- ssts-web/src/main/webapp/systemmanage/workFlow/workFlow.jsp (.../workFlow.jsp) (revision 21885) +++ ssts-web/src/main/webapp/systemmanage/workFlow/workFlow.jsp (.../workFlow.jsp) (revision 22245) @@ -10,14 +10,12 @@
<%-- 引入common.js --%> - <%-- 引入语音插件 --%> - <%-- 引入本身的js --%>