|
|
@ -70,7 +70,7 @@ |
|
|
|
@change="handleTableChange"> |
|
|
|
@change="handleTableChange"> |
|
|
|
|
|
|
|
|
|
|
|
<span slot="merchandiseName" slot-scope="text, record"> |
|
|
|
<span slot="merchandiseName" slot-scope="text, record"> |
|
|
|
<j-ellipsis :value="text" :length="12"/> |
|
|
|
<j-ellipsis :value="text" :length="39"/> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
<template slot="htmlSlot" slot-scope="text"> |
|
|
|
<template slot="htmlSlot" slot-scope="text"> |
|
|
|
<div v-html="text"></div> |
|
|
|
<div v-html="text"></div> |
|
|
@ -145,18 +145,21 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
title:'物料组', |
|
|
|
title:'物料组', |
|
|
|
align:"center", |
|
|
|
align:"center", |
|
|
|
|
|
|
|
width: 90, |
|
|
|
dataIndex: 'materialClassify' |
|
|
|
dataIndex: 'materialClassify' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
title:'物料号', |
|
|
|
title:'物料号', |
|
|
|
align:"center", |
|
|
|
align:"center", |
|
|
|
|
|
|
|
width:115, |
|
|
|
dataIndex: 'materialsNumber' |
|
|
|
dataIndex: 'materialsNumber' |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
title:'物料名称及规格型号', |
|
|
|
title:'物料名称及规格型号', |
|
|
|
width:200, |
|
|
|
width:390, |
|
|
|
align:"center", |
|
|
|
align:"left", |
|
|
|
|
|
|
|
// align:"conter", |
|
|
|
scopedSlots: { customRender: 'merchandiseName' }, |
|
|
|
scopedSlots: { customRender: 'merchandiseName' }, |
|
|
|
dataIndex: 'merchandiseName' |
|
|
|
dataIndex: 'merchandiseName' |
|
|
|
}, |
|
|
|
}, |
|
|
@ -174,16 +177,19 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
title:'计量单位', |
|
|
|
title:'计量单位', |
|
|
|
align:"center", |
|
|
|
align:"center", |
|
|
|
|
|
|
|
width:70, |
|
|
|
dataIndex: 'materialsUnit' |
|
|
|
dataIndex: 'materialsUnit' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
title:'分公司库房', |
|
|
|
title:'分公司库房', |
|
|
|
align:"center", |
|
|
|
align:"center", |
|
|
|
|
|
|
|
width:90, |
|
|
|
dataIndex: 'materialQuantity', |
|
|
|
dataIndex: 'materialQuantity', |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
title:'项目部数量', |
|
|
|
title:'项目部数量', |
|
|
|
align:"center", |
|
|
|
align:"center", |
|
|
|
|
|
|
|
width:90, |
|
|
|
dataIndex: 'itemQuantity', |
|
|
|
dataIndex: 'itemQuantity', |
|
|
|
// customRender:function (t,r,index) { |
|
|
|
// customRender:function (t,r,index) { |
|
|
|
// console.log(r) |
|
|
|
// console.log(r) |
|
|
@ -222,13 +228,14 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
title:'核算属性', |
|
|
|
title:'核算属性', |
|
|
|
align:"center", |
|
|
|
align:"center", |
|
|
|
|
|
|
|
width: 115, |
|
|
|
dataIndex: 'accountingAttributes_dictText' |
|
|
|
dataIndex: 'accountingAttributes_dictText' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
title: '明细', |
|
|
|
title: '明细', |
|
|
|
dataIndex: 'action', |
|
|
|
dataIndex: 'action', |
|
|
|
align:"center", |
|
|
|
align:"center", |
|
|
|
width:147, |
|
|
|
width:90, |
|
|
|
scopedSlots: { customRender: 'action' } |
|
|
|
scopedSlots: { customRender: 'action' } |
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
], |
|
|
|