|
@@ -135,13 +135,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
|
|
|
},
|
|
@@ -161,7 +161,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '单位',
|
|
|
- dataIndex: 'dealerProductEntity.unit',
|
|
|
+ dataIndex: 'productEntity.unit',
|
|
|
align: 'center',
|
|
|
width: 100
|
|
|
},
|
|
@@ -279,6 +279,7 @@ export default {
|
|
|
this.isInster = true
|
|
|
const params = {
|
|
|
'salesReturnBillSn': this.orderSn,
|
|
|
+ 'salesReturnBillNo': this.ordeDetail.salesReturnBillNo,
|
|
|
'price': row.productPrice,
|
|
|
'cost': row.lastStockCost,
|
|
|
'productSn': row.productSn,
|