mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-14 02:45:06 +08:00
feat: 待回款提醒,即将到期的合同,待审核回款
This commit is contained in:
@ -18,8 +18,21 @@ export const CONTACT_STATUS = [
|
||||
{ label: '已联系', value: 3 }
|
||||
]
|
||||
|
||||
/** 合同审批状态 */
|
||||
export const CONTRACT_AUDIT_STATUS = [
|
||||
/** 审批状态 */
|
||||
export const AUDIT_STATUS = [
|
||||
{ label: '已审批', value: 20 },
|
||||
{ label: '待审批', value: 10 }
|
||||
]
|
||||
|
||||
/** 回款提醒类型 */
|
||||
export const RECEIVABLE_REMIND_TYPE = [
|
||||
{ label: '待回款', value: 1 },
|
||||
{ label: '已逾期', value: 2 },
|
||||
{ label: '已回款', value: 3 }
|
||||
]
|
||||
|
||||
/** 合同过期状态 */
|
||||
export const CONTRACT_EXPIRY_TYPE = [
|
||||
{ label: '即将过期', value: 1 },
|
||||
{ label: '已过期', value: 2 }
|
||||
]
|
||||
|
Reference in New Issue
Block a user