orderOut.jsp
18.2 KB
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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
<%@ page import="com.myproject.util.StorageConstants" %>
<%@ page import="com.myproject.webapp.controller.webService.QisdaCache" %>
<%@ include file="/common/taglibs.jsp" %>
<%@ page language="java" pageEncoding="UTF-8" %>
<style type="text/css">
.icon-cursor-move{
margin-right:10px;
}
.portlet-body {
min-height:60px;
}
.panel-body {
position: relative;
padding: 15px;
height: 300px;
overflow-y: scroll;
}
.panel-move {
border-color: #055cfb;
margin-left:10px;
}
.row{
margin-bottom: 10px;
}
.grey-salsa.btn:hover, .grey-salsa.btn:focus, .grey-salsa.btn:active, .grey-salsa.btn.active {
color: #fafcfb;
background-color: #94a0b2;
}
</style>
<link href="${ctx}/scripts/lobibox/css/lobibox.min.css?id=2" rel="stylesheet" type="text/css"/>
<div class="row">
<div class="col-md-12">
<div class="portlet box light">
<div class="portlet-title tabbable-line">
<div class="caption">
<div>
<span id="currentOp"> </span>
<%--当前料架:<span id="vmiRFID"></span>--%>
</div>
</div>
<ul class="nav nav-tabs">
<li class="active btn btn-circle btn-transparent grey-salsa">
<a href="#portlet_tab_1" data-toggle="tab" id="dnTab">优先和等待队列</a>
</li>
<li class="btn btn-circle btn-transparent grey-salsa">
<a href="#portlet_tab_2" data-toggle="tab" id="facilityTab">未完成队列</a>
</li>
</ul>
</div>
<div class="portlet-body">
<div class="tab-content">
<div class="tab-pane active" id="portlet_tab_1">
<div class="row">
<div class="portlet box green">
<div class="portlet-title">
<div class="caption">
<i class="fa fa-gift"></i>执行队列
</div>
<div class="tools">
</div>
</div>
<div class="portlet-body">
<div class="panel-group accordion" id="executing">
<div class="panel panel-success">
<div class="panel-heading">
<h4 class="panel-title">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#executing" href="#executingOrder">
<i class="icon-cursor-move"></i>
[首盘] 需求单: 40 工单: 879235 备料单: F001_879235N_1 <span class="right">建议时间: 2019-11-18 08:59</span>
</a>
</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="portlet box blue">
<div class="portlet-title">
<div class="caption">
<i class="fa fa-gift"></i>优先队列
</div>
<div class="tools">
</div>
</div>
<div class="portlet-body">
<div class="panel-group accordion" id="priority">
<div class="panel panel-success">
<div class="panel-heading">
<h4 class="panel-title">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#executing" href="#priorityOrder">
<i class="icon-cursor-move"></i>
[首盘] 需求单: 808 工单: 879235 备料单: F001_879235N_1 <span class="right">建议时间: 2019-11-18 08:59</span>
</a>
</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="portlet box yellow">
<div class="portlet-title">
<div class="caption">
<i class="fa fa-gift"></i>等待队列
</div>
<div class="tools">
</div>
</div>
<div class="portlet-body">
<div class="panel-group accordion" id="wait">
<div class="panel panel-success">
<div class="panel-heading">
<h4 class="panel-title">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#executing" href="#priorityOrder">
<i class="icon-cursor-move"></i>
[首盘] 需求单: 808 工单: 879235 备料单: F001_879235N_1 <span class="right">建议时间: 2019-11-18 08:59</span>
</a>
</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="portlet_tab_2">
<div class="row">
<div class="portlet box green">
<div class="portlet-title">
<div class="caption">
<i class="fa fa-gift"></i>未完成队列
</div>
<div class="tools">
</div>
</div>
<div class="portlet-body">
<div class="panel-group accordion" id="unfinished">
<div class="panel panel-success">
<div class="panel-heading">
<h4 class="panel-title">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#executing" href="#executingOrder">
<i class="icon-cursor-move"></i>
[首盘] 需求单: 40 工单: 879235 备料单: F001_879235N_1 <span class="right">建议时间: 2019-11-18 08:59</span>
</a>
</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<c:set var="scripts" scope="request">
<script src="${ctx}/scripts/Sortable.min.js"></script>
<script type="text/javascript">
escapeHtml = function (str){
var temp = "";
if(str.length == 0) return "";
temp = str.replace(/&/g,"&");
temp = temp.replace(/</g,"<");
temp = temp.replace(/>/g,">");
temp = temp.replace(/\s/g," ");
temp = temp.replace(/\'/g,"'");
temp = temp.replace(/\"/g,""");
return temp;
}
function getOutInfoHtml(outInfo){
//var index = parseInt(i) + 1;
//var outItems = outInfo.outItems;
var moveHandle = '';
// if(outInfo.firstExecuteTime >= 0){
// //moveHandle = '<span class="glyphicon glyphicon-arrow-up" style="width:30px;display:none;"></span>';
// }
var bgClass = '';
var pannelColor = 'panel-default';
if(outInfo.executing){
pannelColor = 'panel-success';
}
var bindShelfInfo = outInfo.lineBindShelfInfo;
if(bindShelfInfo){
//bgClass = 'bg-red';
}else{
if(outInfo.firstExecuteTime > 0 && outInfo.taskNum <=0){
bgClass = "bg-blue";
}
}
var mdate = new Date(outInfo.mdate).Format("yyyy-MM-dd hh:mm:ss");
var sdate = new Date(outInfo.sdate).Format("yyyy-MM-dd hh:mm:ss");
var createDate = new Date(outInfo.createDate).Format("yyyy-MM-dd hh:mm:ss");
var collapseClass = "";
// if($("#"+outInfo.hSerial).hasClass("in")){
// collapseClass = " in";
// };
var infoHtml = '<div title="'+escapeHtml(outInfo.lineBindShelfInfo)+'" class="panel '+ pannelColor+' '+ bgClass + '">' +
'<div class="panel-heading">' +
'<h4 class="panel-title">' +
'<a class="accordion-toggle" data-toggle="collapse" href="#'+outInfo.hSerial+'">' +
moveHandle + //outInfo.firstExecuteTime +
'需求单:'+ outInfo.hSerial+' ['+outInfo.action+'] 工单: ' + outInfo.so +' 备料单: ' + outInfo.refno + '[' + outInfo.sendStatus +'] 工单序号:' + outInfo.soseq +
//'<span class="right">创建时间: '+createDate+'</span>' +
'<span class="right">建议时间: '+sdate+'</span>' +
'<span class="right">必须时间: '+mdate+'</span>' +
//'<span class="right">['+outInfo.firstExecuteTime+']</span>' +
'</a></h4></div>' +
'<div id="'+outInfo.hSerial+'" class="panel-collapse collapse '+collapseClass+'">' +
'<div class="panel-body bg-grey">' +
'<ul class="list-inline">' +
'<li><i class="fa fa-tasks"></i>工单: '+outInfo.so+'</li>' +
'<li><i class="fa fa-briefcase"></i>备料单: '+outInfo.refno+'</li>' +
'<li><i class="fa fa-calendar"></i>建议时间:'+sdate+'</li>' +
'<li><i class="fa fa-star"></i>必须出仓日期:'+mdate+'</li>' +
'<li><i class="fa fa-star"></i>创建时间:'+createDate+'</li>' +
'</ul>' +
'<h4 class="list-inline '+bgClass+'">' +
'线体['+outInfo.line+']未解绑料架信息: '+outInfo.lineBindShelfInfo+'' +
'</h4>' +
'</div></div></div></div>';
return infoHtml;
}
function flushOutInfos(){
$.post("${ctx}/rest/api/qisda/device/currentOutLine", {}, function (currentOutLine) {
var currentOutHSerial = "";
if(currentOutLine){
currentOutHSerial = currentOutLine.data.hSerial;
}
$.post("${ctx}/service/store/qisda/outInfoList", {}, function (data) {
var executingHtml = '';
var priorityHtml = '';
var waitHtml = '';
var unfinishedHtml = '';
for(var i in data){
var outInfo = data[i];
if(outInfo.preTailAction){
continue;
}
var infoHtml = getOutInfoHtml(outInfo);
if(outInfo.executing || outInfo.sendLess || outInfo.firstExecuteTime > 0){
if(!outInfo.taskEnd && (outInfo.firstReelAction || outInfo.tailAction)){
if(outInfo.firstExecuteTime > 0 && outInfo.taskNum <=0){
waitHtml = waitHtml + infoHtml;
}else{
if(outInfo.executing){
if(currentOutHSerial == outInfo.hSerial){
executingHtml = executingHtml + infoHtml;
}else{
//priorityHtml = priorityHtml + infoHtml;
unfinishedHtml = unfinishedHtml + infoHtml;
}
}else{
unfinishedHtml = unfinishedHtml + infoHtml;
}
}
}else{
unfinishedHtml = unfinishedHtml + infoHtml;
}
}else if(outInfo.priority){
if(outInfo.reelCutAction){
unfinishedHtml = unfinishedHtml + infoHtml;
}else{
if(priorityHtml == ''){
priorityHtml = priorityHtml + infoHtml;
}else{
waitHtml = waitHtml + infoHtml;
}
}
}else{
waitHtml = waitHtml + infoHtml;
}
}
$("#executing").html(executingHtml);
$("#priority").html(priorityHtml);
$("#wait").html(waitHtml);
$("#unfinished").html(unfinishedHtml);
$(".panel-default").mouseover(function(){
<%--$(this).find(".glyphicon-arrow-up").unbind();--%>
<%--$(this).find(".glyphicon-arrow-up").show();--%>
<%--var hSerial = $(this).parent().attr("href");--%>
<%--$(this).find(".glyphicon-arrow-up").click(function(event){--%>
<%--event.stopPropagation();--%>
<%--var hSerial = $(this).parent().attr("href").replace("#","");--%>
<%--alert('该功能已关闭');--%>
<%--<%–$.post("${ctx}/service/store/qisda/moveOutInfoToFirst", {hSerialToMove: hSerial}, function (data) {–%>--%>
<%--<%–//moving = false;–%>--%>
<%--<%–alert(data);–%>--%>
<%--<%–});–%>--%>
<%--});--%>
});
$(".panel-default").mouseout(function(){
$(this).find(".glyphicon-arrow-up").hide();
});
});
});
}
flushOutInfos();
//var moving = false;
setInterval(function(){
//if(!moving){
flushOutInfos();
//}
}, 3000);
// var dragOptions = {
// animation: 150,
// handle: '.panel-heading',
// ghostClass: 'panel-move',
// onEnd:endFunc
// };
// var el = document.getElementById('accordion3');
// var sortable = Sortable.create(el,dragOptions);
<%--onSort = function(evt){--%>
<%--moving = true;--%>
<%--var targetSort = "";--%>
<%--$(evt.to).find(".panel-collapse").each(function(){--%>
<%--targetSort = targetSort + $(this).attr('id') + ";";--%>
<%--});--%>
<%--$.post("${ctx}/service/store/qisda/changePriority", {hSerialList: targetSort}, function (data) {--%>
<%--moving = false;--%>
<%--});--%>
<%--}--%>
<%--onStart = function(evt){--%>
<%--moving = true;--%>
<%--}--%>
<%--onEnd = function(evt){--%>
<%--moving = false;--%>
<%--}--%>
<%--var waitBox = document.getElementById('wait');--%>
<%--var executingBox = document.getElementById("executing");--%>
<%--var priorityBox = document.getElementById('priority');--%>
<%--new Sortable(waitBox, {--%>
<%--group: {--%>
<%--name: 'shared',--%>
<%--put: false // 不允许拖拽进这个列表--%>
<%--},--%>
<%--animation: 150,--%>
<%--sort: false, // 设为false,禁止sort--%>
<%--onStart:onStart,--%>
<%--onEnd: onEnd,--%>
<%--});--%>
<%--new Sortable(priorityBox, {--%>
<%--group: 'shared',--%>
<%--animation: 150,--%>
<%--ghostClass: 'panel-move',--%>
<%--onSort:onSort,--%>
<%--onStart:onStart,--%>
<%--onEnd: onEnd,--%>
<%--});--%>
</script>
</c:set>