|
@@ -121,7 +121,7 @@ export default {
|
|
|
dataIndex: 'barCode'
|
|
|
},
|
|
|
{
|
|
|
- title: '样品库存id',
|
|
|
+ title: '样品名称',
|
|
|
align: 'center',
|
|
|
dataIndex: 'inventoryId_dictText'
|
|
|
},
|
|
@@ -131,9 +131,9 @@ export default {
|
|
|
dataIndex: 'num'
|
|
|
},
|
|
|
{
|
|
|
- title: '使用人员(入库借出和出库归还)',
|
|
|
+ title: '使用人员',
|
|
|
align: 'center',
|
|
|
- dataIndex: 'useBy'
|
|
|
+ dataIndex: 'useBy_dictText'
|
|
|
},
|
|
|
{
|
|
|
title: '使用时间',
|