| | |
| | | tableIns.reload({data: []}); |
| | | matCodeLayerIdx = layer.open({ |
| | | type: 2, |
| | | title: '库位物料', |
| | | title: '提取物料', |
| | | maxmin: true, |
| | | area: [top.detailWidth, top.detailHeight], |
| | | shadeClose: true, |
| | |
| | | padding: 20px 50px; |
| | | } |
| | | .mat-query { |
| | | font-size: 15px; |
| | | font-size: 16px; |
| | | padding: 1px 1px 1px 1px; |
| | | width: 130px; |
| | | width: 100px; |
| | | height: 50px; |
| | | border-color: #2b425b; |
| | | border-radius: 4px; |
| | |
| | | border-style: solid; |
| | | transition: 0.4s; |
| | | cursor: pointer; |
| | | letter-spacing: 3px; |
| | | } |
| | | .mat-query:hover { |
| | | background-color: #2b425b; |
| | |
| | | <body> |
| | | <!-- 功能区 --> |
| | | <div class="function-area"> |
| | | <button class="mat-query" onclick="getMat()">提取货物</button> |
| | | <button class="mat-query" onclick="getMat()">新增</button> |
| | | </div> |
| | | |
| | | <hr> |
| | |
| | | |
| | | <script type="text/html" id="toolbar"> |
| | | <div class="layui-btn-container"> |
| | | <button class="layui-btn" id="btn-comb" lay-event="comb" style="">组盘</button> |
| | | <button class="layui-btn layui-btn-normal" id="btn-comb" lay-event="comb" style="">组盘</button> |
| | | </div> |
| | | </script> |
| | | |