自动化立体仓库 - WMS系统
zhangc
2025-02-14 7bfa9060b502cb47a02b0ed830bc333141f9f50d
src/main/webapp/static/js/agvBasDevp/basDevp.js
@@ -21,7 +21,7 @@
            {type: 'checkbox', fixed: 'left'}
//            ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80}
            ,{field: 'devNo', align: 'center',sort:true,title: '接驳位号',width:150}
            // ,{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+"'";
@@ -254,6 +254,7 @@
                break;
            case 'exportData':
                layer.confirm('确定导出Excel吗', {shadeClose: true}, function(){
                    layer.load(2, {time: 600*1000});
                    var titles=[];
                    var fields=[];
                    obj.config.cols[0].map(function (col) {