| | |
| | | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> |
| | | <link rel="stylesheet" href="../../static/layui/css/layui.css" media="all"> |
| | | <link rel="stylesheet" href="../../static/css/admin.css?v=318" media="all"> |
| | | <link rel="stylesheet" href="../../static/css/cool.css" media="all"> |
| | | <link rel="stylesheet" href="../../static/css/common.css" media="all"> |
| | | <style> |
| | |
| | | height: 100%; |
| | | padding: 10px; |
| | | background-color: #f1f1f1; |
| | | box-sizing: border-box; |
| | | } |
| | | body { |
| | | background-color: #fff; |
| | |
| | | } |
| | | |
| | | .function-area { |
| | | padding: 20px 50px; |
| | | padding: 50px 80px; |
| | | } |
| | | .layui-form-label { |
| | | width: 120px; |
| | | } |
| | | .function-area .layui-form { |
| | | width: 300px; |
| | | } |
| | | |
| | | #btn-inbound { |
| | | display: none; |
| | | } |
| | | </style> |
| | | </head> |
| | |
| | | |
| | | <!-- 功能区 --> |
| | | <div class="function-area"> |
| | | <div class="layui-form"> |
| | | <div class="layui-form-item"> |
| | | <label class="layui-form-label" style="padding: 9px 0">空板入库口:</label> |
| | | <div class="layui-input-block" style="margin-left: 90px;"> |
| | | <div class="layui-form layui-form-pane"> |
| | | <div class="layui-form-item" style="margin-bottom: 30px"> |
| | | <label class="layui-form-label" style="">空板入库口</label> |
| | | <div class="layui-input-block"> |
| | | <select id="inSiteSelect" lay-verify="required" lay-search=""> |
| | | <option value="">请选择站点</option> |
| | | </select> |
| | | </div> |
| | | </div> |
| | | |
| | | <div style="text-align: center; margin-top: 20px"> |
| | | <button class="layui-btn layui-btn-radius layui-btn-normal" id="btn-inbound" lay-submit lay-filter="inbound">入库启动</button> |
| | | <hr style="margin-top: 10px"> |
| | | <div style="text-align: left; margin-top: 30px"> |
| | | <button class="layui-btn layui-btn-lg layui-btn-radius layui-btn-normal" id="btn-inbound" lay-submit lay-filter="inbound">启动入库</button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |
| | | |
| | | |
| | | <script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script> |
| | | <script type="text/javascript" src="../../static/layui/layui.js" charset="utf-8"></script> |