| | |
| | | cellMinWidth: 50, |
| | | height: 'full-120', |
| | | cols: [[ |
| | | // {type: 'checkbox'} |
| | | // , |
| | | {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: 'supplier', align: 'center',title: '货源',hide: false} |
| | | ,{field: 'ctns', align: 'center',title: '箱数',hide: true} |
| | | ,{field: 'createTime', align: 'center',title: '时间戳',hide: true} |
| | | ,{field: 'barcode', align: 'center',title: '托盘码',hide: false} |
| | | ,{field: 'armError', align: 'center',title: '异常代码',hide: true} |
| | | ,{field: 'armMsg', align: 'center',title: '异常信息',hide: true} |
| | | |