自动化立体仓库 - WMS系统
#
lsh
8 天以前 c356310bd2a40b8b3742e9097b52d2053e4761a6
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 ";}