本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
sosuke.iwabuchi
/
KT-MyPage-kintone
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
自動承認の対象制御 申込台数1台のみ
develop
sosuke.iwabuchi
2 年之前
父節點
eed57e813e
當前提交
a1b5f41efd
共有
1 個檔案被更改
,包括
2 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/apps/定期申込予約/index.tsx
+ 2
- 1
src/apps/定期申込予約/index.tsx
查看文件
@@ -26,7 +26,8 @@ setup(() => {
if (
[S.新規, S.選考当選, S.予約, S.空き待ち].find((status) => {
return status === record.status.value;
})
}) &&
record.台数.value === "1"
) {
setHeaderButton(
"自動承認",
Write
Preview
Loading…
取消
儲存