From 718f604deb342b0bee6c588bb44e22ced3371fb8 Mon Sep 17 00:00:00 2001
From: 王佳豪 <g675230687@126.com>
Date: 星期六, 26 六月 2021 11:20:51 +0800
Subject: [PATCH] 1.删除sap的2天前的日志
---
src/main/webapp/WEB-INF/pages/sapRequestLog.jsp | 51 +++++++++++++++++++++++++++++++++++++++++++--------
1 files changed, 43 insertions(+), 8 deletions(-)
diff --git a/src/main/webapp/WEB-INF/pages/sapRequestLog.jsp b/src/main/webapp/WEB-INF/pages/sapRequestLog.jsp
index fba346c..1329f01 100644
--- a/src/main/webapp/WEB-INF/pages/sapRequestLog.jsp
+++ b/src/main/webapp/WEB-INF/pages/sapRequestLog.jsp
@@ -1,20 +1,55 @@
<%@ page language="java" contentType="text/html; charset=UTF-8"
- pageEncoding="UTF-8"%>
- <%@ include file="../../include/core.jsp" %>
+ pageEncoding="UTF-8" %>
+<%@ include file="../../include/core.jsp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title></title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title></title>
-<script type="text/javascript" src="${path }/jsFiles/sapRequestLog.js"></script>
-<style type="text/css">
-</style>
+ <style type="text/css">
+
+ </style>
</head>
<body>
-<table id="test-table" class="table table-hover table-striped table-condensed table-bordered"></table>
+<%--<div class="panel panel-default">--%>
+<%--<div class="panel-body">--%>
+<%--<form id="conForm" class="form-inline">--%>
+<%----%>
+<%--</form>--%>
+<%--</div>--%>
+<%--</div>--%>
+<div class="panel panel-default">
+ <div class="panel-body">
+ <input type="text" class="form-control" style="width:10%; display: inline-block" id="condition" name="condition"
+ placeholder="璇疯緭鍏�">
+ <button style="display: inline-block" type="button" onclick="onSearch()" class="btn btn-info">
+ <span class="glyphicon glyphicon-search" aria-hidden="true"> 鎼滅储</span></button>
+ </div>
+</div>
+
+
+<div class="table-responsive">
+ <table id="test-table" class="table table-hover table-striped table-condensed table-bordered"></table>
+</div>
+
+<div id="showDetail" class="modal fade" data-backdrop="static">
+ <div class="modal-content">
+ <div class="modal-header" id="headerName">
+ 鏃ュ織鏄庣粏
+ </div>
+ <div class="container" style="text-align: center; width: 600px">
+ <form class="form-horizontal" id="detailForm" method="post">
+ <textarea style="width: 95%; margin-top: 8px" rows="10" id="details" readonly></textarea>
+ </form>
+ <button type="button" class="btn btn-default" onclick="closeModal()" style="margin-bottom: 8px">鍏抽棴</button>
+ </div>
+ </div>
+</div>
+
+<script type="text/javascript" src="${path }/jsFiles/sapRequestLog.js"></script>
</body>
</html>
\ No newline at end of file
--
Gitblit v1.9.1