|
@@ -425,7 +425,7 @@ export default {
|
|
|
cofficentForm.price = 0;
|
|
|
isChecked.value.forEach((isCheckedValue, index) => {
|
|
|
if (isCheckedValue) {
|
|
|
- cofficentForm.note = cofficentForm.note + orderDetails.value[index].productNo + "-" + refundNum.value[index] + ","
|
|
|
+ cofficentForm.note = cofficentForm.note + orderDetails.value[index].id + "-" + refundNum.value[index] + ","
|
|
|
cofficentForm.productNumber = cofficentForm.productNumber + refundNum.value[index];
|
|
|
}
|
|
|
})
|