Index: ssts-web/src/main/webapp/disinfectsystem/config/gdszyy/menu/menuconfigure.js =================================================================== diff -u -r34171 -r34354 --- ssts-web/src/main/webapp/disinfectsystem/config/gdszyy/menu/menuconfigure.js (.../menuconfigure.js) (revision 34171) +++ ssts-web/src/main/webapp/disinfectsystem/config/gdszyy/menu/menuconfigure.js (.../menuconfigure.js) (revision 34354) @@ -622,7 +622,8 @@ {hidden :SSTS_YearWorkload,text:"消毒供应中心年度工作量统计报表",href:WWWROOT+'/disinfectsystem/reportforms/yearWorkloadReportView2.jsp',hrefTarget:linkTarget,leaf:true}, {hidden :false,text:"消毒供应中心员工工作量统计报表",href:"http://192.168.2.180:8075/webroot/decision/view/report?viewlet="+encodeURI('消毒供应中心员工工作量统计报表')+".cpt&op=view&userName="+encodeURI(userName),hrefTarget:linkTarget,leaf:true}, {hidden :false,text:"消毒供应中心工作量统计报表",href:WWWROOT+'/disinfectsystem/report/cssdWorkloadReport/cssdWorkloadReport.jsp',hrefTarget:linkTarget,leaf:true}, - {hidden :!((sstsConfig.hasOwnProperty('enableWorkloadScoreStatisticReport')) && sstsConfig.enableWorkloadScoreStatisticReport),text:"工作量积分统计报表",href:WWWROOT+'/disinfectsystem/reportforms/workloadScoreStatisticView.jsp',hrefTarget:linkTarget,leaf:true}, + {hidden :false,text:"各分院消毒炉次及各类包统计表",href:WWWROOT+'/disinfectsystem/report/steAmountEachBranchReport/steAmountEachBranchReport.jsp',hrefTarget:linkTarget,leaf:true}, + {hidden :!((sstsConfig.hasOwnProperty('enableWorkloadScoreStatisticReport')) && sstsConfig.enableWorkloadScoreStatisticReport),text:"工作量积分统计报表",href:WWWROOT+'/disinfectsystem/reportforms/workloadScoreStatisticView.jsp',hrefTarget:linkTarget,leaf:true}, {hidden :SSTS_USERECORD_TOTAL,text:"使用记录录入统计报表",href:WWWROOT+'/disinfectsystem/reportforms/useRecordTotalView.jsp',hrefTarget:linkTarget,leaf:true}, {hidden :SSTS_USERECORD_Item,text:"使用记录录入明细报表",href:WWWROOT+'/disinfectsystem/reportforms/useRecordItemView.jsp',hrefTarget:linkTarget,leaf:true}, {hidden :SSTS_USERECORD_OperatorTotal,text:"使用记录人员汇总报表",href:WWWROOT+'/disinfectsystem/reportforms/useRecordOperatorTotalView.jsp',hrefTarget:linkTarget,leaf:true}, Index: ssts-web/src/main/webapp/disinfectsystem/report/steAmountEachBranchReport/steAmountEachBranchReport.jsp =================================================================== diff -u --- ssts-web/src/main/webapp/disinfectsystem/report/steAmountEachBranchReport/steAmountEachBranchReport.jsp (revision 0) +++ ssts-web/src/main/webapp/disinfectsystem/report/steAmountEachBranchReport/steAmountEachBranchReport.jsp (revision 34354) @@ -0,0 +1,26 @@ +<%@ page contentType="text/html; charset=UTF-8"%> +<%@page import="java.util.Date"%> +<%@page import="java.text.SimpleDateFormat"%> +<%@ include file="/common/taglibs.jsp"%> + +
+<% + SimpleDateFormat dateFormat =new SimpleDateFormat("yyyy-MM-dd"); + request.setAttribute("newDate", dateFormat.format(new Date())); +%> + +<%@ include file="/common/includeExtJsAndCss.jsp"%> + + + + +