只要卡片下
如果是只有表头要合计行就只留ShowTotalLine;如果是只有表体要合计行就只留ShowTotalLineTabcodes

表头卡片下和列表下都要


重写一下列表模板



卡片下列表下都要

<bean id="commitMenu" class="nc.funcnode.ui.action.MenuAction">
<property name="code" value="MaintainMenu" />
<property name="name">
<bean class="nc.ui.uif2.I18nFB">
<property name="resDir" value="提交组" />
<property name="resId" value="提交组" />
<property name="defaultValue" value="提交组" />
bean>
property>
<property name="actions">
<list>
<ref bean="commitScriptAction" />
<ref bean="unCommitScriptAction" />
list>
property>
bean>
<bean id="approveMenu" class="nc.funcnode.ui.action.MenuAction">
<property name="code" value="MaintainMenu" />
<property name="name">
<bean class="nc.ui.uif2.I18nFB">
<property name="resDir" value="审批组" />
<property name="resId" value="审批组" />
<property name="defaultValue" value="审批" />
bean>
property>
<property name="actions">
<list>
<ref bean="approveScriptAction" />
<ref bean="uNApproveScriptAction" />
<ref bean="pFApproveStatusInfoAction" />
list>
property>
bean>
<bean id="scMenu" class="nc.funcnode.ui.action.MenuAction">
<property name="code" value="MaintainMenu" />
<property name="name">
<bean class="nc.ui.uif2.I18nFB">
<property name="resDir" value="输出组" />
<property name="resId" value="输出组" />
<property name="defaultValue" value="输出" />
bean>
property>
<property name="actions">
<list>
<ref bean="metaDataBasedPrintAction" />
<ref bean="metaDataBasedPrintActiona" />
<ref bean="outputAction" />
list>
property>
bean>
弹框
MessageDialog.showErrorDlg((Container)getEditor(), "提示","提示信息");