Browse Source

[万利达MES]excel数据导入上限调整

caosy 1 year ago
parent
commit
1f9c64d352
1 changed files with 1 additions and 1 deletions
  1. 1 1
      WebContent/app/controller/common/Import.js

+ 1 - 1
WebContent/app/controller/common/Import.js

@@ -1800,7 +1800,7 @@ Ext.define('erp.controller.common.Import', {
     	});
     },
     toformal: function(grid){
-    	var count = grid.down('pagingtoolbar').dataCount, pageSize = 2000, page = 0, a, b,
+    	var count = grid.down('pagingtoolbar').dataCount, pageSize = 20000, page = 0, a, b,
 			len = Math.ceil(count/pageSize), index = 0;
 		if ('Purchase' == grid.caller || 'Sale' == grid.caller || 
 				'PurchasePrice' == grid.caller || 'SalePrice' == grid.caller ||