|
|
@@ -11,7 +11,7 @@ Ext.define('saas.view.money.report.CustomerCheckCheck', {
|
|
|
listUrl: '/api/money/report/customercheck',
|
|
|
defaultCondition: null,
|
|
|
reportTitle: '客户对账单',
|
|
|
- QueryWidth: 0.2,
|
|
|
+ QueryWidth: 0.4,
|
|
|
autoLoad: false,
|
|
|
//筛选:客户、日期(必填)
|
|
|
searchItems: [{
|
|
|
@@ -26,11 +26,11 @@ Ext.define('saas.view.money.report.CustomerCheckCheck', {
|
|
|
}
|
|
|
}
|
|
|
}, {
|
|
|
- xtype: 'monthdatefield',
|
|
|
- name: 'ym',
|
|
|
- fieldLabel: '期初日期',
|
|
|
- columnWidth: 0.2
|
|
|
- }, {
|
|
|
+ // xtype: 'monthdatefield',
|
|
|
+ // name: 'ym',
|
|
|
+ // fieldLabel: '期初日期',
|
|
|
+ // columnWidth: 0.2
|
|
|
+ // }, {
|
|
|
xtype: 'condatefield',
|
|
|
name: 'pi_date',
|
|
|
fieldLabel: '单据日期',
|