...
|
...
|
@@ -557,6 +557,11 @@ const getChangeGoodsList = (orderCode, uid) => { |
|
|
data.hidePrice = true;
|
|
|
data.orderCode = orderCode;
|
|
|
|
|
|
// 设置特殊原因
|
|
|
_.forEach(data.specialExchangeReason, r => {
|
|
|
_.find(data.exchangeReason, {id: r.id}).isSpecial = true;
|
|
|
});
|
|
|
|
|
|
if (data.goodsList) {
|
|
|
data.goodsList.forEach(good => {
|
|
|
good.showCheckbox = true;
|
...
|
...
|
|