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) }