From a661c0663927bdc4bfe8fdc387bc8edc0a69e35b Mon Sep 17 00:00:00 2001 From: ctengiz Date: Thu, 25 Apr 2024 13:51:46 +0300 Subject: [PATCH] =?UTF-8?q?maliyet=20da=C4=9F=C4=B1t=C4=B1m=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/pages/map.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/src/pages/map.vue b/ui/src/pages/map.vue index a968ea9..1b9b649 100644 --- a/ui/src/pages/map.vue +++ b/ui/src/pages/map.vue @@ -321,6 +321,11 @@ const processXLS = function () { bordroRow['Tutar'] = row[veri.colNro] * (oran.oran / 100) bordroRow['B/A'] = veri.ba + const hedefAlan = tmpl.dagitim[bazAlan].hedefAlan + if (bordroRow[hedefAlan]) { + bordroRow[hedefAlan] = oran.deger + } + bordro.push({ ...bordroRow }) }) }