@@ -87,6 +87,7 @@ Ext.define('saas.view.money.othreceipts.FormPanel', {
width : 200.0,
dataIndex : "ord_type",
items : null,
+ hiddenBtn:false,//true 则会关闭新增按钮功能
editor : {
xtype : "remotecombo",
storeUrl:'/api/document/fundinouttype/getCombo?condition=收入',
@@ -87,6 +87,7 @@ Ext.define('saas.view.money.othspendings.FormPanel', {
dataIndex : "osd_type",
storeUrl:'/api/document/fundinouttype/getCombo?condition=支出',