<%@ 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>
|
<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">×</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">×</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>
|