From 10664575c662c58c7ae46cc1bc03e54a2bcfde9a Mon Sep 17 00:00:00 2001 From: ddlucky Date: Tue, 8 Nov 2022 11:04:09 +0800 Subject: [PATCH] =?UTF-8?q?'=E4=BB=93=E5=82=A8=E5=85=A5=E5=BA=93=E7=9A=84?= =?UTF-8?q?=E5=AD=90=E5=88=97=E8=A1=A8=E8=A1=8C=E6=95=B0=E4=BB=8E=E6=9C=AA?= =?UTF-8?q?=E6=8C=87=E5=AE=9A=E6=94=B9=E4=B8=BA1000=E6=9D=A1=EF=BC=8C?= =?UTF-8?q?=E4=BB=A5=E5=BA=94=E5=AF=B9=E5=A4=9A=E4=BA=8E50=E6=9D=A1?= =?UTF-8?q?=E7=9A=84=E5=85=A5=E5=BA=93=E6=98=8E=E7=BB=86=E5=92=8C=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E5=85=A5=E5=BA=93=E4=BF=A1=E6=81=AF'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DSWeb/Areas/MvcShipping/Viewsjs/WMSNew/WMSNewINEdit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/DSWeb/Areas/MvcShipping/Viewsjs/WMSNew/WMSNewINEdit.js b/DSWeb/Areas/MvcShipping/Viewsjs/WMSNew/WMSNewINEdit.js index 87a75003..4c20d122 100644 --- a/DSWeb/Areas/MvcShipping/Viewsjs/WMSNew/WMSNewINEdit.js +++ b/DSWeb/Areas/MvcShipping/Viewsjs/WMSNew/WMSNewINEdit.js @@ -4745,6 +4745,7 @@ Ext.extend(Shipping.WMSNewINEdit, Ext.Panel, { ] }); this.storeCargo = Ext.create('Ext.data.Store', { + pageSize: 1000, model: 'Cargomb', remoteSort: false, pruneModifiedRecords: true,