|
|
@@ -482,7 +482,9 @@ const handelComfirm = (CountForm) => {
|
|
|
receivePaymentDate: countForm.value.receivePaymentDate,
|
|
|
attachmentIds: countForm.value.attachmentIds,
|
|
|
paymentDifference: countForm.value.paymentDifference,
|
|
|
- paymentReason: countForm.value.paymentReason
|
|
|
+ paymentReason: countForm.value.paymentReason,
|
|
|
+ settlementPaymentDifference: countForm.value.settlementPaymentDifference,
|
|
|
+ settlementPaymentReason: countForm.value.settlementPaymentReason
|
|
|
}).then((res: any) => {
|
|
|
countShow.value = false
|
|
|
if (res.code == 200) {
|