|
|
|
@ -182,7 +182,7 @@ export default {
|
|
|
|
|
{ |
|
|
|
|
title:'物料组', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'materialGroup', |
|
|
|
|
dataIndex: 'materialClassify', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'物料号', |
|
|
|
@ -195,18 +195,18 @@ export default {
|
|
|
|
|
scopedSlots: { customRender: 'materialName' }, |
|
|
|
|
dataIndex: 'materialName', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'规格', |
|
|
|
|
align:"center", |
|
|
|
|
scopedSlots: { customRender: 'specification' }, |
|
|
|
|
dataIndex: 'specification', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'型号', |
|
|
|
|
align:"center", |
|
|
|
|
scopedSlots: { customRender: 'type' }, |
|
|
|
|
dataIndex: 'type', |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// title:'规格', |
|
|
|
|
// align:"center", |
|
|
|
|
// scopedSlots: { customRender: 'specification' }, |
|
|
|
|
// dataIndex: 'specification', |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title:'型号', |
|
|
|
|
// align:"center", |
|
|
|
|
// scopedSlots: { customRender: 'type' }, |
|
|
|
|
// dataIndex: 'type', |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
title:'单位', |
|
|
|
|
align:"center", |
|
|
|
@ -247,9 +247,10 @@ export default {
|
|
|
|
|
title:'出库时间', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'createTime', |
|
|
|
|
customRender:function (text) { |
|
|
|
|
return !text?"":(text.length>10?text.substr(0,10):text) |
|
|
|
|
} |
|
|
|
|
width:150, |
|
|
|
|
// customRender:function (text) { |
|
|
|
|
// return !text?"":(text.length>10?text.substr(0,10):text) |
|
|
|
|
// } |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// title: '操作', |
|
|
|
|