src/main/webapp/views/agvPakStore/locDetlCheckQuery.html
@@ -98,7 +98,9 @@ let cols = [ {type: 'checkbox', merge: ['locNo']} ,{field: 'locNo', align: 'center',title: '库位号', merge: true, width:150, style: 'font-weight: bold'} ,{field: 'anfme', align: 'center',title: '数量'} ]; arrRemove(detlCols, 'field', 'zpallet'); cols.push.apply(cols, detlCols); cols.push({field: 'modiUser$', align: 'center',title: '修改人员', hide: true} ,{field: 'modiTime$', align: 'center',title: '修改时间'})