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

📄 insertkhxx_0002ejsp_jsp.java

📁 客户关系管理系统,包括数据库,类,所有运行所需的代码及文件
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
            // HTML // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(186,33);to=(191,28)]
                out.write(" \r\n                          </select></td> \r\n                        <td align=\"center\" bgcolor=\"#ffcc33\">企业类型</td> \r\n                        <td bgcolor=\"#FFFFFF\"><select name=\"qylx\"> \r\n                            <option value=\"\">请选择企业类型</option> \r\n                            ");

            // end
            // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(191,30);to=(194,0)]
                List qylxlist=(List)request.getAttribute("qylx");
                for(int i=0;i<qylxlist.size();i++){
                CqylxForm qylx=(CqylxForm)qylxlist.get(i);
            // end
            // HTML // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(194,2);to=(195,43)]
                out.write(" \r\n                            <option value=\"");

            // end
            // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(195,46);to=(195,65)]
                out.print(qylx.getQylx_lxmc());
            // end
            // HTML // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(195,67);to=(195,69)]
                out.write("\">");

            // end
            // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(195,72);to=(195,91)]
                out.print(qylx.getQylx_lxmc());
            // end
            // HTML // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(195,93);to=(196,28)]
                out.write("</option> \r\n                            ");

            // end
            // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(196,30);to=(196,31)]
                }
            // end
            // HTML // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(196,33);to=(203,28)]
                out.write(" \r\n                          </select></td> \r\n                      </tr> \r\n                      <tr> \r\n                        <td height=\"24\" align=\"right\" bgcolor=\"#ffcc33\"><div align=\"center\">企业资信</div></td> \r\n                        <td bgcolor=\"#FFFFFF\"><select name=\"qyzx\"> \r\n                            <option value=\"\">请选择企业资信</option> \r\n                            ");

            // end
            // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(203,30);to=(206,0)]
                List qyzxlist=(List)request.getAttribute("qyzx");
                for(int i=0;i<qyzxlist.size();i++){
                CqyzxForm qyzx=(CqyzxForm)qyzxlist.get(i);
            // end
            // HTML // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(206,2);to=(207,43)]
                out.write(" \r\n                            <option value=\"");

            // end
            // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(207,46);to=(207,65)]
                out.print(qyzx.getQyzx_zxjb());
            // end
            // HTML // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(207,67);to=(207,69)]
                out.write("\">");

            // end
            // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(207,72);to=(207,91)]
                out.print(qyzx.getQyzx_zxjb());
            // end
            // HTML // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(207,93);to=(208,28)]
                out.write("</option> \r\n                            ");

            // end
            // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(208,30);to=(208,31)]
                }
            // end
            // HTML // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(208,33);to=(231,28)]
                out.write(" \r\n                          </select></td> \r\n                        <td align=\"center\" bgcolor=\"#ffcc33\">企业地址</td> \r\n                        <td bgcolor=\"#FFFFFF\"><input type=\"text\" name=\"qydz\"></td> \r\n                      </tr> \r\n                      <tr> \r\n                        <td height=\"24\" align=\"right\" bgcolor=\"#ffcc33\"><div align=\"center\">所属省份</div></td> \r\n                        <td bgcolor=\"#FFFFFF\"><input name=\"szsf\" type=\"text\" size=\"20\"></td> \r\n                        <td align=\"center\" bgcolor=\"#ffcc33\">公司邮编</td> \r\n                        <td bgcolor=\"#FFFFFF\"><input type=\"text\" name=\"gsyb\"></td> \r\n                      </tr> \r\n                      <tr> \r\n                        <td height=\"24\" align=\"right\" bgcolor=\"#ffcc33\"><div align=\"center\">所属城市</div></td> \r\n                        <td bgcolor=\"#FFFFFF\"><input name=\"szcs\" type=\"text\" size=\"20\"></td> \r\n                        <td align=\"center\" bgcolor=\"#ffcc33\">法人代表</td> \r\n                        <td bgcolor=\"#FFFFFF\"><input type=\"text\" name=\"frdb\"></td> \r\n                      </tr> \r\n                      <tr> \r\n                        <td height=\"24\" align=\"right\" bgcolor=\"#ffcc33\"><div align=\"center\">纳税号</div></td> \r\n                        <td bgcolor=\"#FFFFFF\"><input name=\"nsh\" type=\"text\" size=\"20\"></td> \r\n                        <td height=\"24\" align=\"center\" bgcolor=\"#ffcc33\">开户银行</td> \r\n                        <td bgcolor=\"#FFFFFF\"><select name=\"khyh\"> \r\n                            <option value=\"\">请选择开户银行</option> \r\n                            ");

            // end
            // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(231,30);to=(234,0)]
                List banklist=(List)request.getAttribute("bank");
                for(int i=0;i<banklist.size();i++){
                CbankForm bank=(CbankForm)banklist.get(i);
            // end
            // HTML // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(234,2);to=(235,43)]
                out.write(" \r\n                            <option value=\"");

            // end
            // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(235,46);to=(235,65)]
                out.print(bank.getBank_name());
            // end
            // HTML // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(235,67);to=(235,69)]
                out.write("\">");

            // end
            // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(235,72);to=(235,91)]
                out.print(bank.getBank_name());
            // end
            // HTML // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(235,93);to=(236,28)]
                out.write("</option> \r\n                            ");

            // end
            // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(236,30);to=(236,31)]
                }
            // end
            // HTML // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(236,33);to=(263,28)]
                out.write(" \r\n                          </select></td> \r\n                      </tr> \r\n                      <tr> \r\n                        <td height=\"24\" align=\"right\" bgcolor=\"#ffcc33\"><div align=\"center\">开户银行账号</div></td> \r\n                        <td bgcolor=\"#FFFFFF\"><input name=\"yhzh\" type=\"text\" size=\"20\"></td> \r\n                        <td align=\"center\" bgcolor=\"#ffcc33\">公司网址</td> \r\n                        <td bgcolor=\"#FFFFFF\"><input type=\"text\" name=\"gswz\"></td> \r\n                      </tr> \r\n                      <tr> \r\n                        <td height=\"24\" align=\"right\" bgcolor=\"#ffcc33\"><div align=\"center\">客户IC卡号</div></td> \r\n                        <td bgcolor=\"#FFFFFF\"><input name=\"iCcard\" type=\"text\" size=\"20\"></td> \r\n                        <td align=\"center\" bgcolor=\"#ffcc33\">公司电话</td> \r\n                        <td bgcolor=\"#FFFFFF\"><input type=\"text\" name=\"gsdh\"></td> \r\n                      </tr> \r\n                      <tr> \r\n                        <td height=\"24\" align=\"right\" bgcolor=\"#ffcc33\"><div align=\"center\">公司传真</div></td> \r\n                        <td bgcolor=\"#FFFFFF\"><input name=\"gscz\" type=\"text\" size=\"20\"></td> \r\n                        <td align=\"center\" bgcolor=\"#ffcc33\">主要联系人</td> \r\n                        <td bgcolor=\"#FFFFFF\"><input type=\"text\" name=\"lxr\"></td> \r\n                      </tr> \r\n                      <tr> \r\n                        <td height=\"24\" align=\"right\" bgcolor=\"#ffcc33\"><div align=\"center\">联系人电话</div></td> \r\n                        <td bgcolor=\"#FFFFFF\"><input name=\"lxrdh\" type=\"text\" size=\"20\"></td> \r\n                        <td align=\"center\" bgcolor=\"#ffcc33\">客户级别</td> \r\n                        <td bgcolor=\"#FFFFFF\"><select name=\"khjb\"> \r\n                            <option value=\"\">请选择客户级别</option> \r\n                            ");

            // end
            // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(263,30);to=(266,0)]
                List khjblist=(List)request.getAttribute("khjb");
                for(int i=0;i<khjblist.size();i++){
                CkhjbForm khjb=(CkhjbForm)khjblist.get(i);
            // end
            // HTML // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(266,2);to=(267,43)]
                out.write(" \r\n                            <option value=\"");

            // end
            // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(267,46);to=(267,65)]
                out.print(khjb.getKhjb_jbmc());
            // end
            // HTML // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(267,67);to=(267,69)]
                out.write("\">");

            // end
            // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(267,72);to=(267,91)]
                out.print(khjb.getKhjb_jbmc());
            // end
            // HTML // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(267,93);to=(268,28)]
                out.write("</option> \r\n                            ");

            // end
            // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(268,30);to=(268,31)]
                }
            // end
            // HTML // begin [file="/jsp/information/khxx/insertKhxx.jsp";from=(268,33);to=(288,0)]
                out.write(" \r\n                          </select></td> \r\n                      </tr> \r\n                      <tr> \r\n                        <td height=\"24\" align=\"right\" bgcolor=\"#ffcc33\"><div align=\"center\">备注信息</div></td> \r\n                        <td colspan=\"3\" bgcolor=\"#FFFFFF\"><input name=\"bz\" type=\"text\" value=\"无\" size=\"58\"></td> \r\n                      </tr> \r\n                    </table> \r\n                    <br>\r\n                    <input type=\"submit\" name=\"Submit2\" value=\"提交\"> \r\n&nbsp;&nbsp;&nbsp;&nbsp; \r\n                    <input type=\"reset\" name=\"Submit\" value=\"重置\"> \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 + -