<%@page import="com.forgon.systemsetting.model.HttpOption"%> <%@page import="com.forgon.systemsetting.service.HttpOptionManager"%> <%@page import="java.util.List"%> <%@page import="com.forgon.disinfectsystem.entity.printRecyclingApplicationConfig.PrintConfig"%> <%@page import="com.forgon.disinfectsystem.printRecyclingApplicationConfig.service.PrintConfigManager"%> <%@ page contentType="text/html; charset=UTF-8"%> <%@ include file="/common/taglibs.jsp"%> <%@ include file="/common/clearCache.jsp"%> 填写器械包废弃原因
<% HttpOptionManager httpOptionManager = (HttpOptionManager)SpringBeanManger.getBean("httpOptionManager"); List causeList = httpOptionManager.getHttpOptionTextById(HttpOption.SYSTEMSETTING_TOUSSE_DISCARD_CAUSE); if(causeList!=null && !causeList.isEmpty()){ for(String cas : causeList){ %> <%=cas %>

<%} }%> 其他: