自动化立体仓库 - WMS系统
1
4 天以前 a12ed17142c726e5fb5895cb9c3675c5f4f94f32
src/main/webapp/static/js/wrkMast/wrkMast.js
@@ -32,7 +32,8 @@
            ,{field: 'locNo$', align: 'center',title: '目标库位'}
            ,{field: 'barcode', align: 'center',title: '条码'}
            ,{field: 'preHave', align: 'center',title: '先入品', hide: true}
            ,{field: 'takeNone', align: 'center',title: '空操作', hide: true}
            ,{field: 'takeNone$', align: 'center', title: 'AGV锁定',hide: false}
            // ,{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 ";}