Browse Source

1.客户,供应商报表修改为手动加载

heqinwei 7 years ago
parent
commit
82969d7e87

+ 3 - 1
frontend/saas-web/app/view/money/report/CustomerCheck.js

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

+ 2 - 1
frontend/saas-web/app/view/money/report/VendorCheck.js

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