Index: ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationLoadingForm.js =================================================================== diff -u -r28807 -r28808 --- ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationLoadingForm.js (.../sterilizationLoadingForm.js) (revision 28807) +++ ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationLoadingForm.js (.../sterilizationLoadingForm.js) (revision 28808) @@ -129,7 +129,7 @@ tousseStore.load(); stasticsStore.load() //如果篮筐内器械包数量为空,删除此篮筐记录(释放篮筐) - if(tousseStore.getCount() <= 1) { + if(tousseStore.getCount() == 0) { delEmptyBasket(); } else { reviewedPanel.loader.load(reviewedPanel.root,function(){ @@ -164,7 +164,7 @@ } stasticsStore.remove(row); //如果篮筐内器械包数量为空,删除此篮筐记录(释放篮筐) - if(tousseStore.getCount() <= 1) { + if(tousseStore.getCount() == 0) { delEmptyBasket(); } else { reviewedPanel.loader.load(reviewedPanel.root,function(){ @@ -239,7 +239,7 @@ } } //如果篮筐内器械包数量为空,删除此篮筐记录(释放篮筐) - if(tousseStore.getCount() <= 1) { + if(tousseStore.getCount() == 0) { delEmptyBasket(); } else { reviewedPanel.loader.load(reviewedPanel.root,function(){