123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <%@page contentType="text/html" pageEncoding="UTF-8"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>线路停运级恢复情况详情填写</title>
- <!--引入QUI框架js -->
- <%@include file="writeDataJs/need.jsp"%>
- <script type="text/javascript" src="/nwyj/scripts/business/em/report/objOperate.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/business/em/report/addDo.js" ></script>
- <script type="text/javascript" src="writeDataJs/writeData1.js"></script>
- <style type="text/css">
- .title_msg{
-
- width: 100%;
- height:50px;
- line-height:50px;
- font-family: "微软雅黑";
- text-align:center;
- font-size:24px;
- font-weight: bold;
- color:#3e62a0;
- border-bottom: 1px solid #cdcaca;
- }
- .icon_ok{
- margin-left: -40px;
- width: 10px;
- }
- .icon_delete{
- margin-left: 10px;
- width: 10px;
- }
- </style>
- </head>
- <body style="height: 650px;overflow:auto; overflow-x:hidden;background-color:white">
- <!-- <input type="hidden" id="hidden"/> -->
- <div class="title_msg" align="center">
- <font id="title"></font>
- </div>
- <div>
- <form id="RespDutyForm" method="post">
- <table width="100%" border='0'>
- <tr>
- <td colspan="6" align="right"><input type="button"
- onclick="javascript:save();" value="保存" /> <input
- type="button" onclick="javascript:resetBack();" value="重置" /></td>
- </tr>
- </table>
- </form>
- <div>
- <div class="padding_right5">
- <div id="maingrid"></div>
- </div>
- </div>
- </div>
- </body>
- </html>
|