自动化立体仓库 - WMS系统
pang.jiabao
2025-04-15 b4227b5145943e067351a2a59ca34826b41d6fb7
src/main/webapp/static/js/trayCode/trayCode.js
@@ -20,7 +20,7 @@
        cols: [[
            // {type: 'checkbox'}
//            ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80}
//             ,{field: 'id', align: 'center',title: '编号'}
//             ,{field: 'id', align: 'center',title: 'Номер'}
            {field: 'trayNo', align: 'center',title: '序列号', sort: true}
            ,{field: 'start', align: 'center',title: '起始', templet:function(row){
                    var html = "<input value='start' type='checkbox' disabled='disabled' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'";
@@ -167,7 +167,7 @@
            case 'detail':
                layer.open({
                    type: 2,
                    title: '详情',
                    title: 'Детали',
                    maxmin: true,
                    area: [top.detailWidth, top.detailHeight],
                    shadeClose: true,