#
whycq
2024-07-11 0430c84aa26eaaad039803dad9c24d55f36b3050
zy-asrs-wms/src/main/webapp/static/js/stoMan/stoQue.js
@@ -34,7 +34,7 @@
            ,{field: 'row1', align: 'center',title: '排'}
            ,{field: 'bay1', align: 'center',title: '列'}
            ,{field: 'lev1', align: 'center',title: '层'}
            ,{field: 'owner$', align: 'center',title: '货主'}
            ,{field: 'owner', align: 'center',title: '货主'}
            ,{field: 'fullPlt', align: 'center',title: '满板', templet:function(row){
                    var html = "<input value='fullPlt' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'";
                    if(row.fullPlt === 'Y'){html += " checked ";}