| | |
| | | height: 'full-120', |
| | | cols: [[ |
| | | { type: 'checkbox' } |
| | | , { field: 'id', align: 'center', title: 'ID' } |
| | | , { field: 'devId', align: 'center', title: '机台ID' } |
| | | , { field: 'id', align: 'center', title: 'ID' , hide: true } |
| | | , { field: 'devId', align: 'center', title: '机台ID', hide: true } |
| | | , { field: 'devNo', align: 'center', title: '机台号' } |
| | | , { field: 'devName', align: 'center', title: '设备名称' } |
| | | , { field: 'blocId', align: 'center', title: '库位ID', hide: true } |
| | | , { field: 'blocNo', align: 'center', title: '库位码' } |
| | | , { field: 'def$', align: 'center', title: '是否默认' } |
| | | , { field: 'blocNo', align: 'center', title: '工位' } |
| | | ,{field: 'locType$', align:'center', title: '工位状态'} |
| | | , { field: 'def$', align: 'center', title: '工位类型' } |
| | | , { fixed: 'right', title: '操作', align: 'center', toolbar: '#operate', width: 120 } |
| | | ]], |
| | | request: { |