📄 configtd_report_tree_param.jsp
字号:
<%@ page contentType="text/html; charset=gbk" %>
<%@ page import="com.doone.uurm.*, com.doone.data.*, com.doone.fj1w.common.* ,java.util.Hashtable ,com.doone.fj1w.fjmgr.config.ConfigTd_report_tree" %>
<%@ page import="com.doone.fj1w.fjmgr.order.OrderService" %>
<%@ taglib uri="/WEB-INF/curstom-tags.tld" prefix="custom" %>
<%
response.reset();
response.setContentType("text/html; charset=utf-8");
WebAuth auth = WebAuth.getInstance(request);
String cityCode = auth.getCityCode();
if (cityCode == null || cityCode.equals("") ) cityCode = "0590";
String cityName = auth.getCityName();
if (cityName == null || cityName.equals("") ) cityName = "全省";
java.util.Map _map = (java.util.Map)request.getAttribute("XMLPARAM");
try {
if ( _map == null ) throw new RuntimeException("参数不能为空。");
pageContext.setAttribute("SELECT_PARAM", _map);
}catch(Exception ex){}
String sType = request.getParameter("type");
if ( sType.equals("0") ) {
// 输出记录数。
out.print("str-->500");
return ;
}
else if ( ! sType.equals("1") ) {
// 输出错误信息
return ;
}
//默认显示网上调查
_map.put("INDEXCODE","009");
%>str-->
<table width="100%">
<tr>
<td width="10%" class="Caption_Td" align="right" nowrap="nowrap">1级模块:</td>
<td width="15%" class="body_td" nowrap="nowrap">
<custom:HtmlSelect name="MODAL1" style="width:100%" styleId="MODAL1"
servicename="com.doone.fj1w.fjmgr.rpt.SelectServiceList"
method="getModal"
mapName="SELECT_PARAM"
onChange="fModal_OnChange(this);"
textFieldName=""
valueFieldName=""
value="009">
</custom:HtmlSelect>
</td>
<td width="10%" class="Caption_Td" align="right" nowrap="nowrap"> </td>
<td width="15%" class="Caption_Td" nowrap="nowrap">
</td>
<td width="10%" class="Caption_Td" align="right" nowrap="nowrap"> </td>
<td width="15%" class="Caption_Td" nowrap="nowrap">
</td>
<td width="10%" class="Caption_Td" align="right" nowrap="nowrap"> </td>
<td width="15%" class="Caption_Td" nowrap="nowrap">
</td>
<td width="10%" class="Caption_Td" align="right" nowrap="nowrap"> </td>
<td width="15%" class="Caption_Td" nowrap="nowrap">
</td>
</tr>
<tr>
<td width="10%" class="Caption_Td" align="right" nowrap="nowrap">模块级别:</td>
<td width="15%" class="Caption_Td" nowrap="nowrap">
<custom:HtmlSelect name="MODALLEVEL" style="width:100%" styleId="MODALLEVEL"
servicename="com.doone.fj1w.fjmgr.rpt.SelectServiceList"
method="getModalLevel"
mapName="SELECT_PARAM"
onChange="fLevel_OnChange(this.value);"
textFieldName=""
valueFieldName=""
value="1">
</custom:HtmlSelect>
</td>
<td colspan="100" class="Caption_Td" nowrap="nowrap">
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -