用友nc如何添加银行账户(用友nc怎么增加会计科目)

在功能注册下找到对应的XML ,在对应的XML中添加以下代码

<!-- 附件管理 -->

<bean id="attachMentMngAction" class="nc.ui.ic.general.action.GeneralAttachmentAction">

<property name="model" ref="manageAppModel" />

</bean>

<bean id="assistantFunctionBrowseAction_IN" class="nc.funcnode.ui.action.MenuAction">

<property name="code">

<value>NastMngBrowseAction</value>

</property>

<property name="name">

<bean class="nc.ui.uif2.I18nFB">

<property name="resDir" value="10h0_5" />

<property name="resId" value="10h0_5" />

<property name="defaultValue" value="关联功能" />

</bean>

</property>

<property name="actions">

<list>

<ref bean="attachMentMngAction" />

</list>

</property>

</bean>

<ref bean="assistantFunctionBrowseAction_IN"/>

用友NC附件管理