完成进销存单据的账户余额的自动计算功能
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -306,6 +306,7 @@
|
||||
<!-- spring整合struts2需要默认为request或者 prototype,不能是单例 -->
|
||||
<bean id="accountAction" class="com.jsh.action.basic.AccountAction" scope="prototype">
|
||||
<property name="accountService" ref="accountService"/>
|
||||
<property name="depotHeadService" ref="depotHeadService"/>
|
||||
<property name="logService" ref="logService"/>
|
||||
</bean>
|
||||
<!--结算账户配置结束 -->
|
||||
|
||||
Reference in New Issue
Block a user