1234567891011121314151617181920212223242526272829303132 |
- <%@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-->
- <script type="text/javascript" src="../../../../../scripts/business/am/resource/ledger/dining-car-poll.js"></script>
- <style type="text/css">
- .l-grid-hd-cell{
- /* //height: 34px; */
- background-color: #5582b9;
- height: 40px;
- }
- .l-grid-hd-cell-text{
- font-weight:bold;
- color:white
- }
- </style>
- </head>
-
- <body>
- <div style="height: 50px;background: #F8F8F8;" align="center"><a href="javascript:;"><img id="back" align="left" alt="返回" title="返回" src="/nwyj/images/temp/back.png" onclick="window.history.back()"></img></a><font style="font-weight: bold;font-size: 20px;line-height: 45px;">公司应急移动餐车(总表)概况</font></div>
- <div id="maingrid" style="margin: 0; padding: 0">
- </div>
- </body>
- </html>
|