@dongkboy 2 ماه پیش
والد
کامیت
0752b159fd
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      src/views/receivable/documentary/ticket.vue

+ 2 - 0
src/views/receivable/documentary/ticket.vue

@@ -411,6 +411,8 @@ const initCompany = () => {
 }
 const handelComfirmEdit = () => {
   tableData.value[rowIndex.value].reconciliationAmount = editForm.value.reconciliationAmount
+  tableData.value[rowIndex.value].falselyIncreasedDifference = editForm.value.falselyIncreasedDifference
+  tableData.value[rowIndex.value].falselyIncreasedReason = editForm.value.falselyIncreasedReason
   editShow.value = false
 }
 onMounted(() => {