自动化立体仓库 - WMS系统
#
tqs
2023-08-02 39d231da30082bfc82cb8b1dbf746bc9fa1c3aae
src/main/webapp/views/pakStore/locDetlCheckQuery.html
@@ -102,7 +102,7 @@
    function getCol() {
        let cols = [
            {type: 'checkbox', merge: ['locNo']}
            ,{field: 'locNo', align: 'center',title: '库位号', merge: true, style: 'font-weight: bold'}
            ,{field: 'locNo', align: 'center',title: '库位号', merge: true, style: 'font-weight: bold', width: 85}
        ];
        cols.push.apply(cols, detlCols);
        cols.push({field: 'modiUser$', align: 'center',title: '修改人员', hide: true}