<%@ page language="java" contentType="text/html; charset=utf-8"
|
pageEncoding="utf-8"%>
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
<c:set var="ctx" value="${pageContext.request.contextPath}"/>
|
<html>
|
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<title>料架</title>
|
<link type="image/x-icon" href="${ctx}/static/images/favicon.ico" rel="shortcut icon">
|
<link href="${ctx}/static/bootstrap/2.3.2/css/bootstrap.min.css" type="text/css" rel="stylesheet" />
|
<link href="${ctx}/static/jquery-validation/1.11.1/validate.css" type="text/css" rel="stylesheet" />
|
<link href="${ctx}/static/styles/default.css" type="text/css" rel="stylesheet" />
|
<link href="${ctx}/static/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css" type="text/css" rel="stylesheet" />
|
<link href="${ctx}/static/bootstrap-switch/css/bootstrap2/bootstrap-switch.css" type="text/css" rel="stylesheet" />
|
|
<script src="${ctx}/static/jquery/jquery-1.9.1.min.js" type="text/javascript"></script>
|
<script src="${ctx}/static/jquery-validation/1.11.1/jquery.validate.min.js" type="text/javascript"></script>
|
<script src="${ctx}/static/jquery-validation/1.11.1/messages_bs_zh.js" type="text/javascript"></script>
|
<script src="${ctx}/static/bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js" type="text/javascript"></script>
|
<script src="${ctx}/static/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.zh-CN.js" type="text/javascript"></script>
|
<script src="${ctx}/static/holder.js" type="text/javascript"></script>
|
<script src="${ctx}/static/bootstrap-switch/js/bootstrap-switch.js" type="text/javascript"></script>
|
<script>
|
$(document).ready(function() {
|
$("#widthInput").focus();
|
//为inputForm注册validate函数
|
$("#inputForm").validate();
|
var info = $("#info").attr("info");
|
$("#infos").html(info);
|
});
|
|
$(function(){
|
$(".download").click(function(){
|
window.location.href="${ctx}/shelfmanager/downloadExcel";
|
})
|
})
|
</script>
|
</head>
|
<body background="white">
|
<!-- Content Wrapper. Contains page content -->
|
<div class="content-wrapper">
|
<!-- Content Header (Page header) -->
|
<div>
|
<section class="content-header">
|
<h1>
|
库存信息
|
<small></small>
|
</h1>
|
<ol class="breadcrumb">
|
<li><a href="${ctx }/shelfmanager/shelfrank"><i class="fa fa-reply"></i>库存信息</a></li>
|
<li class="active"></li>
|
</ol>
|
</section>
|
<div id = "allstatu" allstatu = "${allstatu}"></div>
|
<div id = "info" info = "${info}"></div>
|
</div>
|
<!-- Main content -->
|
<section class="content container-fluid">
|
<div class="row">
|
<div class="col-md-12">
|
<div class="box">
|
<div class="box-header with-border">
|
<i class="fa fa-bar-chart-o"></i>
|
<h3 class="box-title">仓储信息表</h3>
|
|
<div class="box-tools pull-right">
|
<!-- <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
|
</button>
|
<button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button> -->
|
</div>
|
</div>
|
<!-- /.box-header -->
|
<div class="box-body">
|
<div class="row">
|
<div class="col-md-10">
|
<p class="text-center">
|
<span>
|
<img src="${ctx}/static/images/101.png">二天以内使用过</span>
|
<span>
|
<img src="${ctx}/static/images/104.png">二天到四天之内使用过</span>
|
<span>
|
<img src="${ctx}/static/images/102.png">四天以上七天以下没有使用过</span>
|
<span>
|
<img src="${ctx}/static/images/103.png">七天以内没有使用过</span>
|
<span>
|
<img src="${ctx}/static/images/105.png">禁用</span>
|
</p>
|
<div style="width: 99%;margin-left:10px;margin-top:10px; overflow-y:auto">
|
${shelfRankInfo}
|
</div>
|
<div class="chart">
|
</div>
|
</div>
|
<!-- /.col -->
|
<div class="col-md-2">
|
<p class="text-center">
|
<strong>吊装位&&上片位</strong>
|
</p>
|
${loadAndShelfHoistInfo}
|
<!-- /.progress-group -->
|
</div>
|
<!-- /.col -->
|
</div>
|
<!-- /.row -->
|
</div>
|
</div>
|
<!-- /.box -->
|
</div>
|
<!-- /.col -->
|
</div>
|
<section class="content container-fluid">
|
<div class="row">
|
<div class="col-md-12">
|
<div class="box">
|
<div class="box-header with-border">
|
<i class="fa fa-bar-chart-o"></i>
|
<h3 class="box-title">信息查询</h3>
|
<div class="box-tools pull-right">
|
</div>
|
</div>
|
<!-- /.box-header -->
|
<div class="box-body">
|
<div class="row">
|
<div class="col-md-4">
|
<p class="text-center"> <strong>查询条件</strong></p>
|
<div style="width: 99%;overflow-X:auto">
|
<div class="box-body no-padding">
|
<form action="${ctx}/shelfmanager/condition" method="post"
|
class="form-horizontal" id="inputForm">
|
<div class="control-group">
|
<label class="control-label" for="glassIdInput">玻璃ID</label>
|
<div class="controls">
|
<input type="text" id="glassIdInput" name="glassId"
|
placeholder="玻璃ID">
|
</div>
|
</div>
|
|
<div class="control-group">
|
<label class="control-label" for="widthInput">长度</label>
|
<div class="controls">
|
<input type="text" id="widthInput" name="width"
|
placeholder="长度"> <span class="add-on">mm</span>
|
</div>
|
</div>
|
|
<div class="control-group">
|
<label class="control-label" for="heightInput">宽度</label>
|
<div class="controls">
|
<input type="text" id="heightInput" name="height"
|
placeholder="宽度"> <span class="add-on">mm</span>
|
</div>
|
</div>
|
|
<div class="control-group">
|
<label class="control-label" for="thicknessInput">厚度</label>
|
<div class="controls">
|
<input type="text" id="thicknessInput" name="thickness"
|
placeholder="厚度"> <span class="add-on">mm</span>
|
</div>
|
</div>
|
|
|
<div class="control-group">
|
<label class="control-label" for="colorInput">颜色膜系</label>
|
<div class="controls">
|
<input type="text" id="colorInput" name="color"
|
placeholder="颜色膜系">
|
</div>
|
</div>
|
|
<div align="center" style="margin-top: 50px;">
|
<button type="submit" class="btn btn-large btn-primary">查询</button>
|
|
<input type="button" value="下载"
|
class="download btn btn-large btn-primary"
|
style="margin-left: 50px;">
|
</div>
|
</form>
|
</div>
|
</div>
|
<div class="chart">
|
</div>
|
</div>
|
<!-- /.col -->
|
<div class="col-md-8">
|
<p class="text-center">
|
<strong>查询结果</strong>
|
</p>
|
<div class="box-body no-padding">
|
<table class="table table-striped table-hover" style="font-size: 18px;overflow: scroll;height: 250px;">
|
<thead>
|
<tr>
|
<th>料架号</th>
|
<th>玻璃ID</th>
|
<th>长度(mm)</th>
|
<th>宽度(mm)</th>
|
<th>厚度(mm)</th>
|
<th>颜色</th>
|
<th>数量</th>
|
<th>吊装时间</th>
|
</tr>
|
</thead>
|
<tbody>${shelfRankMessage}</tbody>
|
</table>
|
</div>
|
<!-- /.progress-group -->
|
</div>
|
<!-- /.col -->
|
</div>
|
<!-- /.row -->
|
</div>
|
</div>
|
<!-- /.box -->
|
</div>
|
<!-- /.col -->
|
</div>
|
</section>
|
</div>
|
<!-- /.content -->
|
<!-- /.content-wrapper -->
|
</body>
|
</html>
|