| | |
| | | <!DOCTYPE html> |
| | | <html> |
| | | |
| | | <head> |
| | | <meta name="viewport" content="user-scalable=0,width=device-width,initial-scale=1.0" /> |
| | | <meta charset="UTF-8" /> |
| | | <!-- <meta name="viewport" content="width=device-width, initial-scale=0.665, minimum-scale=0.5, maximum-scale=1, user-scalable=no" /> --> |
| | | <!-- <meta name="viewport" content="width=device-width, initial-scale=0.665" /> --> |
| | | <meta http-equiv="X-UA-Compatible" content="ie=edge" /> |
| | | <title>Boxline PDA</title> |
| | | <title>平库查询</title> |
| | | |
| | | <link rel="stylesheet" href="/layui/css/layui.css" /> |
| | | <link rel="stylesheet" href="/css/style.css" /> |
| | |
| | | .layui-form-label { |
| | | width: 20%; |
| | | } |
| | | |
| | | .layui-input-block { |
| | | width: 80%; |
| | | margin-left: 20%; |
| | | } |
| | | |
| | | .div-tbl-title { |
| | | width: 98%; |
| | | margin: auto; |
| | |
| | | height: 30px; |
| | | margin-top: 20px; |
| | | } |
| | | |
| | | .div-tbl-title table { |
| | | width: 100%; |
| | | height: 30px; |
| | | } |
| | | |
| | | .div-tbl-title td { |
| | | width: 50%; |
| | | height: 30px; |
| | | line-height: 30px; |
| | | } |
| | | |
| | | .div-tbl-title span { |
| | | float: left; |
| | | width: 60%; |
| | | height: 30px; |
| | | line-height: 30px; |
| | | } |
| | | |
| | | .div-tbl-title input { |
| | | float: left; |
| | | width: 40%; |
| | |
| | | line-height: 30px; |
| | | border: none; |
| | | } |
| | | |
| | | .layout-tbl-paging { |
| | | margin-top: 0; |
| | | } |
| | | |
| | | .layout-bill-info { |
| | | height: auto; |
| | | } |
| | | |
| | | .btn-ok { |
| | | border: none; |
| | | color: #FFFFFF; |
| | |
| | | margin: 0 1%; |
| | | margin-left: 25%; |
| | | } |
| | | |
| | | .btn-ok:active { |
| | | opacity: 0.8; |
| | | } |
| | | |
| | | td{ |
| | | word-break: break-all; |
| | | word-wrap:break-word; |
| | | } |
| | | |
| | | .LotInfo{ |
| | | text-align: left; |
| | | line-height: 1.5; |
| | |
| | | </style> |
| | | <link rel="stylesheet" href="/css/adapter.css" /> |
| | | </head> |
| | | |
| | | <body> |
| | | <div id="" class="main-content"> |
| | | <div id="" class="layout-title" > |
| | |
| | | <div id="" class="layui-form-item layout-input" style="margin-top: 5px;"> |
| | | <label class="layui-form-label">托盘条码</label> |
| | | <div class="layui-input-block"> |
| | | <input id="PalletNo" type="text" lay-verify="stock" placeholder="托盘条码" |
| | | autocomplete="off" class="layui-input"> |
| | | <input id="PalletNo" type="text" lay-verify="stock" placeholder="托盘条码" autocomplete="off" |
| | | class="layui-input"> |
| | | </div> |
| | | </div> |
| | | <div id="" class="" style="width: 100%;height: 36px;margin-top: 15px;"> |
| | |
| | | setCurPage(curPageIndex + 1) |
| | | } |
| | | |
| | | function getBoxPageNum() |
| | | { |
| | | function getBoxPageNum() { |
| | | let num = $("#tableBoxList tr").length |
| | | if(num <= 2 ){ |
| | | return 0 |
| | |
| | | }) |
| | | </script> |
| | | </body> |
| | | |
| | | </html> |