自动化立体仓库 - WMS系统
pjb
2025-06-23 d6cb644d0ccc0f73f68d60b3a43e82320d8c97f0
src/main/webapp/static/js/wrkMastLog/wrkMastLog.js
@@ -33,6 +33,8 @@
            ,{field: 'staNo$', align: 'center',title: '目标站'}
            ,{field: 'sourceLocNo$', align: 'center',title: '源库位'}
            ,{field: 'locNo$', align: 'center',title: '目标库位'}
            ,{field: 'pdcType', align: 'center',title: '空桶类型', hide: true}
            ,{field: 'ctnType', align: 'center',title: '尾托', hide: true}
            // ,{field: 'picking', align: 'center',title: '拣料', templet:function(row){
            //         var html = "<input value='picking' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'";
            //         if(row.picking === 'Y'){html += " checked ";}