Index: ssts-web/src/main/webapp/disinfectsystem/thirdPartyTousse/thirdPartyTousseView.jsp =================================================================== diff -u -r38990 -r39003 --- ssts-web/src/main/webapp/disinfectsystem/thirdPartyTousse/thirdPartyTousseView.jsp (.../thirdPartyTousseView.jsp) (revision 38990) +++ ssts-web/src/main/webapp/disinfectsystem/thirdPartyTousse/thirdPartyTousseView.jsp (.../thirdPartyTousseView.jsp) (revision 39003) @@ -1,5 +1,7 @@ <%@ page contentType="text/html; charset=UTF-8"%> <%@ include file="/common/taglibs.jsp"%> +<%@page import="java.util.Date"%> +<%@page import="java.text.SimpleDateFormat"%> <%@page import="com.forgon.disinfectsystem.common.CssdUtils"%> <%@page import="com.forgon.disinfectsystem.basedatamanager.supplyroomconfig.service.SupplyRoomConfigManager"%> <% @@ -8,6 +10,9 @@ String currentOrgUnitCode = userData.getCurrentOrgUnitCode(); String currentOrgUnitName = userData.getCurrentOrgUnitName(); + SimpleDateFormat dateFormat =new SimpleDateFormat("yyyy-MM-dd"); + request.setAttribute("newDate", dateFormat.format(new Date())); + request.setAttribute("isFirstSupplyRoomOrgUnit", configManager.isFirstSupplyRoomOrgUnit(currentOrgUnitCode)); %> @@ -24,6 +29,13 @@ + + + + + + +