123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557 |
- <%@ page language="java" contentType="text/html;charset=utf-8"%>
- <%@include file="/pages/includes/taglibs.jsp"%>
- <head>
- <script src="<%=request.getContextPath()%>/resource/js/jquery.min.js"
- type="text/javascript">
- </script>
- <script
- src="<%=request.getContextPath()%>/resource/js/highcharts/highcharts.js"
- type="text/javascript">
- </script>
- <script
- src="<%=request.getContextPath()%>/resource/js/highcharts/themes/grid.js"
- type="text/javascript">
- </script>
- <link rel="stylesheet"
- href="<%=request.getContextPath()%>/resource/css/ztree/zTreeStyle.css"
- type="text/css">
- <script
- src="<%=request.getContextPath()%>/resource/js/ztree/jquery.ztree.all.min.js"
- type="text/javascript">
- </script>
- <!-- dialog begin -->
- <link rel="stylesheet"
- href="<%=request.getContextPath()%>/resource/js/dialog/dialog.css"
- type="text/css"></link>
- <link rel="stylesheet"
- href="<%=request.getContextPath()%>/resource/js/dialog/ibutton.css"
- type="text/css"></link>
- <script type="text/javascript"
- src="<%=request.getContextPath()%>/resource/js/dialog/jquery.box.js">
- </script>
- <script type="text/javascript"
- src="<%=request.getContextPath()%>/resource/js/dialog/jquery.dialog.js">
- </script>
- <script type="text/javascript"
- src="<%=request.getContextPath()%>/resource/js/dialog/jquery.ibutton.js">
- </script>
- <script type="text/javascript"
- src="<%=request.getContextPath()%>/resource/js/dialog/jquery.ishadow.js">
- </script>
- <script type="text/javascript"
- src="<%=request.getContextPath()%>/resource/js/dialog/jquery.scrollbarwidth.js">
- </script>
- <!-- dialog end -->
- <style type="text/css">
- .normal {
- border-right-style: solid;
- border-bottom-style: solid;
- border-left-style: solid;
- border-top-style: solid;
- border-top-color: #ffffff;
- border-left-color: #c1c1c1;
- border-right-color: #c1c1c1;
- border-bottom-color: #c1c1c1;
- border-width: 1px;
- width: 90px;
- height: 28px;
- float: left;
- margin-top: -1px;
- cursor: pointer;
- text-align: center;
- line-height: 28px;
- overflow: hidden;
- font-weight: bold;
- font-size: 12px;
- font-family: tahoma, arial, verdana, sans-serif;
- }
- .disable {
- border-right-style: solid;
- border-bottom-style: solid;
- border-left-style: solid;
- border-top-style: solid;
- border-top-color: #c1c1c1;
- border-left-color: #c1c1c1;
- border-right-color: #c1c1c1;
- border-bottom-color: #c1c1c1;
- border-width: 1px;
- width: 90px;
- height: 25px;
- float: left;
- margin-top: -1px;
- cursor: pointer;
- text-align: center;
- background-color: #e1e1e1;
- line-height: 25px;
- overflow: hidden;
- font-weight: bold;
- font-size: 12px;
- font-family: tahoma, arial, verdana, sans-serif;
- }
- .panelcontainer {
- width: 100%;
- height: 50px;
- border-style: solid;
- border-color: #C1C1C1;
- border-width: 1px;
- }
- .panelquery {
- width: 100%;
- height: 25px;
- background-color: #c1c1c1;
- line-height: 25px;
- }
- .panelquerytext {
- margin-left: 3px;
- font-weight: bold;
- font-size: 12px;
- font-family: tahoma, arial, verdana, sans-serif;
- }
- .querycondcontainer {
- line-height: 39px;
- padding: 3px;
- float: left;
- font-size: 12px;
- }
- .textMyself {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- font-style: normal;
- color: #000;
- font-weight: bold;
- }
- .textMyselfContent {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- font-style: normal;
- color: #000;
- }
- .NumberText {
- font-size: 20px;
- font-weight: bolder;
- color: #333;
- }
- </style>
- <script type="text/javascript">
- var queryType = "qb";
- var wpids = "";
- var recordDate = '<s:property value="recordDate"/>';
- $(document).ready(function() {
- $("#recordDate").val(recordDate);
- });
- function swap(obj) {
- document.getElementById('qb').className = "disable";
- document.getElementById('fd').className = "disable";
- document.getElementById('gf').className = "disable";
- document.getElementById('MHS_FDC').className = "disable";
- document.getElementById('NSS_FDC').className = "disable";
- document.getElementById('QS_FDC').className = "disable";
- document.getElementById('SBQ_FDC').className = "disable";
- document.getElementById('DWK_GDC').className = "disable";
- document.getElementById('PL_GDC').className = "disable";
- document.getElementById('MCH_GDC').className = "disable";
- document.getElementById('XH_GDC').className = "disable";
- obj.className = "normal";
- //document.getElementById('xlpanel').style.display = "none";
- if (obj.id != "fd" && obj.id != "gf" && obj.id != "qb") {
- queryType = "dc";
- wpids = obj.id;
- if(obj.id=="MHS_FDC")
- {
- $("#mhsxl").css('display','');
- $("#mhsfq").css('display','');
- $("#nssxl").css('display','none');
- $("#nssfq").css('display','none');
- $("#qsxl").css('display','none');
- $("#qsfq").css('display','none');
- $("#sbqxl").css('display','none');
- $("#sbqfq").css('display','none');
- $("#dwkxl").css('display','none');
- $("#dwkfq").css('display','none');
- $("#mchxl").css('display','none');
- $("#mchfq").css('display','none');
- $("#xhxl").css('display','none');
- $("#xhfq").css('display','none');
- $("#plxl").css('display','none');
- $("#plfq").css('display','none');
- }else if(obj.id=="NSS_FDC")
- {
- $("#mhsxl").css('display','');
- $("#mhsfq").css('display','');
- $("#nssxl").css('display','none');
- $("#nssfq").css('display','none');
- $("#qsxl").css('display','none');
- $("#qsfq").css('display','none');
- $("#sbqxl").css('display','none');
- $("#sbqfq").css('display','none');
- $("#dwkxl").css('display','none');
- $("#dwkfq").css('display','none');
- $("#mchxl").css('display','none');
- $("#mchfq").css('display','none');
- $("#xhxl").css('display','none');
- $("#xhfq").css('display','none');
- $("#plxl").css('display','none');
- $("#plfq").css('display','none');
- }
- else if(obj.id=="QS_FDC")
- {
- $("#mhsxl").css('display','none');
- $("#mhsfq").css('display','none');
- $("#nssxl").css('display','none');
- $("#nssfq").css('display','none');
- $("#qsxl").css('display','');
- $("#qsfq").css('display','');
- $("#sbqxl").css('display','none');
- $("#sbqfq").css('display','none');
- $("#dwkxl").css('display','none');
- $("#dwkfq").css('display','none');
- $("#mchxl").css('display','none');
- $("#mchfq").css('display','none');
- $("#xhxl").css('display','none');
- $("#xhfq").css('display','none');
- $("#plxl").css('display','none');
- $("#plfq").css('display','none');
- }else if(obj.id=="SBQ_FDC")
- {
- $("#mhsxl").css('display','none');
- $("#mhsfq").css('display','none');
- $("#nssxl").css('display','none');
- $("#nssfq").css('display','none');
- $("#qsxl").css('display','none');
- $("#qsfq").css('display','none');
- $("#sbqxl").css('display','');
- $("#sbqfq").css('display','');
- $("#dwkxl").css('display','none');
- $("#dwkfq").css('display','none');
- $("#mchxl").css('display','none');
- $("#mchfq").css('display','none');
- $("#xhxl").css('display','none');
- $("#xhfq").css('display','none');
- $("#plxl").css('display','none');
- $("#plfq").css('display','none');
- }else if(obj.id=="DWK_GDC")
- {
- $("#mhsxl").css('display','none');
- $("#mhsfq").css('display','none');
- $("#nssxl").css('display','none');
- $("#nssfq").css('display','none');
- $("#qsxl").css('display','none');
- $("#qsfq").css('display','none');
- $("#sbqxl").css('display','none');
- $("#sbqfq").css('display','none');
- $("#dwkxl").css('display','');
- $("#dwkfq").css('display','');
- $("#mchxl").css('display','none');
- $("#mchfq").css('display','none');
- $("#xhxl").css('display','none');
- $("#xhfq").css('display','none');
- $("#plxl").css('display','none');
- $("#plfq").css('display','none');
- }else if(obj.id=="PL_GDC")
- {
- $("#mhsxl").css('display','none');
- $("#mhsfq").css('display','none');
- $("#nssxl").css('display','none');
- $("#nssfq").css('display','none');
- $("#qsxl").css('display','none');
- $("#qsfq").css('display','none');
- $("#sbqxl").css('display','none');
- $("#sbqfq").css('display','none');
- $("#dwkxl").css('display','none');
- $("#dwkfq").css('display','none');
- $("#mchxl").css('display','none');
- $("#mchfq").css('display','none');
- $("#xhxl").css('display','none');
- $("#xhfq").css('display','none');
- $("#plxl").css('display','');
- $("#plfq").css('display','');
- }else if(obj.id=="MCH_GDC")
- {
- $("#mhsxl").css('display','none');
- $("#mhsfq").css('display','none');
- $("#nssxl").css('display','none');
- $("#nssfq").css('display','none');
- $("#qsxl").css('display','none');
- $("#qsfq").css('display','none');
- $("#sbqxl").css('display','none');
- $("#sbqfq").css('display','none');
- $("#dwkxl").css('display','none');
- $("#dwkfq").css('display','none');
- $("#mchxl").css('display','');
- $("#mchfq").css('display','');
- $("#xhxl").css('display','none');
- $("#xhfq").css('display','none');
- $("#plxl").css('display','none');
- $("#plfq").css('display','none');
- }else if(obj.id=="XH_GDC")
- {
- $("#mhsxl").css('display','none');
- $("#mhsfq").css('display','none');
- $("#nssxl").css('display','none');
- $("#nssfq").css('display','none');
- $("#qsxl").css('display','none');
- $("#qsfq").css('display','none');
- $("#sbqxl").css('display','none');
- $("#sbqfq").css('display','none');
- $("#dwkxl").css('display','none');
- $("#dwkfq").css('display','none');
- $("#mchxl").css('display','none');
- $("#mchfq").css('display','none');
- $("#xhxl").css('display','');
- $("#xhfq").css('display','');
- $("#plxl").css('display','none');
- $("#plfq").css('display','none');
- }
-
- $(".panelcontainer").css('height','150px');
- // document.getElementById('xlpanel').style.display = "";
- } else if (obj.id == "qb") {
- $("#mhsxl").css('display','none');
- $("#mhsfq").css('display','none');
- $("#nssxl").css('display','none');
- $("#nssfq").css('display','none');
- $("#qsxl").css('display','none');
- $("#qsfq").css('display','none');
- $("#sbqxl").css('display','none');
- $("#sbqfq").css('display','none');
- $("#dwkxl").css('display','none');
- $("#dwkfq").css('display','none');
- $("#mchxl").css('display','none');
- $("#mchfq").css('display','none');
- $("#xhxl").css('display','none');
- $("#xhfq").css('display','none');
- $("#plxl").css('display','none');
- $("#plfq").css('display','none');
- $(".panelcontainer").css('height','50px');
- queryType = "qb";
- } else if (obj.id == "fd") {
- $("#mhsxl").css('display','none');
- $("#mhsfq").css('display','none');
- $("#nssxl").css('display','none');
- $("#nssfq").css('display','none');
- $("#qsxl").css('display','none');
- $("#qsfq").css('display','none');
- $("#sbqxl").css('display','none');
- $("#sbqfq").css('display','none');
- $("#dwkxl").css('display','none');
- $("#dwkfq").css('display','none');
- $("#mchxl").css('display','none');
- $("#mchfq").css('display','none');
- $("#xhxl").css('display','none');
- $("#xhfq").css('display','none');
- $("#plxl").css('display','none');
- $("#plfq").css('display','none');
- $(".panelcontainer").css('height','50px');
- queryType = "fd";
- } else if (obj.id == "gf") {
- $("#mhsxl").css('display','none');
- $("#mhsfq").css('display','none');
- $("#nssxl").css('display','none');
- $("#nssfq").css('display','none');
- $("#qsxl").css('display','none');
- $("#qsfq").css('display','none');
- $("#sbqxl").css('display','none');
- $("#sbqfq").css('display','none');
- $("#dwkxl").css('display','none');
- $("#dwkfq").css('display','none');
- $("#mchxl").css('display','none');
- $("#mchfq").css('display','none');
- $("#xhxl").css('display','none');
- $("#xhfq").css('display','none');
- $("#plxl").css('display','none');
- $("#plfq").css('display','none');
- $(".panelcontainer").css('height','50px');
- queryType = "gf";
- }
- queryApData();
- }
- function queryApData() {
- clearInfo();
- var rd = $("#recordDate").val();
- if (rd == "") {
- alert("请选择日期!");
- return;
- }
- $
- .ajax( {
- url : "queryAp.action?queryType=" + queryType + "&wpIds="
- + wpids + "&lineIds=" + lines + "&wtIds=" + wtids
- + "&recordDate=" + rd,
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- ifModified : false,
- success : function(res) {
- $("#zjts").html(res["zjts"] + "");
- $("#zjrl").html(res["zjrl"] + "");
- $("#fdljh").html(res["fdljh"] + "");
- $("#fdlwc").html(res["fdlwc"] + "");
- $("#fdltq").html(res["fdltq"] + "");
- $("#swdljh").html(res["swdljh"] + "");
- $("#swdlwc").html(res["swdlwc"] + "");
- $("#swdltq").html(res["swdltq"] + "");
- $("#lyxsjh").html(res["lyxsjh"] + "");
- $("#lyxswc").html(res["lyxswc"] + "");
- $("#lyxstq").html(res["lyxstq"] + "");
- $("#zhcydljh").html(res["zhcydljh"] + "");
- $("#zhcydlwc").html(res["zhcydlwc"] + "");
- $("#zhcydltq").html(res["zhcydltq"] + "");
- $("#sbklyljh").html(res["sbklyljh"] + "");
- $("#sbklylwc").html(res["sbklylwc"] + "");
- $("#sbklyltq").html(res["sbklyltq"] + "");
- $("#dxkyxsjh").html(res["dxkyxsjh"] + "");
- $("#dxkyxswc").html(res["dxkyxswc"] + "");
- $("#dxkyxstq").html(res["dxkyxstq"] + "");
- $("#pjfsjh").html(res["pjfsjh"] + "");
- $("#pjfswc").html(res["pjfswc"] + "");
- $("#pjfstq").html(res["pjfstq"] + "");
- $("#yfdljh").html(res["yfdljh"] + "");
- $("#yfdlwc").html(res["yfdlwc"] + "");
- $("#yfdltq").html(res["yfdltq"] + "");
- $("#yswdljh").html(res["yswdljh"] + "");
- $("#yswdlwc").html(res["yswdlwc"] + "");
- $("#yswdltq").html(res["yswdltq"] + "");
- $("#ylyxsjh").html(res["ylyxsjh"] + "");
- $("#ylyxswc").html(res["ylyxswc"] + "");
- $("#ylyxstq").html(res["ylyxstq"] + "");
- $("#yzhcydljh").html(res["yzhcydljh"] + "");
- $("#yzhcydlwc").html(res["yzhcydlwc"] + "");
- $("#yzhcydltq").html(res["yzhcydltq"] + "");
- $("#ysbklyljh").html(res["ysbklyljh"] + "");
- $("#ysbklylwc").html(res["ysbklylwc"] + "");
- $("#ysbklyltq").html(res["ysbklyltq"] + "");
- $("#ydxkyxsjh").html(res["ydxkyxsjh"] + "");
- $("#ydxkyxswc").html(res["ydxkyxswc"] + "");
- $("#ydxkyxstq").html(res["ydxkyxstq"] + "");
- $("#ypjfsjh").html(res["ypjfsjh"] + "");
- $("#ypjfswc").html(res["ypjfswc"] + "");
- $("#ypjfstq").html(res["ypjfstq"] + "");
- $("#nfdljh").html(res["nfdljh"] + "");
- $("#nfdlwc").html(res["nfdlwc"] + "");
- $("#nswdljh").html(res["nswdljh"] + "");
- $("#nswdlwc").html(res["nswdlwc"] + "");
- $("#nlyxsjh").html(res["nlyxsjh"] + "");
- $("#nlyxswc").html(res["nlyxswc"] + "");
- $("#nzhcydljh").html(res["nzhcydljh"] + "");
- $("#nzhcydlwc").html(res["nzhcydlwc"] + "");
- $("#nsbklyljh").html(res["nsbklyljh"] + "");
- $("#nsbklylwc").html(res["nsbklylwc"] + "");
- $("#ndxkyxsjh").html(res["ndxkyxsjh"] + "");
- $("#ndxkyxswc").html(res["ndxkyxswc"] + "");
- $("#npjfsjh").html(res["npjfsjh"] + "");
- $("#npjfswc").html(res["npjfswc"] + "");
- }
- });
- }
- function queryApData(type, obj) {
- clearInfo();
- var rd = $("#recordDate").val();
- var lines = "";
- var wtids = "";
- if (type == "line") {
- queryType = "xl";
- lines = obj;
- } else if (type == "fq") {
- queryType = "fq";
- wtids = obj;
- } else if (type == "all") {
- queryType = "dc";
- }
- if (rd == "") {
- alert("请选择日期!");
- return;
- }
- $
- .ajax( {
- url : "queryAp.action?queryType=" + queryType + "&wpIds="
- + wpids + "&lineIds=" + lines + "&wtIds=" + wtids
- + "&recordDate=" + rd,
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- ifModified : false,
- success : function(res) {
- $("#zjts").html(res["zjts"] + "");
- $("#zjrl").html(res["zjrl"] + "");
- $("#fdljh").html(res["fdljh"] + "");
- $("#fdlwc").html(res["fdlwc"] + "");
- $("#fdltq").html(res["fdltq"] + "");
- $("#swdljh").html(res["swdljh"] + "");
- $("#swdlwc").html(res["swdlwc"] + "");
- $("#swdltq").html(res["swdltq"] + "");
- $("#lyxsjh").html(res["lyxsjh"] + "");
- $("#lyxswc").html(res["lyxswc"] + "");
- $("#lyxstq").html(res["lyxstq"] + "");
- $("#zhcydljh").html(res["zhcydljh"] + "");
- $("#zhcydlwc").html(res["zhcydlwc"] + "");
- $("#zhcydltq").html(res["zhcydltq"] + "");
- $("#sbklyljh").html(res["sbklyljh"] + "");
- $("#sbklylwc").html(res["sbklylwc"] + "");
- $("#sbklyltq").html(res["sbklyltq"] + "");
- $("#dxkyxsjh").html(res["dxkyxsjh"] + "");
- $("#dxkyxswc").html(res["dxkyxswc"] + "");
- $("#dxkyxstq").html(res["dxkyxstq"] + "");
- $("#pjfsjh").html(res["pjfsjh"] + "");
- $("#pjfswc").html(res["pjfswc"] + "");
- $("#pjfstq").html(res["pjfstq"] + "");
- $("#yfdljh").html(res["yfdljh"] + "");
- $("#yfdlwc").html(res["yfdlwc"] + "");
- $("#yfdltq").html(res["yfdltq"] + "");
- $("#yswdljh").html(res["yswdljh"] + "");
- $("#yswdlwc").html(res["yswdlwc"] + "");
- $("#yswdltq").html(res["yswdltq"] + "");
- $("#ylyxsjh").html(res["ylyxsjh"] + "");
- $("#ylyxswc").html(res["ylyxswc"] + "");
- $("#ylyxstq").html(res["ylyxstq"] + "");
- $("#yzhcydljh").html(res["yzhcydljh"] + "");
- $("#yzhcydlwc").html(res["yzhcydlwc"] + "");
- $("#yzhcydltq").html(res["yzhcydltq"] + "");
- $("#ysbklyljh").html(res["ysbklyljh"] + "");
- $("#ysbklylwc").html(res["ysbklylwc"] + "");
- $("#ysbklyltq").html(res["ysbklyltq"] + "");
- $("#ydxkyxsjh").html(res["ydxkyxsjh"] + "");
- $("#ydxkyxswc").html(res["ydxkyxswc"] + "");
- $("#ydxkyxstq").html(res["ydxkyxstq"] + "");
- $("#ypjfsjh").html(res["ypjfsjh"] + "");
- $("#ypjfswc").html(res["ypjfswc"] + "");
- $("#ypjfstq").html(res["ypjfstq"] + "");
- $("#nfdljh").html(res["nfdljh"] + "");
- $("#nfdlwc").html(res["nfdlwc"] + "");
- $("#nswdljh").html(res["nswdljh"] + "");
- $("#nswdlwc").html(res["nswdlwc"] + "");
- $("#nlyxsjh").html(res["nlyxsjh"] + "");
- $("#nlyxswc").html(res["nlyxswc"] + "");
- $("#nzhcydljh").html(res["nzhcydljh"] + "");
- $("#nzhcydlwc").html(res["nzhcydlwc"] + "");
- $("#nsbklyljh").html(res["nsbklyljh"] + "");
- $("#nsbklylwc").html(res["nsbklylwc"] + "");
- $("#ndxkyxsjh").html(res["ndxkyxsjh"] + "");
- $("#ndxkyxswc").html(res["ndxkyxswc"] + "");
- $("#npjfsjh").html(res["npjfsjh"] + "");
- $("#npjfswc").html(res["npjfswc"] + "");
- }
- });
- }
- function clearInfo() {
- $("#zjts").html("");
- $("#zjrl").html("");
- $("#fdljh").html("");
- $("#fdlwc").html("");
- $("#fdltq").html("");
- $("#swdljh").html("");
- $("#swdlwc").html("");
- $("#swdltq").html("");
- $("#lyxsjh").html("");
- $("#lyxswc").html("");
- $("#lyxstq").html("");
- $("#zhcydljh").html("");
- $("#zhcydlwc").html("");
- $("#zhcydltq").html("");
- $("#sbklyljh").html("");
- $("#sbklylwc").html("");
- $("#sbklyltq").html("");
- $("#dxkyxsjh").html("");
- $("#dxkyxswc").html("");
- $("#dxkyxstq").html("");
- $("#pjfsjh").html("");
- $("#pjfswc").html("");
- $("#pjfstq").html("");
- $("#yfdljh").html("");
- $("#yfdlwc").html("");
- $("#yfdltq").html("");
- $("#yswdljh").html("");
- $("#yswdlwc").html("");
- $("#yswdltq").html("");
- $("#ylyxsjh").html("");
- $("#ylyxswc").html("");
- $("#ylyxstq").html("");
- $("#yzhcydljh").html("");
- $("#yzhcydlwc").html("");
- $("#yzhcydltq").html("");
- $("#ysbklyljh").html("");
- $("#ysbklylwc").html("");
- $("#ysbklyltq").html("");
- $("#ydxkyxsjh").html("");
- $("#ydxkyxswc").html("");
- $("#ydxkyxstq").html("");
- $("#ypjfsjh").html("");
- $("#ypjfswc").html("");
- $("#ypjfstq").html("");
- $("#nfdljh").html("");
- $("#nfdlwc").html("");
- $("#nswdljh").html("");
- $("#nswdlwc").html("");
- $("#nlyxsjh").html("");
- $("#nlyxswc").html("");
- $("#nzhcydljh").html("");
- $("#nzhcydlwc").html("");
- $("#nsbklyljh").html("");
- $("#nsbklylwc").html("");
- $("#ndxkyxsjh").html("");
- $("#ndxkyxswc").html("");
- $("#npjfsjh").html("");
- $("#npjfswc").html("");
- }
- </script>
- </head>
- <body>
- <form action="" method="post" id="f1">
- <div class="panelcontainer">
- <div class="querycondcontainer">
-
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td align="left" width="20%" >
- 日期:
- <input type="text" class="Wdate"
- onFocus="WdatePicker({dateFmt:'yyyy-MM-dd',isShowWeek:true,readOnly:true})"
- id="recordDate" name="recordDate" onchange="queryApData();" />
- </td>
- </tr>
- </table>
- <!-- 麻黄山 -->
- <table id="mhsxl" width="100%" border="0" cellspacing="0" cellpadding="0" style="display: none">
- <tr>
- <td align="left" width="20%" >
- <a target="_self" onclick="queryApData('all','all')">全部</a>
- ||
- <a target="_self" onclick="queryApData('line','MHS01_XL')">麻黄山一号集电线路</a>
- ||
- <a target="_self" onclick="queryApData('line','MHS02_XL')">麻黄山二号集电线路</a>
- ||
- <a target="_self" onclick="queryApData('line','MHS03_XL')">麻黄山三号集电线路</a>
- </td>
- </tr>
- </table>
-
- <table id="mhsfq" width="100%" border="0" cellspacing="0" cellpadding="0" style="display: none">
- <tr>
- <td align="left" width="20%" >
- <a target="_self" onclick="queryApData('all','all')">全部</a>
- ||
- <a target="_self" onclick="queryApData('fq','MHS01_GC')">麻黄山一期工程</a>
-
- </td>
- </tr>
- </table>
- <!-- 牛首山 -->
- <table id="nssxl" width="100%" border="0" cellspacing="0" cellpadding="0" style="display: none">
- <tr>
- <td align="left" width="20%" >
- <a target="_self" onclick="queryApData('all','all')">全部</a>
- ||
- <a target="_self" onclick="queryApData('line','NSS01_XL')">牛首山一号线</a>
- ||
- <a target="_self" onclick="queryApData('line','NSS02_XL')">牛首山二号线</a>
- ||
- <a target="_self" onclick="queryApData('line','NSS03_XL')">牛首山三号线</a>
- ||
- <a target="_self" onclick="queryApData('line','NSS04_XL')">牛首山四号线</a>
- ||
- <a target="_self" onclick="queryApData('line','NSS05_XL')">牛首山五号线</a>
- ||
- <a target="_self" onclick="queryApData('line','NSS06_XL')">牛首山六号线</a>
- ||
- <a target="_self" onclick="queryApData('line','NSS07_XL')">牛首山七号线</a>
- ||
- <a target="_self" onclick="queryApData('line','NSS08_XL')">牛首山八号线</a>
- ||
- <a target="_self" onclick="queryApData('line','NSS09_XL')">牛首山九号线</a>
- </td>
- </tr>
- </table>
-
- <table id="nssfq" width="100%" border="0" cellspacing="0" cellpadding="0" style="display: none">
- <tr>
- <td align="left" width="20%" >
- <a target="_self" onclick="queryApData('all','all')">全部</a>
- ||
- <a target="_self" onclick="queryApData('fq','NSS01_GC')">牛首山一期工程</a>
- ||
- <a target="_self" onclick="queryApData('fq','NSS02_GC')">牛首山一期工程</a>
- ||
- <a target="_self" onclick="queryApData('fq','NSS03_GC')">牛首山一期工程</a>
- </td>
- </tr>
- </table>
-
- <!-- 青山 -->
- <table id="qsxl" width="100%" border="0" cellspacing="0" cellpadding="0" style="display: none">
- <tr>
- <td align="left" width="20%" >
- <a target="_self" onclick="queryApData('all','all')">全部</a>
- ||
- <a target="_self" onclick="queryApData('line','QS01_XL')">青山一号集电线路</a>
- ||
- <a target="_self" onclick="queryApData('line','QS02_XL')">青山二号集电线路</a>
- ||
- <a target="_self" onclick="queryApData('line','QS03_XL')">青山三号集电线路</a>
- ||
- <a target="_self" onclick="queryApData('line','QS04_XL')">青山四号集电线路</a>
- ||
- <a target="_self" onclick="queryApData('line','QS05_XL')">青山五号集电线路</a>
- ||
- <a target="_self" onclick="queryApData('line','QS06_XL')">青山六号集电线路</a>
- </td>
- </tr>
- </table>
-
- <table id="qsfq" width="100%" border="0" cellspacing="0" cellpadding="0" style="display: none">
- <tr>
- <td align="left" width="20%" >
- <a target="_self" onclick="queryApData('all','all')">全部</a>
- ||
- <a target="_self" onclick="queryApData('fq','QS01_GC')">青山一期工程</a>
- ||
- <a target="_self" onclick="queryApData('fq','QS02_GC')">青山二期工程</a>
-
- </td>
- </tr>
- </table>
- <!-- 石板泉 -->
- <table id="sbqxl" width="100%" border="0" cellspacing="0" cellpadding="0" style="display: none">
- <tr>
- <td align="left" width="20%" >
- <a target="_self" onclick="queryApData('all','all')">全部</a>
- ||
- <a target="_self" onclick="queryApData('line','SBQ01_XL')">石板泉一号集电线路</a>
- ||
- <a target="_self" onclick="queryApData('line','SBQ02_XL')">石板泉一号集电线路</a>
- ||
- <a target="_self" onclick="queryApData('line','SBQ03_XL')">石板泉一号集电线路</a>
-
- </td>
- </tr>
- </table>
-
- <table id="sbqfq" width="100%" border="0" cellspacing="0" cellpadding="0" style="display: none">
- <tr>
- <td align="left" width="20%" >
- <a target="_self" onclick="queryApData('all','all')">全部</a>
- ||
- <a target="_self" onclick="queryApData('fq','SBQ01_GC')">石板泉一期工程</a>
-
-
- </td>
- </tr>
- </table>
-
- <!-- 马场湖 -->
- <table id="mchxl" width="100%" border="0" cellspacing="0" cellpadding="0" style="display: none">
- <tr>
- <td align="left" width="20%" >
- <a target="_self" onclick="queryApData('all','all')">全部</a>
- ||
- <a target="_self" onclick="queryApData('line','MCH01_XL')">马场湖一号线</a>
- ||
- <a target="_self" onclick="queryApData('line','MCH02_XL')">马场湖二号线</a>
- ||
- <a target="_self" onclick="queryApData('line','MCH03_XL')">马场湖三号线</a>
- ||
- <a target="_self" onclick="queryApData('line','MCH04_XL')">马场湖四号线</a>
- ||
- <a target="_self" onclick="queryApData('line','MCH05_XL')">马场湖五号线</a>
- ||
- <a target="_self" onclick="queryApData('line','MCH06_XL')">马场湖六号线</a>
- ||
- <a target="_self" onclick="queryApData('line','MCH07_XL')">马场湖七号线</a>
- ||
- <a target="_self" onclick="queryApData('line','MCH08_XL')">马场湖八号线</a>
- ||
- <a target="_self" onclick="queryApData('line','MCH09_XL')">马场湖九号线</a>
- ||
- <a target="_self" onclick="queryApData('line','MCH10_XL')">马场湖十号线</a>
- </td>
- </tr>
- </table>
-
- <table id="mchfq" width="100%" border="0" cellspacing="0" cellpadding="0" style="display: none">
- <tr>
- <td align="left" width="20%" >
- <a target="_self" onclick="queryApData('all','all')">全部</a>
- ||
- <a target="_self" onclick="queryApData('fq','MCH01_GC')">马场湖一期工程</a>
-
- </td>
- </tr>
- </table>
-
- <!-- 宣和 -->
- <table id="xhxl" width="100%" border="0" cellspacing="0" cellpadding="0" style="display: none">
- <tr>
- <td align="left" width="20%" >
- <a target="_self" onclick="queryApData('all','all')">全部</a>
- ||
- <a target="_self" onclick="queryApData('line','XH01_XL')">宣和一号集电线路</a>
- ||
- <a target="_self" onclick="queryApData('line','XH02_XL')">宣和二号集电线路</a>
- ||
- <a target="_self" onclick="queryApData('line','XH03_XL')">宣和三号集电线路</a>
- ||
- <a target="_self" onclick="queryApData('line','XH04_XL')">宣和四号集电线路</a>
-
- </td>
- </tr>
- </table>
-
- <table id="xhfq" width="100%" border="0" cellspacing="0" cellpadding="0" style="display: none">
- <tr>
- <td align="left" width="20%" >
- <a target="_self" onclick="queryApData('all','all')">全部</a>
- ||
- <a target="_self" onclick="queryApData('fq','XH01_GC')">宣和一期工程</a>
-
- </td>
- </tr>
- </table>
-
- <!-- 平罗 -->
- <table id="plxl" width="100%" border="0" cellspacing="0" cellpadding="0" style="display: none">
- <tr>
- <td align="left" width="20%" >
- <a target="_self" onclick="queryApData('all','all')">全部</a>
- ||
- <a target="_self" onclick="queryApData('line','PL01_XL')">平罗一号集电线路</a>
- ||
- <a target="_self" onclick="queryApData('line','PL02_XL')">平罗二号集电线路</a>
- ||
- <a target="_self" onclick="queryApData('line','PL03_XL')">平罗三号集电线路</a>
- ||
- <a target="_self" onclick="queryApData('line','PL04_XL')">平罗四号集电线路</a>
- ||
- <a target="_self" onclick="queryApData('line','PL05_XL')">平罗五号集电线路</a>
- ||
- <a target="_self" onclick="queryApData('line','PL06_XL')">平罗六号集电线路</a>
- ||
- <a target="_self" onclick="queryApData('line','PL07_XL')">平罗七号集电线路</a>
-
- </td>
- </tr>
- </table>
-
- <table id="plfq" width="100%" border="0" cellspacing="0" cellpadding="0" style="display: none">
- <tr>
- <td align="left" width="20%" >
- <a target="_self" onclick="queryApData('all','all')">全部</a>
- ||
- <a target="_self" onclick="queryApData('fq','PL01_GC')">平罗一期工程</a>
- ||
- <a target="_self" onclick="queryApData('fq','PL02_GC')">平罗二期工程</a>
- </td>
- </tr>
- </table>
- <!-- 大武口 -->
- <table id="dwkxl" width="100%" border="0" cellspacing="0" cellpadding="0" style="display: none">
- <tr>
- <td align="left" width="20%" >
- <a target="_self" onclick="queryApData('all','all')">全部</a>
- ||
- <a target="_self" onclick="queryApData('line','DWK01_XL')">大武口一号集电线路</a>
- ||
- <a target="_self" onclick="queryApData('line','DWK02_XL')">大武口二号集电线路</a>
-
- </td>
- </tr>
- </table>
-
- <table id="dwkfq" width="100%" border="0" cellspacing="0" cellpadding="0" style="display: none">
- <tr>
- <td align="left" width="20%" >
- <a target="_self" onclick="queryApData('all','all')">全部</a>
- ||
- <a target="_self" onclick="queryApData('fq','DWK01_GC')">大武口一期工程</a>
-
- </td>
- </tr>
- </table>
- </div>
- </div>
- <div id="qb" onclick="swap(this);" class="normal">
- 全部
- </div>
- <div id="fd" onclick="swap(this);" class="disable">
- 风电
- </div>
- <div id="gf" onclick="swap(this);" class="disable">
- 光伏
- </div>
- <div id="MHS_FDC" onclick="swap(this);" class="disable">
- 麻黄山
- </div>
- <div id="NSS_FDC" onclick="swap(this);" class="disable">
- 牛首山
- </div>
- <div id="QS_FDC" onclick="swap(this);" class="disable">
- 青山
- </div>
- <div id="SBQ_FDC" onclick="swap(this);" class="disable">
- 石板泉
- </div>
- <div id="DWK_GDC" onclick="swap(this);" class="disable">
- 大武口
- </div>
- <div id="PL_GDC" onclick="swap(this);" class="disable">
- 平罗
- </div>
- <div id="MCH_GDC" onclick="swap(this);" class="disable">
- 马场湖
- </div>
- <div id="XH_GDC" onclick="swap(this);" class="disable">
- 宣和
- </div>
- <div style="width: 100%" id="chartContainer">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td align="left" width="20%" bgcolor="#D2F0FF" colspan="3">
- <table width="100%" border="0" cellspacing="1" cellpadding="0"
- bgcolor="#FFFFFF">
- <tr>
- <td align="left" width="20%" bgcolor="#FFFFD0" height="30">
-
- <span class="textMyselfContent">装机台数:</span><span class=""><span
- id="zjts"></span>
- </span>
- </td>
- <td align="left" width="20%" bgcolor="#FFFFD0" colspan="3">
-
- <span class="textMyselfContent">装机容量:</span><span class=""><span
- id="zjrl"></span>
- </span>
- </td>
- </tr>
- <tr>
- <td colspan="5">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="35%" align="center">
- <table width="99%" border="0" bgcolor="#CCCCCC"
- cellspacing="1" cellpadding="0">
- 日信息
- <tr>
- <td width="20%" height="40" align="center"
- bgcolor="#FFFFFF">
-
- <span class="textMyself">指标名称</span>
- </td>
- <td width="20%" height="40" align="center"
- bgcolor="#FFFFFF">
-
- <span class="textMyself">单位</span>
- </td>
- <td width="20%" height="40" align="center"
- bgcolor="#FFFFFF">
-
- <span class="textMyself">计划值</span>
- </td>
- <td width="20%" height="40" align="center"
- bgcolor="#FFFFFF">
-
- <span class="textMyself">完成值</span>
- </td>
- <td width="20%" height="40" align="center"
- bgcolor="#FFFFFF">
-
- <span class="textMyself">同比完成值</span>
- </td>
- </tr>
- <tr>
- <td bgcolor="#FFFFFF" width="20%" height="40"
- align="center">
-
- <span class="textMyselfContent">发电量</span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="fdl">万千瓦时</span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="fdljh"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="fdlwc"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="fdltq"></span>
- </span>
- </td>
- </tr>
- <tr>
- <td bgcolor="#FFFFFF" width="20%" height="40"
- align="center">
-
- <span class="textMyselfContent">上网电量</span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="swdl">万千瓦时</span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="swdljh"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="swdlwc"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="swdltq"></span>
- </span>
- </td>
- </tr>
- <tr>
- <td bgcolor="#FFFFFF" width="20%" height="40"
- align="center">
-
- <span class="textMyselfContent">利用小时数</span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="lyxs">小时</span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="lyxsjh"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="lyxswc"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="lyxstq"></span>
- </span>
- </td>
- </tr>
- <tr>
- <td bgcolor="#FFFFFF" width="20%" height="40"
- align="center">
-
- <span class="textMyselfContent">综合厂用电率</span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="zhcydl">%</span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="zhcydljh"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="zhcydlwc"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="zhcydltq"></span>
- </span>
- </td>
- </tr>
- <tr>
- <td bgcolor="#FFFFFF" width="20%" height="40"
- align="center">
-
- <span class="textMyselfContent">设备可利用率</span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="sbklyl">%</span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="sbklyljh"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="sbklylwc"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="sbklyltq"></span>
- </span>
- </td>
- </tr>
- <tr>
- <td bgcolor="#FFFFFF" width="20%" height="40"
- align="center">
-
- <span class="textMyselfContent">等效可用系数</span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="dxkyxs">%</span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="dxkyxsjh"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="dxkyxswc"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="dxkyxstq"></span>
- </span>
- </td>
- </tr>
- <tr>
- <td bgcolor="#FFFFFF" height="40" align="center">
-
- <span class="textMyselfContent">平均风速/累计辐射总量</span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="pjfs">m/s</span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="pjfsjh"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="pjfswc"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="pjfstq"></span>
- </span>
- </td>
- </tr>
- </table>
- </td>
- <td width="35%" align="center">
- <table width="99%" border="0" bgcolor="#CCCCCC"
- cellspacing="1" cellpadding="0">
- 月信息
- <tr>
- <td width="20%" height="40" align="center"
- bgcolor="#FFFFFF">
-
- <span class="textMyself">指标名称</span>
- </td>
- <td width="20%" height="40" align="center"
- bgcolor="#FFFFFF">
-
- <span class="textMyself">单位</span>
- </td>
- <td width="20%" height="40" align="center"
- bgcolor="#FFFFFF">
-
- <span class="textMyself">计划值</span>
- </td>
- <td width="20%" height="40" align="center"
- bgcolor="#FFFFFF">
-
- <span class="textMyself">完成值</span>
- </td>
- <td width="20%" height="40" align="center"
- bgcolor="#FFFFFF">
-
- <span class="textMyself">同比完成值</span>
- </td>
- </tr>
- <tr>
- <td bgcolor="#FFFFFF" width="20%" height="40"
- align="center">
-
- <span class="textMyselfContent">发电量</span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="yfdl">万千瓦时</span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="yfdljh"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="yfdlwc"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="yfdltq"></span>
- </span>
- </td>
- </tr>
- <tr>
- <td bgcolor="#FFFFFF" width="20%" height="40"
- align="center">
-
- <span class="textMyselfContent">上网电量</span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="yswdl">万千瓦时</span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="yswdljh"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="yswdlwc"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="yswdltq"></span>
- </span>
- </td>
- </tr>
- <tr>
- <td bgcolor="#FFFFFF" width="20%" height="40"
- align="center">
-
- <span class="textMyselfContent">利用小时数</span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="ylyxs">小时</span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="ylyxsjh"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="ylyxswc"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="ylyxstq"></span>
- </span>
- </td>
- </tr>
- <tr>
- <td bgcolor="#FFFFFF" width="20%" height="40"
- align="center">
-
- <span class="textMyselfContent">综合厂用电率</span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="yzhcydl">%</span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="yzhcydljh"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="yzhcydlwc"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="yzhcydltq"></span>
- </span>
- </td>
- </tr>
- <tr>
- <td bgcolor="#FFFFFF" width="20%" height="40"
- align="center">
-
- <span class="textMyselfContent">设备可利用率</span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="ysbklyl">%</span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="ysbklyljh"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="ysbklylwc"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="ysbklyltq"></span>
- </span>
- </td>
- </tr>
- <tr>
- <td bgcolor="#FFFFFF" width="20%" height="40"
- align="center">
-
- <span class="textMyselfContent">等效可用系数</span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="ydxkyxs">%</span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="ydxkyxsjh"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="ydxkyxswc"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="ydxkyxstq"></span>
- </span>
- </td>
- </tr>
- <tr>
- <td bgcolor="#FFFFFF" height="40" align="center">
-
- <span class="textMyselfContent">平均风速/累计辐射总量</span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="ypjfs">m/s</span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="ypjfsjh"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="ypjfswc"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="ypjfstq"></span>
- </span>
- </td>
- </tr>
- </table>
- </td>
- <td width="30%" align="center">
- <table width="99%" border="0" bgcolor="#CCCCCC"
- cellspacing="1" cellpadding="0">
- 年信息
- <tr>
- <td width="20%" height="40" align="center"
- bgcolor="#FFFFFF">
-
- <span class="textMyself">指标名称</span>
- </td>
- <td width="20%" height="40" align="center"
- bgcolor="#FFFFFF">
-
- <span class="textMyself">单位</span>
- </td>
- <td width="20%" height="40" align="center"
- bgcolor="#FFFFFF">
-
- <span class="textMyself">计划值</span>
- </td>
- <td width="20%" height="40" align="center"
- bgcolor="#FFFFFF">
-
- <span class="textMyself">完成值</span>
- </td>
- </tr>
- <tr>
- <td bgcolor="#FFFFFF" width="20%" height="40"
- align="center">
-
- <span class="textMyselfContent">发电量</span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="nfdl">万千瓦时</span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="nfdljh"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="nfdlwc"></span>
- </span>
- </td>
- </tr>
- <tr>
- <td bgcolor="#FFFFFF" width="20%" height="40"
- align="center">
-
- <span class="textMyselfContent">上网电量</span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="nswdl">万千瓦时</span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="nswdljh"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="nswdlwc"></span>
- </span>
- </td>
- </tr>
- <tr>
- <td bgcolor="#FFFFFF" width="20%" height="40"
- align="center">
-
- <span class="textMyselfContent">利用小时数</span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="nlyxs">小时</span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="nlyxsjh"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="nlyxswc"></span>
- </span>
- </td>
- </tr>
- <tr>
- <td bgcolor="#FFFFFF" width="20%" height="40"
- align="center">
-
- <span class="textMyselfContent">综合厂用电率</span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="nzhcydl">%</span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="nzhcydljh"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="nzhcydlwc"></span>
- </span>
- </td>
- </tr>
- <tr>
- <td bgcolor="#FFFFFF" width="20%" height="40"
- align="center">
-
- <span class="textMyselfContent">设备可利用率</span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="nsbklyl">%</span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="nsbklyljh"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="nsbklylwc"></span>
- </span>
- </td>
- </tr>
- <tr>
- <td bgcolor="#FFFFFF" width="20%" height="40"
- align="center">
-
- <span class="textMyselfContent">等效可用系数</span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="ndxkyxs">%</span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="ndxkyxsjh"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="ndxkyxswc"></span>
- </span>
- </td>
- </tr>
- <tr>
- <td bgcolor="#FFFFFF" height="40" align="center">
-
- <span class="textMyselfContent">平均风速/累计辐射总量</span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="npjfs">m/s</span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="npjfsjh"></span>
- </span>
- </td>
- <td bgcolor="#FFFFFF" width="20%" height="40">
- <span class=""><span id="npjfswc"></span>
- </span>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </div>
- </form>
- </body>
|