📄 mycallout_005fsearch_jsp.java
字号:
out.write("\t\t <td style=\"height:25px\">我的呼出电话</td>\r\n");
out.write("\t\t <td align=\"right\">\r\n");
out.write("\t\t \t<input name=\"ok\" type=\"button\" class=\"input02\" value=\"查 询\" onclick=\"submitForm()\"/>\r\n");
out.write("\t\t\t\t\t \r\n");
out.write("\t\t\t\t\t");
SysUserInfo userInfo = (SysUserInfo) session.getAttribute("sysuserinfo");
String userId=String.valueOf(userInfo.getUserId());
FunctionService service = (FunctionService) ServiceLocator.getService("functionService");
if(service.getHasFunc("system.export.excel","User",userId)){
out.write("\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t<input name=\"exportExcel\" type=\"button\" class=\"input02\" value=\"导出Excel\" onclick=\"goExport(1)\"/>\r\n");
out.write("\t\t\t\t\t\t\t\t\t");
}
if(service.getHasFunc("system.export.pdf","User",userId)){
out.write("\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t<input name=\"exportPdf\" type=\"button\" class=\"input02\" value=\"导出PDF\" onclick=\"goExport(2)\"/>\r\n");
out.write("\t\t\t\t\t\t\t\t\t");
}
out.write("\r\n");
out.write("\t\t\t\t\t<input name=\"cancel\" type=\"reset\" class=\"input02\" value=\"重 置\" />\r\n");
out.write("\t\t </td>\r\n");
out.write("\t\t </tr>\r\n");
out.write("\t\t </table>\r\n");
out.write("\t\t</td>\r\n");
out.write("\t</tr>\r\n");
out.write("<tr>\r\n");
out.write(" \t<td class=\"bgOffice\" valign=\"top\" style=\"height:auto;\"><!-- 注意:此处设置class为bgOffice -->\r\n");
out.write("\t\t\t<table width=\"100%\" boder=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"table02\"><!-- 注意:此处设置class为table02 -->\r\n");
out.write("\t\t\t\t<tr>\r\n");
out.write("\t\t\t\t\t<td class=\"right\">查询视图:</td>\r\n");
out.write("\t\t\t\t\t<td class=\"bgInput\">\r\n");
out.write("\t\t <select id=\"FsearchView\" size=\"1\" value=\"");
if (_jspx_meth_s_005fproperty_005f1(_jspx_page_context))
return;
out.write("\">\r\n");
out.write("\t\t\t\t\t\t\t");
SystemDictUtil sysutil = new SystemDictUtil();
List list = sysutil.getDictItemByType("callinsearchview");
Iterator it = list.iterator();
while(it.hasNext()){
SystemDict item = (SystemDict)it.next();
SystemDictId id = item.getSystemDictId();
out.write("\r\n");
out.write("\t\t\t\t\t\t\t<option value=\"");
out.print(id.getValue());
out.write('"');
out.write('>');
out.print(item.getKey());
out.write("</option>\r\n");
out.write("\t\t\t\t\t\t\t");
}
out.write("\r\n");
out.write("\t\t\t\t\t\t</select>\r\n");
out.write("\t\t\t\t\t</td>\r\n");
out.write("\t\t\t\t\t<td class=\"right\">客户姓名:</td>\r\n");
out.write("\t\t\t\t\t<td class=\"bgInput\"><input dblength=\"60\" maxlength=\"60\" type=\"text\" id=\"FclientName\" class=\"input01\" value=\"");
if (_jspx_meth_s_005fproperty_005f2(_jspx_page_context))
return;
out.write("\" /></td>\r\n");
out.write("\t\t\t\t\t\r\n");
out.write("\t\t\t\t</tr>\r\n");
out.write("\t\t\t\t\r\n");
out.write("\t\t\t\t<tr>\r\n");
out.write("\t\t\t\t\t<td class=\"right\">来电时间从:</td>\r\n");
out.write("\t\t\t\t\t<td class=\"bgInput\"><input class=\"input01\" id=\"FbeginDate\" onfocus=\"setday(this)\" value=\"");
if (_jspx_meth_s_005fproperty_005f3(_jspx_page_context))
return;
out.write("\"/></td>\r\n");
out.write("\t\t\t\t\t<td class=\"right\">到:</td>\r\n");
out.write("\t\t\t\t\t<td class=\"bgInput\"><input class=\"input01\" id=\"FendDate\" onfocus=\"setday(this)\" value=\"");
if (_jspx_meth_s_005fproperty_005f4(_jspx_page_context))
return;
out.write("\"/></td>\r\n");
out.write("\t\t\t\t</tr>\r\n");
out.write("\t\t\t\t\r\n");
out.write("\t\t\t\t<tr>\r\n");
out.write("\t\t\t\t\t<td class=\"right\">主叫号码:</td>\r\n");
out.write("\t\t\t\t\t<td class=\"bgInput\"><input dblength=\"20\" maxlength=\"20\" type=\"text\" id=\"FcallNo\" class=\"input01\" value=\"");
if (_jspx_meth_s_005fproperty_005f5(_jspx_page_context))
return;
out.write("\" /></td>\r\n");
out.write("\t\t\t\t\t<td class=\"right\">被叫号码:</td>\r\n");
out.write("\t\t\t\t\t<td class=\"bgInput\"><input dblength=\"20\" maxlength=\"20\" type=\"text\" id=\"FcalledNo\" class=\"input01\" value=\"");
if (_jspx_meth_s_005fproperty_005f6(_jspx_page_context))
return;
out.write("\" /></td>\r\n");
out.write("\t\t\t\t</tr>\r\n");
out.write("\t\t\t\t\r\n");
out.write("\t\t\t\t<tr>\r\n");
out.write("\t\t\t\t\t<td class=\"right\">基金账号:</td>\r\n");
out.write("\t\t\t\t\t<td class=\"bgInput\"><input dblength=\"15\" maxlength=\"15\" type=\"text\" id=\"Ffundcode\" class=\"input01\" value=\"");
if (_jspx_meth_s_005fproperty_005f7(_jspx_page_context))
return;
out.write("\" /></td>\r\n");
out.write("\t\t\t\t\t<td class=\"right\">证件号码:</td>\r\n");
out.write("\t\t\t\t\t<td class=\"bgInput\"><input dblength=\"30\" maxlength=\"30\" type=\"text\" id=\"FcredId\" class=\"input01\" value=\"");
if (_jspx_meth_s_005fproperty_005f8(_jspx_page_context))
return;
out.write("\" /></td>\r\n");
out.write("\t\t\t\t</tr>\r\n");
out.write("\t\t\t\t</table>\r\n");
out.write("\t\t</td>\r\n");
out.write("\t</tr>\t\t\r\n");
out.write("\t<tr>\r\n");
out.write("\t\t<td width=\"100%\" style=\"background-color:white\">\r\n");
out.write("\t\t\t \r\n");
out.write("\t\t</td>\r\n");
out.write("\t</tr>\r\n");
out.write(" <tr>\r\n");
out.write(" \t<td style=\"height:100%\">\r\n");
out.write("\r\n");
out.write("\t\t\t \t<div id=\"listcontent\" style=\"width:expression(document.body.offsetWidth);height:215px;overflow:auto;overflow-x: hidden;\">\r\n");
out.write("\t\t\t\t\t\t<table class=\"datalist\" id=\"datacolor\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
out.write("\t\t\t\t\t\t\t<tr>\r\n");
out.write("\t\t\t\t<th><div style=\"width:70px\">记录编号</div></th>\r\n");
out.write("\t\t\t\t<th><div style=\"width:100px\">呼出时间</div></th>\r\n");
out.write("\t\t\t\t<th><div style=\"width:100px\">主叫号码</div></th>\r\n");
out.write("\t\t\t\t<th><div style=\"width:100px\">被叫号码</div></th>\r\n");
out.write("\t\t\t\t<th><div style=\"width:100px\">客户名称</div></th>\t\r\n");
out.write("\t\t\t\t<th><div style=\"width:60px\">呼出状态</div></th>\t\r\n");
out.write("\t\t\t\t<th><div style=\"width:30px\">操作</div></th>\t\r\n");
out.write("\t\t\t\t</tr>\t\t\r\n");
out.write("\t\t\t");
if (_jspx_meth_s_005fif_005f1(_jspx_page_context))
return;
out.write("\r\n");
out.write("\t\t\t\t");
// s:else
org.apache.struts2.views.jsp.ElseTag _jspx_th_s_005felse_005f0 = (org.apache.struts2.views.jsp.ElseTag) _005fjspx_005ftagPool_005fs_005felse.get(org.apache.struts2.views.jsp.ElseTag.class);
_jspx_th_s_005felse_005f0.setPageContext(_jspx_page_context);
_jspx_th_s_005felse_005f0.setParent(null);
int _jspx_eval_s_005felse_005f0 = _jspx_th_s_005felse_005f0.doStartTag();
if (_jspx_eval_s_005felse_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
if (_jspx_eval_s_005felse_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
out = _jspx_page_context.pushBody();
_jspx_th_s_005felse_005f0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
_jspx_th_s_005felse_005f0.doInitBody();
}
do {
out.write("\r\n");
out.write("\t\t\t");
// s:iterator
org.apache.struts2.views.jsp.IteratorTag _jspx_th_s_005fiterator_005f0 = (org.apache.struts2.views.jsp.IteratorTag) _005fjspx_005ftagPool_005fs_005fiterator_005fvalue.get(org.apache.struts2.views.jsp.IteratorTag.class);
_jspx_th_s_005fiterator_005f0.setPageContext(_jspx_page_context);
_jspx_th_s_005fiterator_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_s_005felse_005f0);
_jspx_th_s_005fiterator_005f0.setValue("calloutList");
int _jspx_eval_s_005fiterator_005f0 = _jspx_th_s_005fiterator_005f0.doStartTag();
if (_jspx_eval_s_005fiterator_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
if (_jspx_eval_s_005fiterator_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
out = _jspx_page_context.pushBody();
_jspx_th_s_005fiterator_005f0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
_jspx_th_s_005fiterator_005f0.doInitBody();
}
do {
out.write("\r\n");
out.write("\t\t\t<tr style=\"height:8px\">\r\n");
out.write("\t\t\t\t<td>");
if (_jspx_meth_s_005fproperty_005f9(_jspx_th_s_005fiterator_005f0, _jspx_page_context))
return;
out.write(" </td>\r\n");
out.write("\t\t\t\t<td>");
if (_jspx_meth_s_005fdate_005f0(_jspx_th_s_005fiterator_005f0, _jspx_page_context))
return;
out.write(" </td>\r\n");
out.write("\t\t\t\t<td>\r\n");
out.write("\t\t\t\t\t");
if (_jspx_meth_s_005fproperty_005f10(_jspx_th_s_005fiterator_005f0, _jspx_page_context))
return;
out.write("\r\n");
out.write("\t\t\t\t\t \r\n");
out.write("\t\t\t\t</td>\r\n");
out.write("\t\t\t\t<td>\r\n");
out.write("\t\t\t\t\t");
if (_jspx_meth_s_005fproperty_005f11(_jspx_th_s_005fiterator_005f0, _jspx_page_context))
return;
out.write("\r\n");
out.write("\t\t\t\t\t \r\n");
out.write("\t\t\t\t</td>\r\n");
out.write("\t\t\t\t<td>\r\n");
out.write("\t\t\t\t\t");
if (_jspx_meth_s_005fproperty_005f12(_jspx_th_s_005fiterator_005f0, _jspx_page_context))
return;
out.write("\r\n");
out.write("\t\t\t\t\t \r\n");
out.write("\t\t\t\t</td>\r\n");
out.write("\t\t\t\t<td>\r\n");
out.write("\t\t\t\t\t");
if (_jspx_meth_s_005fif_005f2(_jspx_th_s_005fiterator_005f0, _jspx_page_context))
return;
out.write("\r\n");
out.write("\t\t\t\t\t");
// s:else
org.apache.struts2.views.jsp.ElseTag _jspx_th_s_005felse_005f1 = (org.apache.struts2.views.jsp.ElseTag) _005fjspx_005ftagPool_005fs_005felse.get(org.apache.struts2.views.jsp.ElseTag.class);
_jspx_th_s_005felse_005f1.setPageContext(_jspx_page_context);
_jspx_th_s_005felse_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_s_005fiterator_005f0);
int _jspx_eval_s_005felse_005f1 = _jspx_th_s_005felse_005f1.doStartTag();
if (_jspx_eval_s_005felse_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
if (_jspx_eval_s_005felse_005f1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
out = _jspx_page_context.pushBody();
_jspx_th_s_005felse_005f1.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
_jspx_th_s_005felse_005f1.doInitBody();
}
do {
out.write("\r\n");
out.write("\t\t\t\t\t\t<a href=\"#\" onclick=\"recallCallOut(");
if (_jspx_meth_s_005fproperty_005f14(_jspx_th_s_005felse_005f1, _jspx_page_context))
return;
out.write(")\">\r\n");
out.write("\t\t\t\t\t\t<img src=\"");
out.print(cpath);
out.write("/images/func_do.gif\" border=0 alt=\"失败再呼\"/></a>\r\n");
out.write("\t\t\t\t\t \r\n");
out.write("\t\t\t\t\t");
int evalDoAfterBody = _jspx_th_s_005felse_005f1.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
if (_jspx_eval_s_005felse_005f1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
out = _jspx_page_context.popBody();
}
}
if (_jspx_th_s_005felse_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -