Index: ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationLoadingForm.js =================================================================== diff -u -r22212 -r22335 --- ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationLoadingForm.js (.../sterilizationLoadingForm.js) (revision 22212) +++ ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationLoadingForm.js (.../sterilizationLoadingForm.js) (revision 22335) @@ -129,7 +129,7 @@ stasticsStore.load() //刷新入筐器械包列表的数据 reviewedPanel.loader.load(reviewedPanel.root,function(){ - reviewedPanel.expandAll(); + //reviewedPanel.expandAll(); }); //待灭菌装载列表数据源重新刷新 waitSterileLoadingTousseStore.reload(); @@ -160,7 +160,7 @@ stasticsStore.remove(row); //刷新入筐器械包列表的数据 reviewedPanel.loader.load(reviewedPanel.root,function(){ - reviewedPanel.expandAll(); + //reviewedPanel.expandAll(); }); //待灭菌装载列表数据源重新刷新 waitSterileLoadingTousseStore.reload(); @@ -236,7 +236,7 @@ delEmptyBasket(); } else { reviewedPanel.loader.load(reviewedPanel.root,function(){ - reviewedPanel.expandAll(); + //reviewedPanel.expandAll(); }); } }, @@ -257,7 +257,7 @@ params : {basketBarcode : Ext.getCmp('basketBarcode').getValue()}, success : function(response, options) { reviewedPanel.loader.load(reviewedPanel.root,function(){ - reviewedPanel.expandAll(); + //reviewedPanel.expandAll(); }); }, failure : function(response, options) { @@ -346,7 +346,7 @@ stasticsStore.load() //刷新入筐器械包列表的数据 reviewedPanel.loader.load(reviewedPanel.root,function(){ - reviewedPanel.expandAll(); + //reviewedPanel.expandAll(); }); }else{ showResult("转换失败"); @@ -772,7 +772,7 @@ showResultWithoutSpeak("刷新倒计时:" + (freeRefreshIntervalSecond - freeSecond) , "提示" , 1); if(freeSecond >= freeRefreshIntervalSecond){ reviewedPanel.loader.load(reviewedPanel.root,function(){ - reviewedPanel.expandAll(); + //reviewedPanel.expandAll(); }); } } @@ -1447,7 +1447,7 @@ }) }); reviewedPanel.on('load', function(store,node,response){ - reviewedPanel.expandAll(); + //reviewedPanel.expandAll(); }); reviewedPanel.root.on('load',function(node){ statisticsTousse(); @@ -1457,7 +1457,7 @@ beginMask();//开启进度条 statisticsTousse(); timeMilliSecondBegin = null;//清空计算空闲时间的起始毫秒数 - node.baseParams.thisDepartName = Ext.getCmp('thisDepartName').getValue(); + node.baseParams.thisDepartCode = Ext.getCmp('thisDepartName').getValue(); showResult("准备开始刷新,请稍候再操作"); }); //完全加载后