自动化立体仓库 - WMS系统
野心家
2024-09-26 2e3716054aa57e2a41ee39c4ea0cd776fd74f260
src/main/webapp/views/pakStore/locDetlCheckQuery.html
@@ -121,8 +121,8 @@
    function getCol() {
        let cols = [
            {type: 'checkbox', merge: ['locNo']}
            ,{field: 'locNo', align: 'center',title: '库位号', merge: true, style: 'font-weight: bold'}
            {type: 'checkbox'}
            ,{field: 'locNo', align: 'center',title: '库位号', style: 'font-weight: bold'}
        ];
        cols.push.apply(cols, detlCols);
        cols.push({field: 'modiUser$', align: 'center',title: '修改人员', hide: true}