1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <!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-->
- <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <script type="text/javascript" src="/nwyj/scripts/cockpit/cockpitIndex/context.js"></script>
- <!--框架必需start-->
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/jquery.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/language/cn.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/main.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/framework.js"></script>
- <link href="/nwyj/scripts/qui/libs/css/import_basic.css" rel="stylesheet" type="text/css"/>
- <link rel="stylesheet" type="text/css" id="skin" prePath="/nwyj/scripts/qui/" scrollerY="false"/>
- <link rel="stylesheet" type="text/css" id="customSkin"/>
- <!--框架必需end-->
- <!--grid组件start-->
- <script src="/nwyj/scripts/qui/libs/js/table/quiGrid.js" type="text/javascript"></script>
- <!--grid组件end-->
- <script type="text/javascript" src="/nwyj/scripts/cockpit/cockpitIndex/util.js"></script>
- <link rel="stylesheet" type="text/css" href="/nwyj/page/cockpit/webgis/js/gisgrid.css">
- <script type="text/javascript" src="/nwyj/scripts/cockpit/cockpitIndex/util.js"></script>
- <link rel="stylesheet" type="text/css" href="/nwyj/page/cockpit/webgis/js/gisgrid.css">
- <link rel="stylesheet" type="text/css" href="/nwyj/page/cockpit/cockpit_layout/icon.css">
- <!--框架必需end-->
- <script type="text/javascript" src="../../../../scripts/business/am/customer/customerInfo.js"></script>
- <style type="text/css">
- .title_class {
- font-size: 22px;
- color: blue;
- }
- .tool_class {
- display: inline-block;
- float: right;
-
- }
- ._title{
- display: block;
- position: absolute;
- font-size: 22px;
- font-width:bold;
- }
- </style>
- </head>
- <div style="height: 50px;background: #F8F8F8;" align="center"><a href="javascript:;"><img class="back" title="返回" onclick="window.history.back()" align="left" alt="返回" src="/nwyj/images/temp/back.png" /></a><font style="font-weight: bold;font-size: 20px;line-height: 45px;" >重要用户信息详情</font></div>
- <body>
- <div class="table_class" style="margin:5px 5px 5px 5px">
- <table width="100%" class="tableStyle" id="fillForm" >
- <tr>
- <td width="20%" align="right">用户编号:</td>
- <td><div id="MRID_263" name="MRID_263" readOnly="true"/></td>
- <td width="20%" align="right">用户名称:</td>
- <td><div id="NAME_263" name="NAME_263" readOnly="true"/></td>
- </tr>
- <tr>
- <td width="20%" align="right">用电地址:</td>
- <td><div id="DETAILED_ADDRESS_263" name="DETAILED_ADDRESS_263" readOnly="true"/></td>
- <td width="20%" align="right">用电类别:</td>
- <td><div id="UTILIZATION_KIND_263_SHOW" name="UTILIZATION_KIND_263_SHOW" readOnly="true"/></td>
- </tr>
- <tr>
- <td width="20%" align="right">供电单位(人资系统ID):</td>
- <td><div id="OWNER_STATION_263_SHOW" name="OWNER_STATION_263_SHOW" readOnly="true"/></td>
- <td width="20%" align="right">供电单位(营销系统):</td>
- <td><div id="GDDWBM_263" name="GDDWBM_263" readOnly="true"/></td>
- </tr>
- <tr>
- <td width="20%" align="right">电压等级:</td>
- <td><div id="VOLTAGE_CODE_263_SHOW" name="VOLTAGE_CODE_263_SHOW" readOnly="true"/></td>
- <td width="20%" align="right">合同容量:</td>
- <td><div id="AGREEMENT_CAPACITY_263" name="AGREEMENT_CAPACITY_263" readOnly="true"/></td>
- </tr>
- <tr>
- <td width="20%" align="right">负荷类型:</td>
- <td><div id="LOAD_KIND_263_SHOW" name="LOAD_KIND_263_SHOW" readOnly="true"/></td>
- <td width="20%" align="right">自备电源标志:</td>
- <td><div id="OWNED_SOURCE_FLAG_263" name="OWNED_SOURCE_FLAG_263" readOnly="true"/></td>
- </tr>
- <tr>
- <td width="20%" align="right">自备电源容量:</td>
- <td><div id="OWNED_SOURCE_CAPACITY_263" name="OWNED_SOURCE_CAPACITY_263" readOnly="true"/></td>
- <td width="20%" align="right">客户分群标识:</td>
- <td><div id="CUSTOMER_CLASSIFICATION_263" name="CUSTOMER_CLASSIFICATION_263" readOnly="true"/></td>
- </tr>
- </table>
- </div>
- </body>
- </html>
|