|
@@ -13,7 +13,7 @@
|
|
|
</a-page-header>
|
|
|
</a-affix>
|
|
|
<a-card size="small" :bordered="false" class="pages-wrap">
|
|
|
- <div class="table-operator">
|
|
|
+ <div>
|
|
|
<a-button type="primary" :loading="loading" class="button-error" @click="backStock">批量返库</a-button>
|
|
|
</div>
|
|
|
<!-- 已选配件列表 -->
|
|
@@ -97,13 +97,13 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '产品编码',
|
|
|
- dataIndex: 'dealerProductEntity.code',
|
|
|
+ dataIndex: 'productEntity.code',
|
|
|
align: 'center',
|
|
|
width: 160
|
|
|
},
|
|
|
{
|
|
|
title: '产品名称',
|
|
|
- dataIndex: 'dealerProductEntity.name',
|
|
|
+ dataIndex: 'productEntity.name',
|
|
|
align: 'center',
|
|
|
width: 200
|
|
|
},
|
|
@@ -122,8 +122,9 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '单位',
|
|
|
- dataIndex: 'dealerProductEntity.unit',
|
|
|
+ dataIndex: 'productEntity.unit',
|
|
|
align: 'center',
|
|
|
+ customRender: function (text) { return text || '--' },
|
|
|
width: 100
|
|
|
},
|
|
|
{
|