|
@@ -108,20 +108,17 @@ export default {
|
|
|
return `${(this.$refs.table.localPagination.current - 1) * this.$refs.table.localPagination.pageSize + index + 1}`
|
|
|
}
|
|
|
},
|
|
|
- // {
|
|
|
- // title: '入库单号',
|
|
|
- // dataIndex: 'inNo'
|
|
|
- //},
|
|
|
{
|
|
|
- title: '入库仓库',
|
|
|
- dataIndex: 'storeId',
|
|
|
- customRender: (text, record, index) => {
|
|
|
- return record.storeName
|
|
|
- }
|
|
|
+ title: '入库单号',
|
|
|
+ dataIndex: 'inNo'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '备件规格',
|
|
|
+ dataIndex: 'ggxh'
|
|
|
},
|
|
|
{
|
|
|
- title: '备件编号',
|
|
|
- dataIndex: 'spareNo'
|
|
|
+ title: '原厂编号',
|
|
|
+ dataIndex: 'initNo'
|
|
|
},
|
|
|
{
|
|
|
title: '备件名称',
|
|
@@ -153,8 +150,11 @@ export default {
|
|
|
dataIndex: 'createdTime'
|
|
|
},
|
|
|
{
|
|
|
- title: '',
|
|
|
- dataIndex: 'column13'
|
|
|
+ title: '入库仓库',
|
|
|
+ dataIndex: 'storeId',
|
|
|
+ customRender: (text, record, index) => {
|
|
|
+ return record.storeName
|
|
|
+ }
|
|
|
}
|
|
|
],
|
|
|
// 下拉框map
|