|
|
@@ -389,7 +389,8 @@ const handelComfirm = (CountForm) => {
|
|
|
invoicingId: invoicingId.value,
|
|
|
actualReceivedAmount: countForm.value.actualReceivedAmount,
|
|
|
receivePaymentDate: countForm.value.receivePaymentDate,
|
|
|
- attachmentIds: countForm.value.attachmentIds
|
|
|
+ attachmentIds: countForm.value.attachmentIds,
|
|
|
+ settlementPaymentReason: countForm.value.settlementPaymentReason
|
|
|
}).then((res: any) => {
|
|
|
countShow.value = false
|
|
|
if (res.code == 200) {
|