Sfoglia il codice sorgente

自動承認の対象制御 申込台数1台のみ

develop
sosuke.iwabuchi 2 anni fa
parent
commit
a1b5f41efd
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      src/apps/定期申込予約/index.tsx

+ 2
- 1
src/apps/定期申込予約/index.tsx Vedi File

@@ -26,7 +26,8 @@ setup(() => {
if (
[S.新規, S.選考当選, S.予約, S.空き待ち].find((status) => {
return status === record.status.value;
})
}) &&
record.台数.value === "1"
) {
setHeaderButton(
"自動承認",


Loading…
Annulla
Salva