|
|
@@ -8,6 +8,7 @@ Ext.define('saas.view.stock.report.DataListController', {
|
|
|
form = reportPanel.down('form'),
|
|
|
grid = reportPanel.down('grid'),
|
|
|
columns = grid.columns,
|
|
|
+ mySummaryBar = grid.getDockedItems()[2],
|
|
|
toggleColumns = [],
|
|
|
store = grid.store;
|
|
|
|
|
|
@@ -31,6 +32,7 @@ Ext.define('saas.view.stock.report.DataListController', {
|
|
|
con.columnWidth = 0.65;
|
|
|
reportPanel.queryMode = 'MAIN';
|
|
|
}
|
|
|
+ mySummaryBar.setHidden(newValue);
|
|
|
|
|
|
form.updateLayout();
|
|
|
toggleColumns.map(function(c) {
|