|
|
|
@ -35,15 +35,19 @@
|
|
|
|
|
size="middle" |
|
|
|
|
bordered |
|
|
|
|
rowKey="id" |
|
|
|
|
:scroll="{x:true}" |
|
|
|
|
:scroll="{y:460}" |
|
|
|
|
:columns="columns" |
|
|
|
|
:dataSource="dataSource" |
|
|
|
|
:pagination="ipagination" |
|
|
|
|
:loading="loading" |
|
|
|
|
@change="handleTableChange"> |
|
|
|
|
|
|
|
|
|
<!-- :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"--> |
|
|
|
|
<template slot="materialDescription" slot-scope="text, record"> |
|
|
|
|
<j-ellipsis :value="text" :length="15"/> |
|
|
|
|
<j-ellipsis :value="text" :length="5"/> |
|
|
|
|
</template> |
|
|
|
|
<template slot="supplierId" slot-scope="text, record"> |
|
|
|
|
<j-ellipsis :value="text" :length="5"/> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<!-- <template slot="htmlSlot" slot-scope="text">--> |
|
|
|
@ -141,8 +145,8 @@
|
|
|
|
|
{ |
|
|
|
|
title:'物料名称及规格型号', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'materialDescription', |
|
|
|
|
scopedSlots: { customRender: 'materialDescription' }, |
|
|
|
|
dataIndex: 'materialDescription', |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// title:'仓储地点_id', |
|
|
|
@ -208,6 +212,7 @@
|
|
|
|
|
{ |
|
|
|
|
title:'供应商', |
|
|
|
|
align:"center", |
|
|
|
|
scopedSlots: { customRender: 'supplierId' }, |
|
|
|
|
dataIndex: 'supplierId' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|