Prechádzať zdrojové kódy

手续费开票记录结算弹窗差额原因输入值未传

@dongkboy 1 mesiac pred
rodič
commit
0a67e5255a

+ 3 - 1
src/views/receivable/handingFee/invoiceRecord.vue

@@ -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) {