|
|
|
@ -136,20 +136,30 @@ export default { |
|
|
|
|
align: "center", |
|
|
|
|
dataIndex: 'productCode' |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// title: '车间编号', |
|
|
|
|
// align: "center", |
|
|
|
|
// dataIndex: 'workshopId' |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
title: '车间编号', |
|
|
|
|
title: '车间名称', |
|
|
|
|
align: "center", |
|
|
|
|
dataIndex: 'workshopId' |
|
|
|
|
dataIndex: 'workshopId_dictText' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: '车间负责人', |
|
|
|
|
align: "center", |
|
|
|
|
dataIndex: 'responsiblePerson' |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// title: '班组编号', |
|
|
|
|
// align: "center", |
|
|
|
|
// dataIndex: 'teamId' |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
title: '班组编号', |
|
|
|
|
title: '班组名称', |
|
|
|
|
align: "center", |
|
|
|
|
dataIndex: 'teamId' |
|
|
|
|
dataIndex: 'teamId_dictText' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: '组长', |
|
|
|
@ -186,14 +196,14 @@ export default { |
|
|
|
|
align: "center", |
|
|
|
|
dataIndex: 'auditBy' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: '审核时间', |
|
|
|
|
align: "center", |
|
|
|
|
dataIndex: 'auditTimr', |
|
|
|
|
customRender: function (text) { |
|
|
|
|
return !text ? "" : (text.length > 10 ? text.substr(0, 10) : text) |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// title: '审核时间', |
|
|
|
|
// align: "center", |
|
|
|
|
// dataIndex: 'auditTimr', |
|
|
|
|
// customRender: function (text) { |
|
|
|
|
// return !text ? "" : (text.length > 10 ? text.substr(0, 10) : text) |
|
|
|
|
// } |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
title: '操作', |
|
|
|
|
dataIndex: 'action', |
|
|
|
|