严智鑫
2025-11-13 945bc394f40d8af1072a53da9a94f24207124e6d
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<%@ page contentType="text/html;charset=UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<c:set var="ctx" value="${pageContext.request.contextPath}" />
<html>
<head>
<title>管理汇总</title>
<script>
    var contextPath = "${pageContext.request.contextPath}";
</script>
 
<link href="${ctx}/static/jquery-file-upload/css/jquery.fileupload.css"
    type="text/css" rel="stylesheet" />
<script type="text/javascript"
    src="${ctx}/static/jquery/jquery-3.1.0.min.js"></script>
<script
    src="${ctx}/static/jquery-file-upload/js/vendor/jquery.ui.widget.js"
    type="text/javascript"></script>
<script
    src="${ctx}/static/jquery-file-upload/js/jquery.iframe-transport.js"
    type="text/javascript"></script>
<script src="${ctx}/static/jquery-file-upload/js/jquery.fileupload.js"
    type="text/javascript"></script>
<script language="javascript" type="text/javascript"
    src="${ctx}/static/util/util.js"></script>
<script type="text/javascript"
    src="${ctx}/static/global/taskmanager/taskmanager.js"></script>
 
<script type="text/javascript">
    $(document).ready(
            function() {
                var info = $("#info").attr("info");
                $("#infos").html(info);
            });
</script>
 
<style type="text/css">
@IMPORT url("${ctx}/static/global/taskmanager/taskmanager.css");
</style>
<style type="text/css">
#task {
    height: 360px;
    overflow: auto;
}
 
.use {
    margin-left: 30px;
    font-size: 18px;
}
</style>
</head>
<body>
    <div class="content-wrapper">
        <div>
            <section class="content-header">
                <h1>
                    仓储管理<small>领取模式</small>
                </h1>
                <ol class="breadcrumb">
                    <li><a href="${ctx }/shelfmanager/taskimport"><i
                            class="fa fa-reply"></i>选择下发</a></li>
                    <li class="active">下发</li>
                </ol>
            </section>
        </div>
        <div>
            <section class="content container-fluid">
                <div id="info" info="${info}"></div><!-- 任务管理中的头部按钮 网页渲染 -->
                <div id="task">
                    <table style="margin: auto;">
                        <tr>
                            <div style="margin-left:20%;">
                                <span class="use"><img src="${ctx}/static/images/101.png">二天内</span>
                                <span class="use"><img src="${ctx}/static/images/104.png">二天到四天内</span>
                                <span class="use"><img src="${ctx}/static/images/102.png">四天以上七天以下</span>
                                <span class="use"><img src="${ctx}/static/images/103.png">七天外</span>
                            </div>
                        </tr>
 
                        <br>
                        <tr>
                            <td>
                                <div style="margin-left: 10px; margin-top: 10px; overflow: auto">
                                    <span>
<!--                                     <td><div class='progress vertical active ' style='width: 21px;background-color: #fff; border:1px dashed #666;'>
                            <span style='margin-top: opx'>0/0</span>
        <div class='progress-bar color-palette progress-bar-striped' role='progressbar' style='height: 0%'>
        </div>
        </div>
        <div>虚无</div></td> -->
                                    
                                    ${shelfRankInfo}</span> 
                                </div>
                            </td>
                            <td>
                            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span>${LoadMachineRackInfo}</span>
                            </td>
                        </tr>
                    </table>
                </div>
                <div style="font-weight: bolder; font-size: 20px;">料架占用情况</div>
                <div>${shelfManagerPrecent}</div>
 
                <!-- 进行操作的按钮 -->
                <div class="btn-group" role="group" aria-label="...">
                    <a type="button" class="btn btn-primary btn-lg" onclick="upload()">导入</a>
                    <a type="button" class="btn btn-primary btn-lg" onclick="cancel()">删除</a>
                    
                </div>
<a type="button" class="btn btn-primary btn-lg" onclick="moshi()">模式设置</a>
                <!-- 上传文件预览 -->
                <br>
                <br>
                <div id="file"
                    style='width: 45%; float: left; height: 330px; overflow: auto;'>${RawPackageTxtesWait}</div>
                <c:if test="${isCenterDisplay}">
                    <div
                        style='width: 88px; border: 1px solid #63B8FF; float: left; height: 330px;'>
                        <br>
                        <br>
                        <br> <a type="button" class="btn btn-primary btn-lg"
                            onclick="push()" data-toggle="modal" data-target="#myuploadModal">
 
                            <div class="col-md-3 col-sm-4">
                                <i class="fa fa-fw fa-hand-o-right"></i>
                            </div>
                        </a> <br>
                        <br>
                        <br>
                        <br>
                        <br> <a type="button" class="btn btn-primary btn-lg"
                            onclick="reserse()">
 
                            <div class="col-md-3 col-sm-4">
                                <i class="fa fa-fw fa-hand-o-left"></i>
                            </div>
                        </a>
                    </div>
                </c:if>
                <div
                    style='width: 45%; float: left; height: 330px; overflow: auto; margin-left: 20px'>${RawPackageTxtesSend}</div>
 
                <!-- 文件上传 -->
                <div class="modal fade" id="deleteOneModal" tabindex="-1"
                    role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
                    <form class="form-horizontal" role="form" method="post"
                        action="${ctx}/upload/uploadSuccess" id="uploadForm">
                        <div class="modal-dialog modal-lg ">
                            <div class="modal-content">
                                <div class="modal-header">
                                    <button type="button" class="close" data-dismiss="modal"
                                        aria-hidden="true" data-backdrop="static">&times;</button>
                                    <h3 class="modal-title" id="myModalLabel"
                                        style="font-weight: bolder;">上传文件</h3>
                                </div>
                                <div class="modal-body" style="text-align: left;"
                                    id="fileUploadComplete">
                                    <div id="selectTree" class="ztree"
                                        style="height: 700px; overflow: auto;">
                                        <button type="button"
                                            class="btn  btn-primary fileinput-button btn-lg"
                                            style="margin-top: 38%; margin-left: 41%" id="upload">
                                            <i class="glyphicon glyphicon-plus"></i><span
                                                style="margin-left: 10px">选择上传文件</span> <input
                                                id="fileupload" type="file" name="files" multiple />
                                        </button>
                                        <h4 style="margin-left: 44%;" id="ctrl">按住Ctrl可多选</h4>
                                    </div>
                                </div>
                                <div class="modal-footer" style="height: 80px; overflow: auto;">
                                    <button type="button" class="btn btn-primary btn-lg"
                                        id="delSubmit" style="margin-left: 2px">
                                        <span>开始上传</span>
                                    </button>
                                </div>
                            </div>
                        </div>
                    </form>
                </div>
                
                <!-- 弹出框 -->
                <div class="modal fade" id="moshi" tabindex="-1" role="dialog"
                aria-labelledby="myModalLabel" aria-hidden="true">
                <!-- 模式确认 -->
                <form class="form-horizontal" role="form">
                    <div class="modal-dialog">
                        <div class="modal-content">
                        <input type='hidden' id = "lineprint">
                            <div class="modal-header">
                                <button type="button" class="close" data-dismiss="modal"
                                    aria-hidden="true">&times;</button>
                                <h3 class="modal-title" id="myModalLabel">模式修改</h3>
                            </div>
                            <div class="modal-body" style="text-align: left;">
                                <h3>模式类别</h3>
                                <input name="Fruit" type="radio" value="" />领取模式
                                <input name="Fruit" type="radio" value="" />派工模式  
                            </div>
                            <div class="modal-footer">
 
                                <button type="button" class="btn btn-default btn-lg"
                                    data-dismiss="modal">取消</button>
 
                                <button type="button" class="btn btn-primary btn-lg"
                                    id="surefinish">修改确认</button>
                            </div>
                        </div>
                    </div>
                </form>
            </div>
            </section>
        </div>
        <!-- /.content -->
    </div>
    <!-- /.content-wrapper -->
</body>
</html>