| | |
| | | dataIndex: 'taskNo',
|
| | | width: 120,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('taskNo'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_task.task_sts', '任务状态'),
|
| | | dataIndex: 'taskSts$',
|
| | | width: 200,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('taskSts$'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_task.task_type', '任务类型'),
|
| | | dataIndex: 'taskType$',
|
| | | width: 140,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('taskType$'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_task.io_pri', '优先级'),
|
| | | dataIndex: 'ioPri',
|
| | | width: 120,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('ioPri'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_task.origin_loc', '源库位'),
|
| | | dataIndex: 'originLoc',
|
| | | width: 140,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('originLoc'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_task.target_loc', '目标库位'),
|
| | | dataIndex: 'targetLoc',
|
| | | width: 140,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('targetLoc'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_task.origin_site', '源站点'),
|
| | | dataIndex: 'originSite',
|
| | | width: 140,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('originSite'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_task.target_site', '目标站点'),
|
| | | dataIndex: 'targetSite',
|
| | | width: 140,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('targetSite'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_task.barcode', '托盘码'),
|
| | | dataIndex: 'barcode',
|
| | | width: 140,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('barcode'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_task.status', '状态'),
|
| | | dataIndex: 'status$',
|
| | | width: 140,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('status$'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_task.create_time', '添加时间'),
|
| | | dataIndex: 'createTime$',
|
| | | width: 140,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('createTime$'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_task.create_by', '添加人员'),
|
| | | dataIndex: 'createBy$',
|
| | | width: 140,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('createBy$'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_task.update_time', '修改时间'),
|
| | | dataIndex: 'updateTime$',
|
| | | width: 140,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('updateTime$'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_task.update_by', '修改人员'),
|
| | | dataIndex: 'updateBy$',
|
| | | width: 140,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('updateBy$'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_task.memo', '备注'),
|
| | | dataIndex: 'memo',
|
| | | width: 140,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('memo'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('common.operation', '操作'),
|