自动化立体仓库 - WMS系统
*
lsh
3 天以前 49f306cb470a8ee824204b701796d1d8f63ff223
src/main/webapp/static/js/wrkMast/wrkMast.js
@@ -32,17 +32,7 @@
            ,{field: 'locNo$', align: 'center',title: '目标库位'}
            ,{field: 'barcode', align: 'center',title: '条码'}
            ,{field: 'preHave', align: 'center',title: '先入品', hide: true}
            ,{field: 'takeNone', align: 'center', title: 'AGV锁定',
                templet: function(d){
                    if(d.takeNone === "0"){
                        return "未取货";
                    } else if(d.takeNone === "1"){
                        return "已取货";
                    } else {
                        return "";
                    }
                }
            }
            ,{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+"'";