首先修改办理查阅的类。
办理查阅 EzFLOWDealSearch!initList.action
WEB-INF\classes\struts2\struts-wfdealsearch.xml ->
<action name="EzFLOWDealSearch!*" method="{1}" class="com.whir.ezoffice.monitor.actionsupport.EzFLOWDealSearchAction">
<result name="initList">/platform/monitor/ezflow/ezflow_dealsearch.jsp</result>
</action>
ezflow_dealsearch.jsp 列表页 查询表单,列头,内容(<!-- tbody必须存在且id必须为itemContainer --> <tbody id="itemContainer"> </tbody> </table>)
1)表单子表显示退回和查看按钮 platform\custom\ezform\mantence\ezform_mantece.jsp
Line 107
$(function () {
_init_custom_FUNC();
//add chenrj
<%if(menuId.equals("6558447")){%>
<s:if test="recordId==null">
var insertButton='<input type="button" onclick="insertData()" title="新增子表数据" class="btnButton4font" value="新 增" style="vertical-align:middle">';
var but = $("#whir\\\$t3272_subtable").html();
$("#whir\\\$t3272_subtable").css('width','330px');
$("#whir\\\$t3272_subtable").html(but+insertButton);
</s:if>
<s:else>
$("#whir\\\$t3272_operate").each(function(){
$(this).after($(this).text().replace(/[\r\n]/g,""));
$(this).hide();
});
$("#whir\\\$t3272_view").each(function(){
$(this).after($(this).text().replace(/[\r\n]/g,""));
$(this).hide();
});
</s:else>
<%}%>
});
2)EzFormMantenceAction.java (自定义某块表单保存处理)
saveCustomMantence 添加 项目管理特别处理 发起字表流程
3)登录后首页protal项目管理待办列表显示颜色和顺序
D:\jboss\jboss-as\server\oa\deploy\defaultroot.war\platform\portal\portlet\filedeal.jsp
Line 142行
首页用户信息 域控密码修改连接
D:\jboss\jboss-as\server\oa\deploy\defaultroot.war\platform\portal\portlet\userinfo.jsp
https://10.1.1.2/RDWeb/Pages/zh-CN/password.aspx
标签:万户,项目管理,t3272,OA,jboss,platform,jsp,whir,ezflow From: https://blog.51cto.com/u_16306438/7901690