eight
2025-04-11 c8dfa498526164d548490e80a729bcefdf0ab848
src/utils/checkTypeFormatter.ts
@@ -7,3 +7,10 @@
export const getCheckTypeSeqPrefix = (checkType) => checkTypeStore.getCheckTypeSeqPrefix(checkType)
export const needAutoFeeConfirm = (checkType: number | null | undefined) => {
  if (checkType == null)
    return false
  return checkTypeStore.getExpenseRecognition(checkType)
}