|
|
@ -1595,7 +1595,11 @@ |
|
|
|
|
|
|
|
|
// 出库明细 |
|
|
// 出库明细 |
|
|
outboundDetailModal (row) { |
|
|
outboundDetailModal (row) { |
|
|
getOutboundDetail2(row).then(({data}) => { |
|
|
|
|
|
|
|
|
let tempData = { |
|
|
|
|
|
...row, |
|
|
|
|
|
orderType: this.currentRow.orderType |
|
|
|
|
|
} |
|
|
|
|
|
getOutboundDetail2(tempData).then(({data}) => { |
|
|
if (data && data.code === 0) { |
|
|
if (data && data.code === 0) { |
|
|
this.detailList2 = data.rows |
|
|
this.detailList2 = data.rows |
|
|
} else { |
|
|
} else { |
|
|
|