| | |
| | | <!DOCTYPE html> |
| | | <html> |
| | | |
| | | <head> |
| | | <meta charset="UTF-8" /> |
| | | <meta name="viewport" content="user-scalable=0,width=device-width,initial-scale=1.0" /> |
| | | <!-- <meta name="viewport" content="width=device-width, initial-scale=0.665, minimum-scale=0.5, maximum-scale=2.0, user-scalable=no" /> --> |
| | | <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" /> |
| | |
| | | height: auto; |
| | | /* background-color: #009E94; */ |
| | | } |
| | | |
| | | .layout-tbl-submit { |
| | | margin-top: 10px; |
| | | } |
| | | |
| | | .out-scatter-num .local-input { |
| | | width: 40%; |
| | | height: 25px; |
| | | float: left; |
| | | } |
| | | |
| | | .out-scatter-num .local-ok button { |
| | | height: 25px; |
| | | border: 0; |
| | |
| | | margin-left: 10px; |
| | | width: 100%; |
| | | } |
| | | |
| | | .out-scatter-num .layui-form-label { |
| | | width: 30%; |
| | | /* background-color: #007BFF; */ |
| | | } |
| | | |
| | | .out-scatter-num .layui-input-block { |
| | | width: 100%; |
| | | /* background-color: #009E94; */ |
| | | margin-left: 0; |
| | | } |
| | | |
| | | .out-scatter-num .local-ok { |
| | | width: 20%; |
| | | height: 25px; |
| | | float: left; |
| | | } |
| | | |
| | | .layout-tbl-paging { |
| | | margin-top: 20px; |
| | | } |
| | |
| | | .layout-tab-page { |
| | | height: auto; |
| | | } |
| | | |
| | | .layui-form-checkbox { |
| | | margin: auto; |
| | | /* padding-left: 2px; */ |
| | | /* padding-right: 2px; */ |
| | | } |
| | | |
| | | .div-tbl-title { |
| | | width: 98%; |
| | | margin: auto; |
| | | /* background-color: #4476A7; */ |
| | | height: 30px; |
| | | } |
| | | |
| | | .div-tbl-title table { |
| | | width: 100%; |
| | | height: 30px; |
| | | } |
| | | |
| | | .layui-form-radio{ |
| | | margin: 0; |
| | | padding-right: 0; |
| | | } |
| | | |
| | | td{ |
| | | word-break: break-all; word-wrap:break-word; |
| | | word-break: break-all; |
| | | word-wrap: break-word; |
| | | } |
| | | </style> |
| | | <link rel="stylesheet" href="/css/adapter.css" /> |
| | | </head> |
| | | |
| | | <body> |
| | | <div id="" class="main-content"> |
| | | <div id="" class="layout-title" > |
| | |
| | | <div id="layout-pallet" class="layui-form-item layout-input"> |
| | | <label class="layui-form-label">出库口:</label> |
| | | <div class="layui-input-block"> |
| | | <input id="exitDesc" style="border: none;" type="text" lay-verify="stock" disabled placeholder="" |
| | | autocomplete="off" class="layui-input"> |
| | | <input id="exitDesc" style="border: none;" type="text" lay-verify="stock" disabled |
| | | placeholder="" autocomplete="off" class="layui-input"> |
| | | </div> |
| | | </div> |
| | | <div id="layout-pallet" class="layui-form-item layout-input"> |
| | |
| | | <label class="layui-form-label" style="width: 21%;">质检状态:</label> |
| | | <div class="local-input"> |
| | | <div class="layui-input-block local-input" style="line-height: 28px;"> |
| | | <input type="radio" name="status" value = "1" class="layui-input" checked="checked" style="padding-left:0.1rem;">合格 |
| | | <input type="radio" name="status" value = "2" class="layui-input" style="padding-left:0.1rem;">不合格 |
| | | <input type="radio" name="status" value="1" class="layui-input" |
| | | checked="checked" style="padding-left:0.1rem;">合格 |
| | | <input type="radio" name="status" value="2" class="layui-input" |
| | | style="padding-left:0.1rem;">不合格 |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | </tr> |
| | | <tr id="outScatter"> |
| | | <td> |
| | | <div id="layout-boxcode" class="layui-form-item out-scatter-num" style="margin-top: 10px;"> |
| | | <div id="layout-boxcode" class="layui-form-item out-scatter-num" |
| | | style="margin-top: 10px;"> |
| | | <label class="layui-form-label" style="width: 21%;">拣货数量:</label> |
| | | <div id="" class="local-input" > |
| | | <div class="layui-input-block" > |
| | | <input id="outScatterQty" type="number" placeholder="请输入拣货数量" |
| | | autocomplete="off" class="layui-input" style="padding-left:0.1rem;" oninput="value=value.replace(/^(0+)|[^\d]+/g,'')"> |
| | | autocomplete="off" class="layui-input" style="padding-left:0.1rem;" |
| | | oninput="value=value.replace(/^(0+)|[^\d]+/g,'')"> |
| | | </div> |
| | | </div> |
| | | <div id="" class="local-ok" > |
| | |
| | | <span id="" style="width: 50%;height: 30px;float: left;"> |
| | | 箱子数量 |
| | | </span> |
| | | <input id="boxNum" type="text" disabled placeholder="" |
| | | autocomplete="off" style="border: none;float: left; width: 40%;height: 30px; line-height: 30px;background-color: #FFFFFF;"> |
| | | <input id="boxNum" type="text" disabled placeholder="" autocomplete="off" |
| | | style="border: none;float: left; width: 40%;height: 30px; line-height: 30px;background-color: #FFFFFF;"> |
| | | </td> |
| | | <td style="height: 30px;line-height: 30px;color: red;width: 50%;"> |
| | | <span id="" style="width: 50%;height: 30px;float: left;"> |
| | | 待拣箱数 |
| | | </span> |
| | | <input id="pickingBoxNum" type="text" disabled placeholder="" |
| | | autocomplete="off" style="border: none; width: 50%;float: left;height: 30px; line-height: 30px; background-color: #FFFFFF;"> |
| | | <input id="pickingBoxNum" type="text" disabled placeholder="" autocomplete="off" |
| | | style="border: none; width: 50%;float: left;height: 30px; line-height: 30px; background-color: #FFFFFF;"> |
| | | </td> |
| | | </tr> |
| | | </table> |
| | |
| | | <td name="pickednum">30</td> |
| | | <td name="check" style="text-align: center;"> |
| | | <!-- <div id="" style="width:100%;margin: auto;"> --> |
| | | <input type="checkbox" id="cbox2" value="second_checkbox" onclick="return false;" checked="checked" > |
| | | <input type="checkbox" id="cbox2" value="second_checkbox" onclick="return false;" |
| | | checked="checked"> |
| | | <!-- </div> --> |
| | | </td> |
| | | </tr> |
| | |
| | | setCurPage(curPageIndex + 1) |
| | | } |
| | | |
| | | function getBoxPageNum() |
| | | { |
| | | function getBoxPageNum() { |
| | | let num = $("#tableBoxList tr").length |
| | | if(num <= 2 ){ |
| | | return 0 |
| | |
| | | }) |
| | | </script> |
| | | </body> |
| | | |
| | | </html> |