ソースを参照

テスト充当機能削除

develop
sosuke.iwabuchi 2年前
コミット
a13f836d0b
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/apps/入金予定結果/index.tsx

+ 1
- 1
src/apps/入金予定結果/index.tsx ファイルの表示

@@ -153,7 +153,7 @@ const setData = (event: any, targets: string[]) => {
// 各種ボタンの設置 // 各種ボタンの設置
if (currentRecord[入金予定結果フィールド名.残金].value !== "0") { if (currentRecord[入金予定結果フィールド名.残金].value !== "0") {
if (currentRecord.parking_name.value.startsWith("TP")) { if (currentRecord.parking_name.value.startsWith("TP")) {
setHeaderButton("テスト充当", getCallbackFillAmount(currentRecord));
// setHeaderButton("テスト充当", getCallbackFillAmount(currentRecord));
} }
} }
}) })


読み込み中…
キャンセル
保存