|
|
@@ -12,6 +12,8 @@ Ext.define('saas.view.money.report.RecDetail', {
|
|
|
defaultCondition: null,
|
|
|
reportTitle: '应收账款明细',
|
|
|
QueryWidth:0.25,
|
|
|
+ allowPaging: false,
|
|
|
+
|
|
|
//筛选:客户、日期(必填)
|
|
|
searchItems: [ {
|
|
|
xtype: 'customerDbfindTrigger',
|
|
|
@@ -123,5 +125,7 @@ Ext.define('saas.view.money.report.RecDetail', {
|
|
|
text: '客户名称',
|
|
|
dataIndex: 'rd_custname',
|
|
|
hidden:true
|
|
|
+ }, {
|
|
|
+ flex: 1
|
|
|
}]
|
|
|
});
|