|
@@ -580,7 +580,7 @@ export default {
|
|
|
purchaseReturnApplyDetailSn: item.purchaseReturnApplyDetailSn,
|
|
|
returnReason: rows ? rows.dispName : '',
|
|
|
returnReasonCode: this.plReturnReason,
|
|
|
- returnReasonRemarks: this.plReturnRemark,
|
|
|
+ returnReasonRemarks: this.showEditRemarks ? this.plReturnRemark || '' : undefined,
|
|
|
goodFlag: this.goodFlag
|
|
|
})
|
|
|
})
|