📄 supervisoreditimpeach.jsp
字号:
<%@ page contentType="text/html;charset=GBK" %>
<table border=1 bordercolor="#6699CC" style="border-collapse: collapse" width="75%" cellspacing="0" cellpadding="0" height="140">
<tr>
<td width="31%" nowrap height="23" colspan="2">
<p align="left">举报登记编号:</td>
<td width="62%" height="23"><%=s_djbh%></td>
<td width="26%" height="23">
<p align="left">录入人:<%=old_djnr.lrr!=null?old_djnr.lrr:""%></td>
</tr>
<tr>
<td width="31%" height="23" colspan="2">举报日期时间:</td>
<td width="70%" colspan="2" height="23">
<%
out.println(old_djnr.gettsrq().replaceAll("00:00:00.0",old_djnr.gettssj()));
%>
</td>
</tr>
<tr>
<td width="9%" rowspan="3" height="86">
举报方
</td>
<td width="93%" height="29" colspan="2">名称:<input type="text" name="tsrmc" size="50" value="<%=old_djnr.gettsrmc()!=null?old_djnr.gettsrmc():""%>"></td>
<td width="36%" height="27">电话:<input type="text" name="tsrdh" size="10" value="<%=old_djnr.gettsrdh()!=null?old_djnr.gettsrdh():""%>"></td>
</tr>
<tr>
<td width="84%" height="29" colspan="2">地址:<input type="text" name="tsrdz" size="50" value="<%=old_djnr.gettsrdz()!=null?old_djnr.gettsrdz():""%>"></td>
<td width="38%" height="23">邮编:<input type="text" name="tsyzbm" size="10" value="<%=old_djnr.gettsyzbm()!=null?old_djnr.gettsyzbm():""%>"></td>
</tr>
<tr>
<td width="84%" height="28" colspan="2">mail:<input type="text" name="tsrem" size="50" value="<%=old_djnr.gettsrem()!=null?old_djnr.gettsrem():""%>"></td>
<td width="26%" height="34">举报方式:
<select size="1" name="tsfs">
<%
ArrayList list_tslx = BmManager.getTsFs();
String s_ts_options = "";
String s_fs = old_djnr.tslx;
for(int i = 0;i < list_tslx.size();i++){
String[] strs = (String[])list_tslx.get(i);
System.out.println(strs);
String s_code = strs[0];
String s_content = strs[1];
String s_check = "";
if(s_fs.equals("s_code"))
s_check = "selected";
s_ts_options = s_ts_options + "<option value='"+s_code+"' "+s_check+">"+s_content+"</option>";
}
out.print(s_ts_options);
%>
</select></td>
</tr>
<tr>
<td width="11%" height="80" rowspan="5">被举报单位</td>
<td width="82%" height="16" colspan="2">名称:<input type="text" name="btsdw" size="50" value="<%=old_djnr.btsdw!=null?old_djnr.btsdw:""%>"></td>
<td width="26%" height="16">电话:<input type="text" name="btsdwdh" size="10" value="<%=old_djnr.btsdwdh!=null?old_djnr.btsdwdh:""%>"></td>
</tr>
<tr>
<td width="82%" height="16" colspan="2">地址:<input type="text" name="btsdwdz" size="50" value="<%=old_djnr.btsdwdz!=null?old_djnr.btsdwdz:""%>"></td>
<td width="26%" height="16">邮编:<input type="text" name="btsdwyzbm" size="10" value="<%=old_djnr.btsdwyzbm!=null?old_djnr.btsdwyzbm:""%>"></td>
</tr>
<tr>
<td width="82%" height="16" colspan="3">联系人:<input type="text" name="btsdwlxr" size="48" value="<%=old_djnr.btsdwlxr!=null?old_djnr.btsdwlxr:""%>">
电话:<input type="text" name="btsdwlxrdh" size="10" value="<%=old_djnr.btsdwlxrdh!=null?old_djnr.btsdwlxrdh:""%>"></td>
</tr>
<tr>
<td width="108%" height="16" colspan="3">部件:<input type="text" name="btspart" size="17" value="<%=old_djnr.btspart!=null?old_djnr.btspart:""%>">商标:<input type="text" name="btsbrand" size="17" value="<%=old_djnr.btsbrand!=null?old_djnr.btsbrand:""%>">型号:<input type="text" name="btsstyle" size="17" value="<%=old_djnr.btsstyle!=null?old_djnr.btsstyle:""%>"></td>
</tr>
<tr>
<td width="12%" height="16">消费类型:</td>
<td width="88%" colspan="2" height="16">
<select size="1" name="code_dl" onchange='doDl(this);'>
<%
String s_dl = old_djnr.btsxflxdl;
String s_zl = old_djnr.btsxflxzl;
String s_xl = old_djnr.btsxflxxl;
ArrayList list_dl = BmManager.getSplbDl();
String s_options = "";
for(int i = 0;i < list_dl.size();i++){
String[] strs = (String[])list_dl.get(i);
String s_code = strs[0];
String s_content = strs[1];
String s_check="";
if(s_dl.equals(s_code)){
s_check = "selected";
}
s_options = s_options + "<option value='"+s_code+"' "+s_check+">"+s_content+"</option>";
}
out.print(s_options);
s_options = "";
%>
</select>
<select size="1" name="code_zl" onchange='doZl(this);'>
<%
ArrayList list_zl = BmManager.getSplbZl(s_dl);
for(int i = 0;i < list_zl.size();i++){
String[] strs = (String[])list_zl.get(i);
String s_code = strs[0];
String s_content = strs[1].trim();
String s_check="";
if(s_zl.equals(s_code)){
s_check = "selected";
}
s_options = s_options + "<option value='"+s_code+"' "+s_check+">"+s_content+"</option>";
}
out.print(s_options);
s_options = "";
%>
</select>
<select size="1" name="code_xl">
<%
ArrayList list_xl = BmManager.getSplbXl_byZl(s_zl);
for(int i = 0;i < list_xl.size();i++){
String[] strs = (String[])list_xl.get(i);
String s_code = strs[0];
String s_content = strs[1].trim();
String s_check="";
if(s_xl.equals(s_code)){
s_check = "selected";
}
s_options = s_options + "<option value='"+s_code+"' "+s_check+">"+s_content+"</option>";
}
out.print(s_options);
s_options = "";
%>
</select>
</td>
</tr>
<tr>
<td width="16%" height="16">举报内容</td>
<td width="103%" height="16" colspan="3">
<p><textarea rows="5" name="tsnr" cols="77"><%=old_djnr.tsnr!=null?old_djnr.tsnr:""%></textarea></p>
</td>
</tr>
<tr>
<td width="16%" height="16">经办人意见</td>
<td width="103%" height="16" colspan="3">
<p><%=s_lrryj!=null?s_lrryj:""%></p>
</td>
</tr>
<tr>
<td width="16%" height="16">登记机关的督办员意见</td>
<td width="103%" height="16" colspan="3">
<%if(!bzm){%>
<textarea rows="5" name="djjgjdyyj" cols="77"><%=s_djjgjdyyj!=null?s_djjgjdyyj:""%></textarea>
<%}else{%>
<%=s_djjgjdyyj!=null?s_djjgjdyyj:""%>
<input type="hidden" name="djjgjdyyj" value="<%=s_djjgjdyyj!=null?s_djjgjdyyj:""%>">
<%}%>
</td>
</tr>
<%if(s_djjghzryj!=null){%>
<tr>
<td width="16%" height="16">登记机关的负责人意见</td>
<td width="103%" height="16" colspan="3">
<p><%=s_djjghzryj%></p>
</td>
</tr>
<%}%>
<%if(s_djjgjzyj!=null){%>
<tr>
<td width="16%" height="16">登记机关的局长意见</td>
<td width="103%" height="16" colspan="3">
<p><%=s_djjgjzyj%></p>
</td>
</tr>
<%}%>
<%if(bzm){%>
<tr>
<td width="16%" height="16">转办单位的监督员意见</td>
<td width="103%" height="16" colspan="3">
<textarea rows="5" name="zbdwjdyyj" cols="77"><%=s_zbdwjdyyj!=null?s_zbdwjdyyj:""%></textarea>
</td>
</tr>
<%}else{%>
<input type="hidden" name="zbdwjdyyj" value="<%=s_zbdwjdyyj!=null?s_zbdwjdyyj:""%>">
<%}%>
<%if(s_zbdwhzryj!=null){%>
<tr>
<td width="16%" height="16">转办单位的负责人意见</td>
<td width="103%" height="16" colspan="3">
<p><%=s_zbdwhzryj%></p>
</td>
</tr>
<%}%>
<%if(s_zbdwjzyj!=null){%>
<tr>
<td width="16%" height="16">转办单位的局长意见</td>
<td width="103%" height="16" colspan="3">
<p><%=s_zbdwjzyj%></p>
</td>
</tr>
<%}%>
</table>
<p>
转办单位:
<select size="1" name="gxdw" onchange='doUnit(this)'>
<%
HashMap units = profileManager.getOutSideUnits();
String s_dw_options = "";
// System.out.println("units="+units.size());
if(units!=null){
Set set = units.keySet();
Iterator iter = set.iterator();
while(iter.hasNext()){
String s_check = "";
String key = (String)iter.next();
if(old_djnr.gxdw.equals(key))
s_check = "selected";
String s_mc = (String)units.get(key);
s_dw_options = s_dw_options + "<option value='"+key+"' "+s_check+">"+s_mc+"</option>";
}
out.print(s_dw_options);
}
%>
</select>
处理单位:
<select size="1" name="cldw">
<%
if(unit!=null){
ArrayList unitList = unit.getAllInsideSubUnits(profileManager.getUnit(old_djnr.gxdw));
String s_cldw_options = "";
if(unitList!=null){
for(int m = 0; m < unitList.size();m++){
String s_check = "";
Unit ut = (Unit)unitList.get(m);
// System.out.println(old_djnr.cldw+";"+ut.getID());
if(old_djnr.cldw.equals(ut.getID()))
s_check = "selected";
String s_mc = ut.getName();
s_cldw_options = s_cldw_options + "<option value='"+ut.getID()+"' "+s_check+">"+s_mc+"</option>";
}
out.print(s_cldw_options);
}
}
%>
</select>
</p>
<p>转办备注:<textarea rows="5" name="bz" cols="77"><%=old_djnr.bz!=null?old_djnr.bz:""%></textarea></p>
领导审批:
<select size="1" name="clr">
<option value='<%=userID%>' selected>自己</option>
<%
// i_pri
if(i_pri==4)
i_pri = 3;
int parentP = i_pri - 1;
if(parentP > -1){
User[] parents = profileManager.getUserInUnitFormLevel(deptID,parentP);
// System.out.println("deptID="+deptID+";"+parents.length);
if(parents.length==0){
parents = profileManager.getUserInUnitFormLevel(unitID,parentP);
}
String s_p_options = "";
for(int p = 0;p < parents.length;p++){
User us = parents[p];
s_p_options = s_p_options + "<option value='"+us.getID()+"'>"+us.getName()+"</option>";
}
out.print(s_p_options);
}
%>
</select>
</p>
<input type="hidden" name="isSupervisor" value="true">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -