@@ -12,12 +12,14 @@ Ext.define('saas.view.money.report.CustomerCheckCheck', {
defaultCondition: null,
reportTitle: '客户对账单',
QueryWidth:0.25,
+ autoLoad:false,
//筛选:客户、日期(必填)
searchItems: [ {
xtype: 'customerDbfindTrigger',
name: 'pi_custname',
fieldLabel: '客户名称',
- columnWidth: 0.25
+ columnWidth: 0.25,
+ allowBlank:false,
}, {
xtype: 'condatefield',
name: 'pi_date',
@@ -12,13 +12,14 @@ Ext.define('saas.view.money.report.VendorCheck', {
reportTitle: '供应商对账单',
//筛选:供应商、日期(必填)
xtype: 'vendorDbfindTrigger',
name: 'pi_vendname',
fieldLabel: '供应商名称',
columnWidth: 0.25,
- allowBlank:false