|  |  |  | 
|---|
|  |  |  | case 0: | 
|---|
|  |  |  | return "未知"; | 
|---|
|  |  |  | case 1: | 
|---|
|  |  |  | return "低库位"; | 
|---|
|  |  |  | return "Низкое складское место"; | 
|---|
|  |  |  | case 2: | 
|---|
|  |  |  | return "高库位"; | 
|---|
|  |  |  | return "Высокое складское место"; | 
|---|
|  |  |  | default: | 
|---|
|  |  |  | return String.valueOf(this.locType1); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | cols: [[ | 
|---|
|  |  |  | {type: 'checkbox', fixed: 'left'} | 
|---|
|  |  |  | //            ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} | 
|---|
|  |  |  | ,{field: 'crnNo', align: 'center',title: '编号',sort:true,width:80} | 
|---|
|  |  |  | ,{field: 'inEnable', align: 'center',title: '可入', templet:function(row){ | 
|---|
|  |  |  | ,{field: 'crnNo', align: 'center',title: 'Номер',sort:true,width:80} | 
|---|
|  |  |  | ,{field: 'inEnable', align: 'center',title: 'Доступно для поспупления', templet:function(row){ | 
|---|
|  |  |  | var html = "<input value='inEnable' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; | 
|---|
|  |  |  | if(row.inEnable === 'Y'){html += " checked ";} | 
|---|
|  |  |  | html += ">"; | 
|---|
|  |  |  | return html; | 
|---|
|  |  |  | },width:80} | 
|---|
|  |  |  | ,{field: 'outEnable', align: 'center',title: '可出', templet:function(row){ | 
|---|
|  |  |  | ,{field: 'outEnable', align: 'center',title: 'Доступно для выгрузки', templet:function(row){ | 
|---|
|  |  |  | var html = "<input value='outEnable' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; | 
|---|
|  |  |  | if(row.outEnable === 'Y'){html += " checked ";} | 
|---|
|  |  |  | html += ">"; | 
|---|
|  |  |  | 
|---|
|  |  |  | },width:80} | 
|---|
|  |  |  | ,{field: 'crnSts$', align: 'center',title: 'Статус'} | 
|---|
|  |  |  | ,{field: 'wrkNo', align: 'center',title: 'Номер задания'} | 
|---|
|  |  |  | ,{field: 'crnErr$', align: 'center',title: '异常码'} | 
|---|
|  |  |  | ,{field: 'crnErr$', align: 'center',title: 'Номер ошибки'} | 
|---|
|  |  |  | ,{field: 'frmLocno$', align: 'center',title: 'Исходный склад',sort: true} | 
|---|
|  |  |  | ,{field: 'toLocno$', align: 'center',title: 'Целевой склад', sort: true} | 
|---|
|  |  |  | ,{field: 'frmSta$', align: 'center',title: 'Исходная станция', sort: true} | 
|---|
|  |  |  | 
|---|
|  |  |  | cols: [[ | 
|---|
|  |  |  | {type: 'checkbox', fixed: 'left'} | 
|---|
|  |  |  | //            ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} | 
|---|
|  |  |  | ,{field: 'devNo', align: 'center',sort:true,title: '编号'} | 
|---|
|  |  |  | ,{field: 'devNo', align: 'center',sort:true,title: 'Номер'} | 
|---|
|  |  |  | // ,{field: 'decDesc', align: 'center',title: '设备描述'} | 
|---|
|  |  |  | // ,{field: 'devMk', align: 'center',title: 'Примечание'} | 
|---|
|  |  |  | ,{field: 'inEnable', align: 'center',title: '可入', templet:function(row){ | 
|---|
|  |  |  | ,{field: 'inEnable', align: 'center',title: 'Доступно для поспупления', templet:function(row){ | 
|---|
|  |  |  | var html = "<input value='inEnable' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; | 
|---|
|  |  |  | if(row.inEnable === 'Y'){html += " checked ";} | 
|---|
|  |  |  | html += ">"; | 
|---|
|  |  |  | return html; | 
|---|
|  |  |  | }} | 
|---|
|  |  |  | ,{field: 'outEnable', align: 'center',title: '可出', templet:function(row){ | 
|---|
|  |  |  | ,{field: 'outEnable', align: 'center',title: 'Доступно для выгрузки', templet:function(row){ | 
|---|
|  |  |  | var html = "<input value='outEnable' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; | 
|---|
|  |  |  | if(row.outEnable === 'Y'){html += " checked ";} | 
|---|
|  |  |  | html += ">"; | 
|---|
|  |  |  | return html; | 
|---|
|  |  |  | }} | 
|---|
|  |  |  | ,{field: 'autoing', align: 'center',title: '自动', templet:function(row){ | 
|---|
|  |  |  | ,{field: 'autoing', align: 'center',title: 'Автоматически', templet:function(row){ | 
|---|
|  |  |  | var html = "<input value='autoing' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; | 
|---|
|  |  |  | if(row.autoing === 'Y'){html += " checked ";} | 
|---|
|  |  |  | html += ">"; | 
|---|
|  |  |  | return html; | 
|---|
|  |  |  | }} | 
|---|
|  |  |  | ,{field: 'loading', align: 'center',title: '有物', templet:function(row){ | 
|---|
|  |  |  | ,{field: 'loading', align: 'center',title: 'Есть товар', templet:function(row){ | 
|---|
|  |  |  | var html = "<input value='loading' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; | 
|---|
|  |  |  | if(row.loading === 'Y'){html += " checked ";} | 
|---|
|  |  |  | html += ">"; | 
|---|
|  |  |  | return html; | 
|---|
|  |  |  | }} | 
|---|
|  |  |  | ,{field: 'canining', align: 'center',title: '能入', templet:function(row){ | 
|---|
|  |  |  | ,{field: 'canining', align: 'center',title: 'Можно войти', templet:function(row){ | 
|---|
|  |  |  | var html = "<input value='canining' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; | 
|---|
|  |  |  | if(row.canining === 'Y'){html += " checked ";} | 
|---|
|  |  |  | html += ">"; | 
|---|
|  |  |  | return html; | 
|---|
|  |  |  | }} | 
|---|
|  |  |  | ,{field: 'canouting', align: 'center',title: '能出', templet:function(row){ | 
|---|
|  |  |  | ,{field: 'canouting', align: 'center',title: 'Можно выйти', templet:function(row){ | 
|---|
|  |  |  | var html = "<input value='canouting' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; | 
|---|
|  |  |  | if(row.canouting === 'Y'){html += " checked ";} | 
|---|
|  |  |  | html += ">"; | 
|---|
|  |  |  | 
|---|
|  |  |  | // ,{field: 'rearing', align: 'center',title: ''} | 
|---|
|  |  |  | // ,{field: 'uping', align: 'center',title: ''} | 
|---|
|  |  |  | // ,{field: 'downing', align: 'center',title: ''} | 
|---|
|  |  |  | ,{field: 'inreq1', align: 'center',title: '需求1', templet:function(row){ | 
|---|
|  |  |  | ,{field: 'inreq1', align: 'center',title: 'Требование 1', templet:function(row){ | 
|---|
|  |  |  | var html = "<input value='inreq1' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; | 
|---|
|  |  |  | if(row.inreq1 === 'Y'){html += " checked ";} | 
|---|
|  |  |  | html += ">"; | 
|---|
|  |  |  | return html; | 
|---|
|  |  |  | }} | 
|---|
|  |  |  | ,{field: 'inreq2', align: 'center',title: '需求2', templet:function(row){ | 
|---|
|  |  |  | ,{field: 'inreq2', align: 'center',title: 'Требование 2', templet:function(row){ | 
|---|
|  |  |  | var html = "<input value='inreq2' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; | 
|---|
|  |  |  | if(row.inreq2 === 'Y'){html += " checked ";} | 
|---|
|  |  |  | html += ">"; | 
|---|
|  |  |  | 
|---|
|  |  |  | }} | 
|---|
|  |  |  | ,{field: 'wrkNo', align: 'center',title: 'Номер задания', edit:true,  style:'color: blue;font-weight: bold'} | 
|---|
|  |  |  | // ,{field: 'wrkNo1', align: 'center',title: ''} | 
|---|
|  |  |  | ,{field: 'locType1$', align: 'center',title: '高低'} | 
|---|
|  |  |  | ,{field: 'barcode', align: 'center',title: '条形码'} | 
|---|
|  |  |  | ,{field: 'inQty', align: 'center',title: '入库暂存'} | 
|---|
|  |  |  | ,{field: 'locType1$', align: 'center',title: '高低类型'} | 
|---|
|  |  |  | ,{field: 'barcode', align: 'center',title: 'Штрих-код поддона'} | 
|---|
|  |  |  | ,{field: 'inQty', align: 'center',title: 'Временное хранение на складе'} | 
|---|
|  |  |  | // ,{field: 'row1', align: 'center',title: ''} | 
|---|
|  |  |  | // ,{field: 'ioTime$', align: 'center',title: ''} | 
|---|
|  |  |  | // ,{field: 'area', align: 'center',title: ''} | 
|---|
|  |  |  | 
|---|
|  |  |  | // ,{field: 'stdQty', align: 'center',title: ''} | 
|---|
|  |  |  | // ,{field: 'minWt', align: 'center',title: ''} | 
|---|
|  |  |  | // ,{field: 'maxWt', align: 'center',title: ''} | 
|---|
|  |  |  | ,{field: 'grossWt', align: 'center',title: '重量'} | 
|---|
|  |  |  | ,{field: 'grossWt', align: 'center',title: 'Вес'} | 
|---|
|  |  |  | // ,{field: 'cartPos', align: 'center',title: ''} | 
|---|
|  |  |  |  | 
|---|
|  |  |  | ,{fixed: 'right', title:'Операция', align: 'center', toolbar: '#operate', width:150} | 
|---|
|  |  |  | 
|---|
|  |  |  | }); | 
|---|
|  |  |  | break; | 
|---|
|  |  |  | case "init": | 
|---|
|  |  |  | layer.prompt({title: '请输入口令,并重置库位', formType: 1,   shadeClose: true}, function(pass, idx){ | 
|---|
|  |  |  | layer.prompt({title: 'Пожалуйста, введите пароль и сбросьте складскую позицию', formType: 1,   shadeClose: true}, function(pass, idx){ | 
|---|
|  |  |  | http.get(baseUrl+"/locMast/init/pwd", {pwd: pass}, function (res) { | 
|---|
|  |  |  | if (res.data) { | 
|---|
|  |  |  | layer.open({ | 
|---|
|  |  |  | 
|---|
|  |  |  | <form id="detail" class="layui-form"> | 
|---|
|  |  |  | <!-- | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>库 位 号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер складского места:</label> | 
|---|
|  |  |  | <div class="layui-input-inline cool-auto-complete"> | 
|---|
|  |  |  | <input id="locNo" class="layui-input" type="text" lay-verify="required"  style="display: none"> | 
|---|
|  |  |  | <input id="locNo$" class="layui-input cool-auto-complete-div" onclick="autoShow(this.id)" type="text" placeholder="请输入..." onfocus=this.blur()> | 
|---|
|  |  |  | 
|---|
|  |  |  | <div id="data-detail" class="layer_self_wrap"> | 
|---|
|  |  |  | <form id="detail" class="layui-form"> | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <form id="detail" class="layui-form" style="text-align: center"> | 
|---|
|  |  |  | <!-- | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <form id="detail" class="layui-form"> | 
|---|
|  |  |  | <!-- | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <form id="detail" class="layui-form" style="text-align: center"> | 
|---|
|  |  |  | <!-- | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <div class="layui-inline"> | 
|---|
|  |  |  | <div class="layui-input-inline cool-auto-complete"> | 
|---|
|  |  |  | <input id="frmSta" class="layui-input" name="frm_sta" type="text" placeholder="Пожалуйста, введите" autocomplete="off" style="display: none"> | 
|---|
|  |  |  | <input id="frmSta$" class="layui-input cool-auto-complete-div" onclick="autoShow(this.id)" type="text" placeholder="源站" onfocus=this.blur()> | 
|---|
|  |  |  | <input id="frmSta$" class="layui-input cool-auto-complete-div" onclick="autoShow(this.id)" type="text" placeholder="Исходная станция" onfocus=this.blur()> | 
|---|
|  |  |  | <div class="cool-auto-complete-window"> | 
|---|
|  |  |  | <input class="cool-auto-complete-window-input" data-key="basDevpQueryByfrmSta" onkeyup="autoLoad(this.getAttribute('data-key'))"> | 
|---|
|  |  |  | <select class="cool-auto-complete-window-select" data-key="basDevpQueryByfrmStaSelect" onchange="confirmed(this.getAttribute('data-key'))" multiple="multiple"> | 
|---|
|  |  |  | 
|---|
|  |  |  | <div class="layui-inline"> | 
|---|
|  |  |  | <div class="layui-input-inline cool-auto-complete"> | 
|---|
|  |  |  | <input id="toSta" class="layui-input" name="to_sta" type="text" placeholder="Пожалуйста, введите" autocomplete="off" style="display: none"> | 
|---|
|  |  |  | <input id="toSta$" class="layui-input cool-auto-complete-div" onclick="autoShow(this.id)" type="text" placeholder="目标站" onfocus=this.blur()> | 
|---|
|  |  |  | <input id="toSta$" class="layui-input cool-auto-complete-div" onclick="autoShow(this.id)" type="text" placeholder="Целевая станция" onfocus=this.blur()> | 
|---|
|  |  |  | <div class="cool-auto-complete-window"> | 
|---|
|  |  |  | <input class="cool-auto-complete-window-input" data-key="basDevpQueryBytoSta" onkeyup="autoLoad(this.getAttribute('data-key'))"> | 
|---|
|  |  |  | <select class="cool-auto-complete-window-select" data-key="basDevpQueryBytoStaSelect" onchange="confirmed(this.getAttribute('data-key'))" multiple="multiple"> | 
|---|
|  |  |  | 
|---|
|  |  |  | <div class="layui-inline"> | 
|---|
|  |  |  | <div class="layui-input-inline cool-auto-complete"> | 
|---|
|  |  |  | <input id="toLocno" class="layui-input" name="to_locno" type="text" placeholder="Пожалуйста, введите" autocomplete="off" style="display: none"> | 
|---|
|  |  |  | <input id="toLocno$" class="layui-input cool-auto-complete-div" onclick="autoShow(this.id)" type="text" placeholder="目标库位" onfocus=this.blur()> | 
|---|
|  |  |  | <input id="toLocno$" class="layui-input cool-auto-complete-div" onclick="autoShow(this.id)" type="text" placeholder="Целевой склад" onfocus=this.blur()> | 
|---|
|  |  |  | <div class="cool-auto-complete-window"> | 
|---|
|  |  |  | <input class="cool-auto-complete-window-input" data-key="locMastQueryBytoLocno" onkeyup="autoLoad(this.getAttribute('data-key'))"> | 
|---|
|  |  |  | <select class="cool-auto-complete-window-select" data-key="locMastQueryBytoLocnoSelect" onchange="confirmed(this.getAttribute('data-key'))" multiple="multiple"> | 
|---|
|  |  |  | 
|---|
|  |  |  | <form id="detail" class="layui-form" style="text-align: center;"> | 
|---|
|  |  |  | <!-- | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | --> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:80%;"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="crnNo" class="layui-input" type="text" onkeyup="check(this.id, 'basCrnp')" lay-verify="required|number"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:80%;"> | 
|---|
|  |  |  | <label class="layui-form-label">可  入:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Доступно для поспупления:</label> | 
|---|
|  |  |  | <div class="layui-input-inline" style="text-align: left"> | 
|---|
|  |  |  | <input id="inEnable" class="layui-input" type="checkBox" lay-skin="primary" lay-filter='detailCheckbox'> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:80%;"> | 
|---|
|  |  |  | <label class="layui-form-label">可  出:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Доступно для выгрузки:</label> | 
|---|
|  |  |  | <div class="layui-input-inline" style="text-align: left"> | 
|---|
|  |  |  | <input id="outEnable" class="layui-input" type="checkBox" lay-skin="primary" lay-filter='detailCheckbox'> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <!-- 搜索栏 --> | 
|---|
|  |  |  | <div id="search-box" class="layui-form layui-card-header"> | 
|---|
|  |  |  | <div class="layui-inline"> | 
|---|
|  |  |  | <label class="layui-form-label">编号:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input class="layui-input" type="text" name="dev_no" placeholder="Пожалуйста, введите" autocomplete="off"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <form id="detail" class="layui-form" style="text-align: left"> | 
|---|
|  |  |  | <!-- | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | --> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="devNo" class="layui-input" type="text" onkeyup="check(this.id, 'basDevp')" lay-verify="required|number"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;"> | 
|---|
|  |  |  | <label class="layui-form-label">可  入:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Доступно для поспупления:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="inEnable" class="layui-input" type="checkBox" lay-skin="primary" lay-filter='detailCheckbox'> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;"> | 
|---|
|  |  |  | <label class="layui-form-label">可  出:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Доступно для выгрузки:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="outEnable" class="layui-input" type="checkBox" lay-skin="primary" lay-filter='detailCheckbox'> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;"> | 
|---|
|  |  |  | <label class="layui-form-label">自  动:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Автоматически:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="autoing" class="layui-input" type="checkBox" lay-skin="primary" lay-filter='detailCheckbox'> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;"> | 
|---|
|  |  |  | <label class="layui-form-label">有  物:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Есть товар:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="loading" class="layui-input" type="checkBox" lay-skin="primary" lay-filter='detailCheckbox'> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;"> | 
|---|
|  |  |  | <label class="layui-form-label">能  入:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Можно войти:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="canining" class="layui-input" type="checkBox" lay-skin="primary" lay-filter='detailCheckbox'> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;"> | 
|---|
|  |  |  | <label class="layui-form-label">能  出:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Можно выйти:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="canouting" class="layui-input" type="checkBox" lay-skin="primary" lay-filter='detailCheckbox'> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;"> | 
|---|
|  |  |  | <label class="layui-form-label">需 求 1:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Требование 1:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="inreq1" class="layui-input" type="checkBox" lay-skin="primary" lay-filter='detailCheckbox'> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;"> | 
|---|
|  |  |  | <label class="layui-form-label">需 求 2:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Требование 2:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="inreq2" class="layui-input" type="checkBox" lay-skin="primary" lay-filter='detailCheckbox'> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;"> | 
|---|
|  |  |  | <label class="layui-form-label">条 形 码:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Штрих-код поддона:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="barcode" class="layui-input" type="text"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;"> | 
|---|
|  |  |  | <label class="layui-form-label">入库暂存:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Временное хранение на складе:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="inQty" class="layui-input" type="text"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;"> | 
|---|
|  |  |  | <label class="layui-form-label">重  量:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Вес:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="grossWt" class="layui-input" type="text"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <form id="detail" class="layui-form"> | 
|---|
|  |  |  | <!-- | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;"> | 
|---|
|  |  |  | <label class="layui-form-label">编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="uuid" class="layui-input" type="text"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <form id="detail" class="layui-form" style="text-align: center"> | 
|---|
|  |  |  | <!-- | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <!-- 搜索栏 --> | 
|---|
|  |  |  | <div id="search-box" class="layui-form layui-card-header"> | 
|---|
|  |  |  | <!--<div class="layui-inline">--> | 
|---|
|  |  |  | <!--<label class="layui-form-label">编  号:</label>--> | 
|---|
|  |  |  | <!--<label class="layui-form-label">Номер:</label>--> | 
|---|
|  |  |  | <!--<div class="layui-input-inline">--> | 
|---|
|  |  |  | <!--<input class="layui-input" type="text" name="id" placeholder="Пожалуйста, введите" autocomplete="off">--> | 
|---|
|  |  |  | <!--</div>--> | 
|---|
|  |  |  | 
|---|
|  |  |  | <form id="detail" class="layui-form" style="text-align: center"> | 
|---|
|  |  |  | <!-- | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <form id="detail" class="layui-form" style="text-align: center"> | 
|---|
|  |  |  | <!-- | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <div id="data-detail" class="layer_self_wrap"> | 
|---|
|  |  |  | <form id="detail" class="layui-form"> | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <div id="data-detail" class="layer_self_wrap"> | 
|---|
|  |  |  | <form id="detail" class="layui-form"> | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <form id="detail" class="layui-form"> | 
|---|
|  |  |  | <!-- | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | --> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>库 位 号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер складского места:</label> | 
|---|
|  |  |  | <div class="layui-input-inline cool-auto-complete"> | 
|---|
|  |  |  | <input id="locNo" class="layui-input" type="text" onkeyup="check(this.id, 'locDetl')" lay-verify="required"  style="display: none"> | 
|---|
|  |  |  | <input id="locNo$" class="layui-input cool-auto-complete-div" onclick="autoShow(this.id)" type="text" placeholder="请输入..." onfocus=this.blur()> | 
|---|
|  |  |  | 
|---|
|  |  |  | <form id="detail" class="layui-form" style="text-align: center"> | 
|---|
|  |  |  | <!-- | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | --> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:80%;"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>库 位 号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер складского места:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="locNo" class="layui-input" type="text" onkeyup="check(this.id, 'locMast')"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:80%; display: none"> | 
|---|
|  |  |  | <label class="layui-form-label">库位类型:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Тип складского места:</label> | 
|---|
|  |  |  | <div class="layui-input-inline cool-auto-complete"> | 
|---|
|  |  |  | <input id="whsType" class="layui-input" type="text" style="display: none"> | 
|---|
|  |  |  | <input id="whsType$" class="layui-input cool-auto-complete-div" onclick="autoShow(this.id)" type="text" onfocus=this.blur()> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:80%;"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>库位状态:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Статус мест хранения:</label> | 
|---|
|  |  |  | <div class="layui-input-inline cool-auto-complete"> | 
|---|
|  |  |  | <input id="locSts" class="layui-input" type="text" style="display: none"> | 
|---|
|  |  |  | <input id="locSts$" class="layui-input cool-auto-complete-div" onclick="autoShow(this.id)" type="text" onfocus=this.blur()> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:80%;"> | 
|---|
|  |  |  | <label class="layui-form-label">堆垛机号:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Номер штабелера:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="crnNo" class="layui-input" type="text" autocomplete="off" disabled="disabled"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:80%;"> | 
|---|
|  |  |  | <label class="layui-form-label">排:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Ряд:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="row1" class="layui-input" type="text" autocomplete="off" disabled="disabled"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:80%;"> | 
|---|
|  |  |  | <label class="layui-form-label">列:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Колонка:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="bay1" class="layui-input" type="text" autocomplete="off" disabled="disabled"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:80%;"> | 
|---|
|  |  |  | <label class="layui-form-label">层:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Ярус:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="lev1" class="layui-input" type="text" autocomplete="off" disabled="disabled"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <div id="data-detail" class="layer_self_wrap"> | 
|---|
|  |  |  | <form id="detail" class="layui-form"> | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <div id="data-detail" class="layer_self_wrap"> | 
|---|
|  |  |  | <form id="detail" class="layui-form"> | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <!-- 搜索栏 --> | 
|---|
|  |  |  | <div id="search-box" class="layui-form layui-card-header"> | 
|---|
|  |  |  | <!--<div class="layui-inline">--> | 
|---|
|  |  |  | <!--<label class="layui-form-label">库 位 号:</label>--> | 
|---|
|  |  |  | <!--<label class="layui-form-label">Номер складского места:</label>--> | 
|---|
|  |  |  | <!--<div class="layui-input-inline">--> | 
|---|
|  |  |  | <!--<input class="layui-input" type="text" name="id" placeholder="Пожалуйста, введите" autocomplete="off">--> | 
|---|
|  |  |  | <!--</div>--> | 
|---|
|  |  |  | 
|---|
|  |  |  | <div id="data-detail" class="layer_self_wrap"> | 
|---|
|  |  |  | <form id="detail" class="layui-form"> | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <form id="detail" class="layui-form"> | 
|---|
|  |  |  | <!-- | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <!--<div class="layui-inline">--> | 
|---|
|  |  |  | <!--<label class="layui-form-label">编  号:</label>--> | 
|---|
|  |  |  | <!--<label class="layui-form-label">Номер:</label>--> | 
|---|
|  |  |  | <!--<div class="layui-input-inline">--> | 
|---|
|  |  |  | <!--<input class="layui-input" type="text" name="id" placeholder="Пожалуйста, введите" autocomplete="off">--> | 
|---|
|  |  |  | <!--</div>--> | 
|---|
|  |  |  | 
|---|
|  |  |  | <form id="detail" class="layui-form" style="text-align: center"> | 
|---|
|  |  |  | <!-- | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;"> | 
|---|
|  |  |  | <label class="layui-form-label">库 位 号:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Номер складского места:</label> | 
|---|
|  |  |  | <div class="layui-input-inline cool-auto-complete"> | 
|---|
|  |  |  | <input id="locNo" class="layui-input" type="text" style="display: none"> | 
|---|
|  |  |  | <input id="locNo$" class="layui-input cool-auto-complete-div" onclick="autoShow(this.id)" type="text" placeholder="Пожалуйста, введите..." onfocus=this.blur()> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;"> | 
|---|
|  |  |  | <label class="layui-form-label">堆垛机号:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Номер штабелера:</label> | 
|---|
|  |  |  | <div class="layui-input-inline cool-auto-complete"> | 
|---|
|  |  |  | <input id="devNo" class="layui-input" type="text" lay-verify="number"  style="display: none"> | 
|---|
|  |  |  | <input id="devNo$" class="layui-input cool-auto-complete-div" onclick="autoShow(this.id)" type="text" placeholder="请输入..." onfocus=this.blur()> | 
|---|
|  |  |  | 
|---|
|  |  |  | <form id="detail" class="layui-form"> | 
|---|
|  |  |  | <!-- | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | --> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" onkeyup="check(this.id, 'trayCode')" lay-verify="number" > | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <div id="data-detail" class="layer_self_wrap"> | 
|---|
|  |  |  | <form id="detail" class="layui-form" style="text-align: center"> | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <div id="data-detail" class="layer_self_wrap"> | 
|---|
|  |  |  | <form id="detail" class="layui-form"> | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <form id="detail" class="layui-form"> | 
|---|
|  |  |  | <!-- | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | --> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" onkeyup="check(this.id, 'waitPakin')" lay-verify="number" > | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <form id="detail" class="layui-form"> | 
|---|
|  |  |  | <!-- | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | --> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" onkeyup="check(this.id, 'waitPakinLog')" lay-verify="number" > | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <form id="detail" class="layui-form"> | 
|---|
|  |  |  | <!-- | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <!-- 搜索栏 --> | 
|---|
|  |  |  | <div id="search-box" class="layui-form layui-card-header"> | 
|---|
|  |  |  | <!--<div class="layui-inline">--> | 
|---|
|  |  |  | <!--<label class="layui-form-label">编  号:</label>--> | 
|---|
|  |  |  | <!--<label class="layui-form-label">Номер:</label>--> | 
|---|
|  |  |  | <!--<div class="layui-input-inline">--> | 
|---|
|  |  |  | <!--<input class="layui-input" type="text" name="id" placeholder="Пожалуйста, введите" autocomplete="off">--> | 
|---|
|  |  |  | <!--</div>--> | 
|---|
|  |  |  | 
|---|
|  |  |  | <form id="detail" class="layui-form"> | 
|---|
|  |  |  | <!-- | 
|---|
|  |  |  | <div class="layui-inline"  style="display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" placeholder="编号"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <div id="data-detail" class="layer_self_wrap"> | 
|---|
|  |  |  | <form id="detail" class="layui-form"> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;display: none"> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>编  号:</label> | 
|---|
|  |  |  | <label class="layui-form-label"><span class="not-null">*</span>Номер:</label> | 
|---|
|  |  |  | <div class="layui-input-inline"> | 
|---|
|  |  |  | <input id="id" class="layui-input" type="text" onkeyup="check(this.id, 'wrkMastLog')" lay-verify="number" > | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="layui-inline"  style="width:31%;"> | 
|---|
|  |  |  | <label class="layui-form-label">堆垛机号:</label> | 
|---|
|  |  |  | <label class="layui-form-label">Номер штабелера:</label> | 
|---|
|  |  |  | <div class="layui-input-inline cool-auto-complete"> | 
|---|
|  |  |  | <input id="crnNo" class="layui-input" type="text" lay-verify="number"  style="display: none"> | 
|---|
|  |  |  | <input id="crnNo$" class="layui-input cool-auto-complete-div" onclick="autoShow(this.id)" type="text" placeholder="Пожалуйста, введите..." onfocus=this.blur()> | 
|---|