Index: ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedView.js =================================================================== diff -u -r22464 -r22474 --- ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedView.js (.../invoicePlanExtractedView.js) (revision 22464) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedView.js (.../invoicePlanExtractedView.js) (revision 22474) @@ -13,7 +13,7 @@ var appFormType = ''; var invoiceDepartGroups = ''; var appDepartCode = ''; - +var view_recyclingapplicationStore = null; var diposableGooodsStore = new Ext.data.SimpleStore({ fields : [ 'typeName' ], url : WWWROOT + '/disinfectSystem/diposableGoodsAction!getDiposableGoodsType.do' @@ -260,6 +260,30 @@ }); return applyDateDataArray; } +var ViewAppGridItem = Ext.data.Record.create([ + {name : 'showTousseName'}, + {name : 'count'}, + {name : 'urgentAmount'} + ]); +function onSelChange(sm){ + var rs = sm.getSelections(); + view_recyclingapplicationStore.removeAll(); + for(var i=0;i