@@ -76,6 +76,7 @@ Ext.define('saas.view.money.othreceipts.QueryPanel', {
fieldLabel: '收入类别',
xtype : "remotecombo",
storeUrl:'/api/document/fundinouttype/getCombo?condition=收入',
+ hiddenBtn:true//true 则会关闭新增按钮功能
}],
moreQueryFormItems: [],
queryGridConfig: {
@@ -75,6 +75,7 @@ Ext.define('saas.view.money.othspendings.QueryPanel', {
fieldLabel: '支出类别',
storeUrl:'/api/document/fundinouttype/getCombo?condition=支出',