自动化立体仓库 - WMS系统
zhangc
2024-12-03 a170f20a97cfaa0a34bc2a8131f361af4e9951e6
src/main/webapp/static/js/wrkMastDetlLog/wrkMastDetlLog.js
@@ -10,8 +10,8 @@
        {field: 'wrkSts$', align: 'center',title: '工作状态'}
        ,{field: 'ioType$', align: 'center',title: '工作类型'}
        ,{field: 'locNo', align: 'center',title: '目标库位'}
        ,{field: 'staNo', align: 'center',title: '目标站'}
        ,{field: 'sourceStaNo', align: 'center',title: '源站'}
        // ,{field: 'staNo', align: 'center',title: '目标站'}
        // ,{field: 'sourceStaNo', align: 'center',title: '源站'}
        ,{field: 'sourceLocNo', align: 'center',title: '源库位'});
    arrRemove(detlCols,  'field', 'zpallet');
    cols.push.apply(cols, detlCols);