@dongkboy hai 2 meses
pai
achega
0752b159fd
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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(() => {