| | |
| | | cellMinWidth: 50, |
| | | height: 'full-120', |
| | | cols: [[ |
| | | {type: 'checkbox'} |
| | | ,{field: 'id', align: 'center',title: 'ID'} |
| | | ,{field: 'armNo', align: 'center',title: '机械臂编号'} |
| | | ,{field: 'armDirection', align: 'center',title: '操作方向'} |
| | | ,{field: 'staNo', align: 'center',title: '终点'} |
| | | ,{field: 'sortingLine', align: 'center',title: '起点'} |
| | | ,{field: 'bindingTags', align: 'center',title: '绑定标记'} |
| | | ,{field: 'priority', align: 'center',title: '优先级'} |
| | | ,{field: 'status', align: 'center',title: '状态'} |
| | | ,{field: 'matnr', align: 'center',title: ''} |
| | | ,{field: 'sku', align: 'center',title: ''} |
| | | ,{field: 'po', align: 'center',title: ''} |
| | | ,{field: 'upc', align: 'center',title: ''} |
| | | ,{field: 'supplier', align: 'center',title: '货源'} |
| | | ,{field: 'orderNo', align: 'center',title: ''} |
| | | ,{field: 'ctns', align: 'center',title: '箱数'} |
| | | ,{field: 'createTime', align: 'center',title: '时间戳'} |
| | | ,{field: 'armError', align: 'center',title: '异常代码'} |
| | | ,{field: 'armMsg', align: 'center',title: '异常信息'} |
| | | // {type: 'checkbox'} |
| | | // , |
| | | {field: 'id', align: 'center',title: 'ID',hide: true} |
| | | ,{field: 'armNo', align: 'center',title: '机械臂编号',hide: false} |
| | | ,{field: 'orderNo', align: 'center',title: '订单号',hide: false} |
| | | ,{field: 'armDirection', align: 'center',title: '操作方向',hide: true} |
| | | ,{field: 'staNo', align: 'center',title: '终点',hide: false} |
| | | ,{field: 'sortingLine', align: 'center',title: '起点',hide: false} |
| | | ,{field: 'matnr', align: 'center',title: 'sku',hide: false} |
| | | ,{field: 'sku', align: 'center',title: 'sku',hide: true} |
| | | ,{field: 'po', align: 'center',title: 'po',hide: false} |
| | | ,{field: 'upc', align: 'center',title: 'upc',hide: false} |
| | | ,{field: 'status', align: 'center',title: '状态',hide: true} |
| | | ,{field: 'status$', align: 'center',title: '状态',hide: false} |
| | | ,{field: 'bindingTags', align: 'center',title: '分拣绑定标记',hide: false} |
| | | ,{field: 'priority', align: 'center',title: '优先级',hide: true} |
| | | ,{field: 'supplier', align: 'center',title: '货源',hide: false} |
| | | ,{field: 'ctns', align: 'center',title: '箱数',hide: true} |
| | | ,{field: 'createTime', align: 'center',title: '时间戳',hide: true} |
| | | ,{field: 'armError', align: 'center',title: '异常代码',hide: true} |
| | | ,{field: 'armMsg', align: 'center',title: '异常信息',hide: true} |
| | | |
| | | ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:120} |
| | | ]], |