Kaynağa Gözat

update esc log table

master
kelvinsuen 2 ay önce
ebeveyn
işleme
1023e44263
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. +3
    -1
      src/components/DashboardPage/escalation/EscalationLogTable.tsx

+ 3
- 1
src/components/DashboardPage/escalation/EscalationLogTable.tsx Dosyayı Görüntüle

@@ -65,7 +65,9 @@ const EscalationLogTable: React.FC<Props> = ({
);

const onRowClick = useCallback((item: EscalationResult) => {
router.push(`/po/edit?id=${item.poId}&selectedIds=${item.poId}&polId=${item.polId}&stockInLineId=${item.stockInLineId}`);
if (type == "dashboard") {
router.push(`/po/edit?id=${item.poId}&selectedIds=${item.poId}&polId=${item.polId}&stockInLineId=${item.stockInLineId}`);
}
}, [router])

// const handleKeyDown = useCallback(


Yükleniyor…
İptal
Kaydet