This website works better with JavaScript.
首頁
探索
說明
註冊
登入
sosuke.iwabuchi
/
KT-MyPage-kintone
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
自動承認の対象制御 申込台数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…
取消
儲存