自动化立体仓库 - WMS系统
zhangc
2024-12-03 9e40c63ecc04d9d7b3dd98cd2f396c0ff2a79e13
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);