严智鑫
2024-05-13 cedce4883f0d204f5bf7bf87c0bf4858dabb0c23
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<%@ page contentType="text/html;charset=UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="tags" tagdir="/WEB-INF/tags"%>
<c:set var="ctx" value="${pageContext.request.contextPath}" />
 
<html>
 
<head>
<title>模式设置</title>
<style>
.example-modal .modal {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    display: block;
    z-index: -1;
}
 
.example-modal .modal {
    background: transparent !important;
}
</style>
<link type="text/css" rel="stylesheet"
    href="${pageContext.request.contextPath}/static/css/dataTables.bootstrap.css" />
<link type="text/css" rel="stylesheet"
    href="${pageContext.request.contextPath}/static/css/dataTables.tableTools.css" />
 
<script type="text/javascript"
    src="${pageContext.request.contextPath}/static/js/jquery.min.js"></script>
<script type="text/javascript"
    src="${pageContext.request.contextPath}/static/js/jquery.dataTables.min.js"></script>
<script type="text/javascript"
    src="${pageContext.request.contextPath}/static/js/dataTables.bootstrap.js"></script>
<script type="text/javascript"
    src="${pageContext.request.contextPath}/static/js/dataTables.tableTools.js"></script>
<script type="text/javascript"
    src="${pageContext.request.contextPath}/static/js/moment.js"></script>
<script type="text/javascript"
    src="${pageContext.request.contextPath}/static/js/sucaijiayuan.js"></script>
<script type="text/javascript"
    src="${pageContext.request.contextPath}/static/laydate/laydate.js"></script>
<script type="text/javascript" src="${ctx}/static/util/utilAlert.js"></script>
</head>
<body>
    <div class="content-wrapper">
        <div>
            <section class="content-header">
                <h1>
                    模式设置 <small>&nbsp;&nbsp;&nbsp;注:选择落架优先模式时,请先进入原片仓储下的分架管理!</small>
                </h1>
                <ol class="breadcrumb">
                    <li><a href="#"><i class="fa fa-reply"></i>Mes工作模式</a></li>
                    <li class="active"></li>
                </ol>
            </section>
        </div>
        <div>
            <!-- Main content -->
            <section class="content container-fluid">
                <div class="box box-info" style='width: 50%;'>
                    <div class="box-header with-border">
                        <h3 class="box-title">线路设置</h3>
 
                        <div class="box-tools pull-right"></div>
                    </div>
                    <!-- /.box-header -->
                    <div class="box-body">
                        <div class="table-responsive">
                            <table class="table no-margin">
                                <thead>
                                    <tr>
                                        <th>模式ID</th>
                                        <th>模式名称</th>
                                        <th>当前状态</th>
                                        <th>操作</th>
                                    </tr>
                                </thead>
                                <tbody>${glasscumtorhtml}
                                </tbody>
                            </table>
                        </div>
                    </div>
                    <!-- /.box-footer -->
                </div>
            </section>
        </div>
    </div>
    <%--  <script src="${ctx}/static/AdminLTE/bower_components/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap 3.3.7 -->
<script src="${ctx}/static/AdminLTE/bower_components/bootstrap/dist/js/bootstrap.min.js"></script> --%>
    <!-- FastClick -->
    <script
        src="${ctx}/static/AdminLTE/bower_components/fastclick/lib/fastclick.js"></script>
    <!-- AdminLTE App -->
    <script src="${ctx}/static/AdminLTE/dist/js/adminlte.min.js"></script>
    <!-- AdminLTE for demo purposes -->
    <script src="${ctx}/static/AdminLTE/dist/js/demo.js"></script>
</body>
</html>