更新
This commit is contained in:
@@ -31,14 +31,24 @@ const tableProps = [
|
||||
prop: 'mainTaskCode',
|
||||
label: '任务编码',
|
||||
},
|
||||
{
|
||||
prop: 'inOutWarehouseName',
|
||||
label: '出入移库库位',
|
||||
},
|
||||
{
|
||||
prop: 'relocationWarehouseName',
|
||||
label: '移库终点库位',
|
||||
},
|
||||
{
|
||||
prop: 'mainTaskType',
|
||||
label: '任务类型',
|
||||
filter: codeFilter('mainTaskType'),
|
||||
width:100
|
||||
},
|
||||
{
|
||||
prop: 'stacker',
|
||||
label: '堆垛机',
|
||||
width:110
|
||||
},
|
||||
{
|
||||
prop: 'agv',
|
||||
@@ -48,21 +58,25 @@ const tableProps = [
|
||||
prop: 'mainTaskState',
|
||||
label: '状态',
|
||||
filter: codeFilter('mainTaskState'),
|
||||
width:110
|
||||
},
|
||||
{
|
||||
prop: 'taskSource',
|
||||
label: '任务来源',
|
||||
filter: codeFilter('taskSource'),
|
||||
width:100
|
||||
},
|
||||
{
|
||||
prop: 'createTime',
|
||||
label: '创建时间',
|
||||
filter: parseTime,
|
||||
width:150
|
||||
},
|
||||
{
|
||||
prop: 'cancellation',
|
||||
label: '是否取消',
|
||||
filter: codeFilter('cancellation'),
|
||||
width:90
|
||||
},
|
||||
];
|
||||
const mainTaskType = [
|
||||
|
||||
Reference in New Issue
Block a user