| | |
| | | {type: 'checkbox', fixed: 'left'} |
| | | // ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} |
| | | ,{field: 'devNo', align: 'center',sort:true,title: '编号'} |
| | | // ,{field: 'decDesc', align: 'center',title: '设备描述'} |
| | | ,{field: 'decDesc', align: 'center',title: '设备描述'} |
| | | // ,{field: 'devMk', align: 'center',title: '备注'} |
| | | ,{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.inreq1 === 'Y'){html += " checked ";} |
| | | html += ">"; |
| | | return html; |
| | | }} |
| | | }, hide:true} |
| | | ,{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 += ">"; |
| | | return html; |
| | | }} |
| | | }, hide:true} |
| | | ,{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: 'inQty', align: 'center',title: '入库暂存'} |
| | | // ,{field: 'row1', align: 'center',title: ''} |
| | | // ,{field: 'ioTime$', align: 'center',title: ''} |
| | | // ,{field: 'area', align: 'center',title: ''} |
| | |
| | | maxWt: $('#maxWt').val(), |
| | | grossWt: $('#grossWt').val(), |
| | | cartPos: $('#cartPos').val(), |
| | | |
| | | locType1:$('#locType1').val() |
| | | }; |
| | | $.ajax({ |
| | | url: baseUrl+"/basDevp/"+name+"/auth", |