eight
2025-04-11 fe28e1fe081c83b703d5c10b3ebe017a69da9b3d
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)
}