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

📄 insertskhfk_0002ejsp_jsp.java

📁 客户关系管理系统,包括数据库,类,所有运行所需的代码及文件
💻 JAVA
📖 第 1 页 / 共 2 页
字号:

            // end
            // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(101,27);to=(101,46)]
                out.print(date.getYear()+1900);
            // end
            // HTML // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(101,48);to=(101,50)]
                out.write("年 ");

            // end
            // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(101,53);to=(101,70)]
                out.print(date.getMonth()+1);
            // end
            // HTML // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(101,72);to=(101,74)]
                out.write("月 ");

            // end
            // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(101,77);to=(101,91)]
                out.print(date.getDate());
            // end
            // HTML // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(101,93);to=(101,95)]
                out.write("日 ");

            // end
            // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(101,98);to=(101,113)]
                out.print(date.getHours());
            // end
            // HTML // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(101,115);to=(101,117)]
                out.write("时 ");

            // end
            // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(101,120);to=(101,137)]
                out.print(date.getMinutes());
            // end
            // HTML // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(101,139);to=(107,28)]
                out.write("分 </td> \r\n                      </tr> \r\n                      <tr> \r\n                        <td height=\"25\" bgcolor=\"#FFcc33\">客户名称</td> \r\n                        <td bgcolor=\"#FFFFFF\"><select name=\"khmc\"> \r\n                            <option value=\"\">请选择客户名称</option> \r\n                            ");

            // end
            // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(107,30);to=(109,41)]
                List khxx=(List)request.getAttribute("khxxForm");
                for(int i=0;i<khxx.size();i++){
                KhxxForm khxxForm =(KhxxForm)khxx.get(i);
            // end
            // HTML // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(109,43);to=(110,43)]
                out.write(" \r\n                            <option value=\"");

            // end
            // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(110,46);to=(110,67)]
                out.print(khxxForm.getKhxx_mc());
            // end
            // HTML // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(110,69);to=(110,71)]
                out.write("\">");

            // end
            // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(110,74);to=(110,95)]
                out.print(khxxForm.getKhxx_mc());
            // end
            // HTML // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(110,97);to=(111,28)]
                out.write("</option> \r\n                            ");

            // end
            // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(111,30);to=(111,31)]
                }
            // end
            // HTML // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(111,33);to=(116,28)]
                out.write(" \r\n                          </select></td> \r\n                        <td bgcolor=\"#ffcc33\">客户满意程度</td> \r\n                        <td bgcolor=\"#FFFFFF\"><select name=\"khmyd\"> \r\n                            <option value=\"\">请选择客户满意程度</option> \r\n                            ");

            // end
            // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(116,30);to=(119,0)]
                List khmyd=(List)request.getAttribute("ckhmydForm");
                for(int i=0;i<khmyd.size();i++){
                CkhmydForm khmydForm=(CkhmydForm)khmyd.get(i);
            // end
            // HTML // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(119,2);to=(120,43)]
                out.write(" \r\n                            <option value=\"");

            // end
            // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(120,46);to=(120,70)]
                out.print(khmydForm.getKhmyd_myd());
            // end
            // HTML // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(120,72);to=(120,74)]
                out.write("\">");

            // end
            // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(120,77);to=(120,101)]
                out.print(khmydForm.getKhmyd_myd());
            // end
            // HTML // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(120,103);to=(121,28)]
                out.write("</option> \r\n                            ");

            // end
            // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(121,30);to=(121,31)]
                }
            // end
            // HTML // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(121,33);to=(132,63)]
                out.write(" \r\n                          </select></td> \r\n                      </tr> \r\n                      <tr> \r\n                        <td height=\"25\" bgcolor=\"#FFcc33\">反馈意见受理人</td> \r\n                        <td bgcolor=\"#FFFFFF\"><input name=\"fkslr\" type=\"text\" size=\"22\"></td> \r\n                        <td bgcolor=\"#ffcc33\">备注</td> \r\n                        <td bgcolor=\"#FFFFFF\"><input name=\"bz\" type=\"text\" size=\"22\" ></td> \r\n                      </tr> \r\n                    </table> \r\n                    <p> \r\n                      <input type=\"hidden\" name=\"id\" value=\"FK-");

            // end
            // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(132,66);to=(132,100)]
                out.print(request.getAttribute("changeType"));
            // end
            // HTML // begin [file="/jsp/information/servicekhfk/insertSkhfk.jsp";from=(132,102);to=(152,0)]
                out.write("\"> \r\n                      客户反馈具体内容</p> \r\n                    <table width=\"546\" border=\"0\" cellpadding=\"2\" cellspacing=\"1\" bgcolor=\"#666666\"> \r\n                      <tr> \r\n                        <td width=\"540\" height=\"189\" bgcolor=\"#FFFFFF\"> <textarea name=\"fknr\" cols=\"75\" rows=\"12\" id=\"fknr\"></textarea></td> \r\n                      </tr> \r\n                    </table> \r\n                    <br>\r\n                    <input type=\"submit\" name=\"Submit2\" value=\"提交\"> \r\n&nbsp;&nbsp;&nbsp; \r\n                    <input type=\"reset\" name=\"Submit\" value=\"重置\"> \r\n&nbsp;&nbsp;&nbsp;<a href=\"skhfkSelect.do\">返回</a> <br>\r\n                  </form> \r\n            </table></td> \r\n        </tr> \r\n      </table></td> \r\n  </tr> \r\n</table> \r\n</body>\r\n</html>\r\n");

            // end

        } catch (Throwable t) {
            if (out != null && out.getBufferSize() != 0)
                out.clearBuffer();
            if (pageContext != null) pageContext.handlePageException(t);
        } finally {
            if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
        }
    }
}

⌨️ 快捷键说明

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