<bean id="billFormEditor" class="nc.ui.pubapp.uif2app.view.ShowUpableBillForm"
init-method="initUI">
<property name="model" ref="manageAppModel"></property>
<property name="templateContainer" ref="templateContainer" />
<property name="showOrgPanel" value="true" />
<!-- 是否自动增行 -->
<property name="autoAddLine" value="false" />
<!-- 显示合计行 -->
<property name="showTotalLineTabcodes">
<list>
<value>pk_sellcarry_b</value>
<value>pk_sellcarry_deteil</value>
</list>
</property>
<!-- 表体行操作按钮注册,与表体右键菜单保持一致 -->
<property name="bodyLineActions">
<list>
<!-- 提供了一组默认实现 -->
<bean class="nc.ui.pubapp.uif2app.actions.BodyAddLineAction" />
<bean class="nc.ui.pubapp.uif2app.actions.BodyInsertLineAction" />
<bean class="nc.ui.pubapp.uif2app.actions.BodyDelLineAction" />
<bean class="nc.ui.pubapp.uif2app.actions.BodyCopyLineAction" />
<bean class="nc.ui.pubapp.uif2app.actions.BodyPasteLineAction">
<property name="clearItems">
<list>
<value>pk_sellcarry_b</value>
<value>ts</value>
</list>
</property>
</bean>
<bean class="nc.ui.pubapp.uif2app.actions.BodyPasteToTailAction">
<property name="clearItems">
<list>
<value>pk_sellcarry_b</value>
<value>ts</value>
</list>
</property>
</bean>
<bean class="nc.ui.pubapp.uif2app.actions.BodyLineEditAction" />
</list>
</property>
<!-- 卡片自定义项处理 -->
<property name="userdefitemPreparator">
<bean class="nc.ui.pubapp.uif2app.view.CompositeBillDataPrepare">
<property name="billDataPrepares">
<list>
<ref bean="userdefitemPreparator" />
<ref bean="marAsstPreparator" />
</list>
</property>
</bean>
</property>
</bean>