1234567891011121314151617181920212223242526272829 |
- <%@page language="java" pageEncoding="UTF-8"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>重要用户查询</title>
- <!--框架必需start-->
- <%@include file="../../../include.jsp" %>
- <!--框架必需end-->
- <!--基本选项卡start-->
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/nav/basicTabModern.js"></script>
- <!--基本选项卡end-->
- <!-- <script type="text/javascript">
- var sub_fd_id ="";
- //取页面传过来的预案主键ID
- sub_fd_id = parent.fd_id;
- </script> -->
- </head height="800px">
- <body>
- <div class="basicTabModern" style="overflow: hidden;" iframeMode="true" selectedIdx="0" data='{"list":[{"name":"重要用户","url":"/nwyj/page/business/am/customer/customer-focus.jsp"},{"name":"重点关注用户","url":"/nwyj/page/business/am/customer/customer-focus1.jsp"}]}'>
- <div style="width:100%;">
- <IFRAME width="100%" height="545px" frameBorder=0 allowTransparency="true" name="iframeChild2" id="iframeChild2"></IFRAME>
- </div>
- </div>
- </body>
- </html>
|