|
@@ -77,7 +77,7 @@ export default {
|
|
|
title: '入库单号',
|
|
|
dataIndex: 'inNo',
|
|
|
checked: true,
|
|
|
- width: '150px'
|
|
|
+ width: '200px'
|
|
|
},
|
|
|
{
|
|
|
title: '备件规格',
|
|
@@ -85,15 +85,9 @@ export default {
|
|
|
checked: true,
|
|
|
width: '200px'
|
|
|
},
|
|
|
- {
|
|
|
- title: '原厂编号',
|
|
|
- dataIndex: 'initNo',
|
|
|
- checked: true,
|
|
|
- width: '150px'
|
|
|
- },
|
|
|
{
|
|
|
title: '备件名称',
|
|
|
- dataIndex: 'spareId',
|
|
|
+ dataIndex: 'spareName',
|
|
|
width: '100px',
|
|
|
checked: true,
|
|
|
customRender: (text, record, index) => {
|
|
@@ -106,7 +100,7 @@ export default {
|
|
|
checked: true,
|
|
|
width: '200px'
|
|
|
},
|
|
|
- {
|
|
|
+ /* {
|
|
|
title: '入库单价',
|
|
|
dataIndex: 'price',
|
|
|
checked: true,
|
|
@@ -123,7 +117,7 @@ export default {
|
|
|
customRender: (text, record, index) => {
|
|
|
return this.BaseTool.Amount.formatter(text)
|
|
|
}
|
|
|
- },
|
|
|
+ },*/
|
|
|
{
|
|
|
title: '入库日期',
|
|
|
dataIndex: 'createdTime',
|