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