| | |
| | | <input class="layui-input" type="number" id="code" onkeyup="findCode(this)" oninput="if(value.length>8)value=value.slice(0,8)" placeholder="扫码 / 输入" autocomplete="off"> |
| | | </div> |
| | | <div style="margin: 5px 5px" class="layui-form"> |
| | | <button id="mat-btn" type="button" class="layui-btn layui-btn-normal" onclick="getMat()"><i class="layui-icon">+</i>提取</button> |
| | | <button id="mat-btn" type="button" class="layui-btn layui-btn-normal" onclick="getMat()"><i class="layui-icon">+</i>Извлечь</button> |
| | | <!-- 入库口 --> |
| | | <div class="layui-inline" style="width: 120px; margin-left: 15px"> |
| | | <select id="putSiteSelect"> |
| | |
| | | limit: 500, |
| | | cellMinWidth: 50, |
| | | cols: [[ |
| | | {fixed: 'left', align: 'center', field: 'count', title: '数量', style:'color: blue', width:50}, |
| | | {field: 'matnr', align: 'center', title: '商品编号'}, |
| | | {field: 'maktx', align: 'center', title: '商品名称'} |
| | | {fixed: 'left', align: 'center', field: 'count', title: 'Количество', style:'color: blue', width:50}, |
| | | {field: 'matnr', align: 'center', title: 'Код товара'}, |
| | | {field: 'maktx', align: 'center', title: 'Наименование товара'} |
| | | ]], |
| | | done: function (res, curr, count) { |
| | | |