⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 operationlist.jsp

📁 电信的网厅的整站代码
💻 JSP
📖 第 1 页 / 共 3 页
字号:



<td class="Caption_Td">第


<select name="quarter" >
                                                            <option value="">-请选择-</option>
							                                <option value="1">一</option>
							                                <option value="2">二</option>
							                                <option value="3">三</option>
							                                <option value="4">四</option>
            </select>季度





</td>


</tr>


</table>
</div>

 <div id="succ_three"  style="display:none">
 <table width="1008">
 <tr>
 <td class="Caption_Td" width="99">
 <select name="year3"  >
                                <option value="">-请选择-</option>
							  <%
                             java.util.Date date3 = new java.util.Date();
                             java.util.Calendar calender3 = new java.util.GregorianCalendar();
                             calender.setTime(date3);
                             int mmcalender3=calender3.get(Calendar.MONTH)+1;
							 for(int t=0;t<10;t++){
                             int yy=calender3.get(Calendar.YEAR)-t;
							  %>
                                <option value="<%=yy%>" ><%=yy%></option>
                                <%}%>
            </select>年
 
 </td>
  <td class="Caption_Td">第
  
  <select name="month1" >
                       <option value="">-请选择-</option>
                          <% 
                             calender3.setTime(date3);
							 for(int t=1;t<13;t++){
                             int mmend=t;%>
                             <option value="<%=mmend%>"><%=mmend%></option>
                               <%
                                  }
                                %>
            </select>月
 </td>
 
 
 </tr>
 </table>
 </div>



 <div id="succ_four"  style="display:none">
 <table width="1006">
 <tr>
 <td class="Caption_Td" width="91">
 <select name="year4" >
                              <option value="">-请选择-</option>
							  <%
                             java.util.Date date4 = new java.util.Date();
                             java.util.Calendar calender4 = new java.util.GregorianCalendar();
                             calender.setTime(date4);
                             int mmcalender4=calender4.get(Calendar.MONTH)+1;
							 for(int t=0;t<10;t++){
                             int yy=calender4.get(Calendar.YEAR)-t;
							  %>
                                <option value="<%=yy%>"><%=yy%></option>
                                <%}%>
            </select>年
                              
</td> 
<td class="Caption_Td" width="121">第
<select name="month2"  >
                       <option value="">-请选择-</option>
                          <% 
                             calender3.setTime(date3);
							 for(int t=1;t<13;t++){
                             int mmend=t;%>
                             <option value="<%=mmend%>"><%=mmend%></option>
                               <%
                                  }
                                %>
            </select>月

</td>  
<td class="Caption_Td">
<select name="xun">
                                                <option value="">-请选择-</option>
                                                <option value="1">上</option>
                                                <option value="2">中</option>
                                                <option value="3">下</option>
            </select>旬
</td>                           
 
 </tr>
 </table>
 </div>
 
  <div id="succ_serven"  style="display:none">
 <table width="1006">
 <tr>
 <td class="Caption_Td" width="91">
 <select name="year5" >
                              <option value="">-请选择-</option>
							  <%
                             java.util.Date date7 = new java.util.Date();
                             java.util.Calendar calender7 = new java.util.GregorianCalendar();
                             calender.setTime(date7);
                             int mmcalender7=calender7.get(Calendar.MONTH)+1;
							 for(int t=0;t<10;t++){
                             int yy=calender7.get(Calendar.YEAR)-t;
							  %>
                                <option value="<%=yy%>"><%=yy%></option>
                                <%}%>
            </select>年
                              
</td> 
<td class="Caption_Td" width="121">第
<select name="month3"  >
                       <option value="">-请选择-</option>
                          <% 
                             calender3.setTime(date3);
							 for(int t=1;t<13;t++){
                             int mmend=t;%>
                             <option value="<%=mmend%>"><%=mmend%></option>
                               <%
                                  }
                                %>
            </select>月

</td>  
<td class="Caption_Td">第
<select name="week">
                                                <option value="">-请选择-</option>
                                                <option value="1">一</option>
                                                <option value="2">二</option>
                                                <option value="3">三</option>
                                                <option value="4">四</option>
            </select>周
</td>                           
 
 </tr>
 </table>
 </div>
 
 
 
 
 
 
  <div id="succ_five"  style="display:none">
  <table>
  <tr>
  <td class="Caption_Td">
   <div id=popCal style="BORDER-RIGHT: 2px ridge; BORDER-TOP: 2px ridge; Z-INDEX: 100; VISIBILITY: hidden; BORDER-LEFT: 2px ridge;  BORDER-BOTTOM: 2px ridge; POSITION: absolute"> 
      <iframe name=popFrame src="PopCalendar.htm" frameborder=0 width=380 scrolling=no height=188></iframe>
       </div>
       <input name="rq" type="text" id="rq" readonly="true"> 
       <input onClick="popFrame.fPopCalendar(rq,rq,popCal);return false" type=button value=日期 name=sbtnw class="BUTTN-FIX1"> 
  
  
  
  </td>

  </tr>
  </table>
  </div>
  
  
   <div id="succ_six"  style="display:none">
   <table width="1005">
   <tr>
   <td class="Caption_Td" width="283">
   
   开始时间
      <input name="starttime" type="text" id="starttime" readonly="true"><span style="cursor:hand" onClick="return showCalendar('StartTIME', '%Y-%m-%d %H:%M', '24', true);">
      <img border="0" src="../calendar/date_botton.gif" width="20" height="14"></span>

           			
   
   
   </td>
   <td class="Caption_Td">
   结束时间
         			   <input name="endtime" type="text" id="endtime" readonly="true" ><span style="cursor:hand" onClick="return showCalendar('EndTIME', '%Y-%m-%d %H:%M', '24', true);">
                       <img border="0" src="../calendar/date_botton.gif" width="20" height="14"></span>
   
   </td>
   </tr></table>
   </div>



</form>				    
 </div>
			
			<div id="divMain" style="overflow: auto">
			<table style="font-size: 9pt; border-bottom: #efefef 1px outset" cellspacing="0"
					cellpadding="0" width="100%" border="0" class="OuterTable">
			 <tr class="OuterHead"> 
     <td class="title_td" align="left" width="98%">业务受理量汇总表&nbsp;&nbsp;&nbsp;您统计的方式为:
     <%	if(!year.equals("")){out.print(year);out.print("年");}
    if(!quarter.equals("")){out.println("第");out.print(quarter);out.print("季度");}
    if(!month.equals("")){out.println("第");out.print(month);out.print("月");}
    if(!xun.equals("")){
    if(xun.equals("1")){out.print("上旬");}
    if(xun.equals("2")){out.print("中旬");}
    if(xun.equals("3")){out.print("下旬");}
    }
    if(!week.equals("")){
    if(week.equals("1")){out.print("第一周");}
    if(week.equals("2")){out.print("第二周");}
    if(week.equals("3")){out.print("第三周");}
    if(week.equals("4")){out.print("第四周");}
    }
    if(!rq.equals("")){out.print(rq.substring(0,4));out.print("年");out.print(rq.substring(5,7));out.print("月");out.print(rq.substring(8,10));out.print("日");}
    if(!start.equals("")){out.print(start);out.print("--");}
    if(!end.equals("")){out.print(end);}
    %>
     </td>
     </tr>
     </table>
     
     <table style="font-size: 9pt; border-bottom: #efefef 1px outset" cellspacing="0"
					cellpadding="0" width="100%" border="0" class="OuterTable">
     <tr class="OuterHead">
     <td class="title_td" align="left" width="8%"><b>地市</b></td>
     <td class="title_td" align="left" width="8%"><b>区域</b></td>
     <td class="title_td" align="left" width="8%"><b>业务类型</b></td>
     <td class="title_td" align="left" width="8%"><b>受理类型</b></td>
     <td class="title_td" align="left" width="18%"><b>受理状态</b></td>
     <td class="title_td" align="left" width="18%"><b>数量</b></td>
    </tr>
    </table>
  
  <table id="prodfunList" border=0 width=100% cellspacing=0 cellpadding=1
					style="behavior:url(../../common/table.htc)"
					DefaultClass="DefaltRow" 
					SelectedClass="SelectedRow" 
					keyName="key" 
					multiple="true" 
				    class="InnerTable">
  
   <%
   if(dt!=null&&dt.getRows().getCount()>0){
	for(int i=0;i<dt.getRows().getCount();i++)
        {
  %>
   <tr class="InnerMain" style="color: black" key="">    
   <td class="body_td" align="left"  width="8%" nowrap><%=dt.getRow(i).getString("cityname")%></td>
   <td class="body_td" align="left"  width="8%" nowrap><%=dt.getRow(i).getString("AREANAME")%></td>
   <td class="body_td" align="left"  width="8%" nowrap><%=dt.getRow(i).getString("ESP")%></td>
   <td class="body_td" align="left"  width="8%" nowrap><% 
		    											String type=dt.getRow(i).getString("type");
		    											if(type.equals("N")){out.println("新装");}
		    											if(type.equals("A")){out.println("新加");}
		    											if(type.equals("S")){out.println("纯装");}
		    											if(type.equals("M")){out.println("移机");}
		    											if(type.equals("D")){out.println("宽带变速");}
		    											if(type.equals("C")){out.println("关机");}
		    											if(type.equals("0")){out.println("开机/复机");}
    											%></td>
    <td class="body_td" align="left"  width="18%" nowrap><%=dt.getRow(i).getString("state")%></td>											
    <td class="body_td" align="left"  width="18%" nowrap><a href="ywslclientlist.jsp?city=<%=dt.getRow(i).getString("citycode")%>&area=<%=dt.getRow(i).getString("areacode")%>&ywlx=<%=dt.getRow(i).getString("productid")%>&sllx=<%=dt.getRow(i).getString("type")%>&slzt=<%=dt.getRow(i).getString("pro")%>&year=<%=year%>&quarter=<%=quarter%>&month=<%=month%>&xun=<%=xun%>&week=<%=week%>&start=<%=start%>&end=<%=end%>"><u><%=dt.getRow(i).getString("CNT")%></u></td>
  </tr>
  <%
   }
   }
   else {%>
    <tr class="InnerMain" style="color: black" key="">  
    <td class="body_td" align="left"  width="5%" nowrap colspan="6">对不起,您统计的方式没有相关的记录!!
    </td>
   </tr>
   <%}%>
<%if((!slzt.equals("")||!ywlx.equals("")||!sllx.equals("")||!time_style.equals("")||!citystr.equals("")||!area.equals(""))&&pageNo.equals(countstr)){%>
<tr class="InnerMain" style="color: black" key="">
<td class="body_td" align="left"  width="5%"  colspan="" nowrap>合计</td>   
<td class="body_td" align="left"  width="5%"  colspan="5" nowrap>
<%
int count=0;
dt=ywsl_count.getareaCount(citystr,area,ywlx,sllx,slzt,year,quarter,month,xun,week,rq,start,end,pageNo,"1");
for(int i=0;i<dt.getRows().getCount();i++){
count+=(int)Integer.parseInt(dt.getRow(i).getString("CNT"));
}
out.print(count);
%>
</td>
</tr>
<%}%>   
</table>

<table cellpadding="0" cellspacing="0" border="0" width="100%" class="OuterTable">
    <tr class="OuterHead">
               <td align="right" class="foot_td" nowrap width="14%">
               <%             
                

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -