no message
parent
cf76e7d7b2
commit
a0cb9f9f1e
|
|
@ -298,7 +298,7 @@
|
||||||
placement: 'topLeft',
|
placement: 'topLeft',
|
||||||
},
|
},
|
||||||
auth: 'agvTask:data_agv_task:edit',
|
auth: 'agvTask:data_agv_task:edit',
|
||||||
disabled: record.status === 4 || record.status === 1 || record.status === 5,
|
disabled: record.status === 4 || record.status === 1 ,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '任务取消',
|
label: '任务取消',
|
||||||
|
|
|
||||||
|
|
@ -86,4 +86,10 @@ export const columns: BasicColumn[] = [
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'description',
|
dataIndex: 'description',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '创建时间',
|
||||||
|
align: 'center',
|
||||||
|
dataIndex: 'createTime',
|
||||||
|
sorter: true,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -87,5 +87,41 @@ export const columns: BasicColumn[] = [
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'afterAllocatedQty',
|
dataIndex: 'afterAllocatedQty',
|
||||||
width: 100,
|
width: 100,
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
title: '外部仓库',
|
||||||
|
align: 'center',
|
||||||
|
dataIndex: 'whCode',
|
||||||
|
width: 100,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '项目号',
|
||||||
|
align: 'center',
|
||||||
|
dataIndex: 'project',
|
||||||
|
width: 100,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '任务号',
|
||||||
|
align: 'center',
|
||||||
|
dataIndex: 'taskNo',
|
||||||
|
width: 100,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '批次号',
|
||||||
|
align: 'center',
|
||||||
|
dataIndex: 'propC1',
|
||||||
|
width: 100,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '外部库存状态',
|
||||||
|
align: 'center',
|
||||||
|
dataIndex: 'propC3',
|
||||||
|
width: 110,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '创建时间',
|
||||||
|
align: 'center',
|
||||||
|
dataIndex: 'createTime',
|
||||||
|
sorter: true,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -97,6 +97,11 @@ export const pickDetailColumns: JVxeColumn[] = [
|
||||||
key: 'pickId',
|
key: 'pickId',
|
||||||
type: JVxeTypes.hidden,
|
type: JVxeTypes.hidden,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '顺序号',
|
||||||
|
key: 'lineNo',
|
||||||
|
type: JVxeTypes.normal,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: '物料',
|
title: '物料',
|
||||||
key: 'itemId',
|
key: 'itemId',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue