|
@@ -40,7 +40,7 @@
|
|
|
</a-table>
|
|
|
|
|
|
<history ref="history" :audit="false" :ok="handleCancel"></history>
|
|
|
- </detail-list-item></a-card>
|
|
|
+ </a-card>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
@@ -95,50 +95,66 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '备件名称',
|
|
|
- dataIndex: 'spareName'
|
|
|
+ dataIndex: 'spareName',
|
|
|
+ width: 150
|
|
|
+
|
|
|
},
|
|
|
{
|
|
|
title: '编号',
|
|
|
- dataIndex: 'no'
|
|
|
+ dataIndex: 'no',
|
|
|
+ width: 150
|
|
|
+
|
|
|
},
|
|
|
{
|
|
|
title: '规格',
|
|
|
- dataIndex: 'ggxh'
|
|
|
+ dataIndex: 'ggxh',
|
|
|
+ width: 150
|
|
|
+
|
|
|
},
|
|
|
{
|
|
|
title: '单位',
|
|
|
- dataIndex: 'unit'
|
|
|
+ dataIndex: 'unit',
|
|
|
+ width: 100
|
|
|
+
|
|
|
},
|
|
|
{
|
|
|
title: '仓库',
|
|
|
- dataIndex: 'storeName'
|
|
|
+ dataIndex: 'storeName',
|
|
|
+ width: 150
|
|
|
+
|
|
|
},
|
|
|
{
|
|
|
title: '货架号',
|
|
|
- dataIndex: 'storePosition'
|
|
|
+ dataIndex: 'storePosition',
|
|
|
+ width: 150
|
|
|
+
|
|
|
},
|
|
|
{
|
|
|
title: '批次',
|
|
|
- dataIndex: 'cbatch'
|
|
|
+ dataIndex: 'cbatch',
|
|
|
+ width: 150
|
|
|
+
|
|
|
},
|
|
|
{
|
|
|
title: '降本项目',
|
|
|
dataIndex: 'cdefine33',
|
|
|
- width: 100
|
|
|
+ width: 150
|
|
|
},
|
|
|
{
|
|
|
title: '申请数量',
|
|
|
dataIndex: 'num',
|
|
|
- width: 150
|
|
|
+ width: 120
|
|
|
},
|
|
|
{
|
|
|
title: '实际数量',
|
|
|
dataIndex: 'realNum',
|
|
|
- width: 150
|
|
|
+ width: 120
|
|
|
},
|
|
|
{
|
|
|
title: '备注',
|
|
|
- dataIndex: 'remark'
|
|
|
+ dataIndex: 'remark',
|
|
|
+ width: 150
|
|
|
+
|
|
|
},
|
|
|
{
|
|
|
title: '操作',
|