fix 80674
This commit is contained in:
@@ -262,13 +262,13 @@ export const ConsultationProcess = new EsEnums({
|
||||
})
|
||||
|
||||
// 法规采购流程节点
|
||||
export const ProcurementProcessNodes = {
|
||||
export const ProcurementProcessNodes = new EsEnums({
|
||||
initiate: { text: '申请采购标准法规', value: 'Activity_0fmr3id' },
|
||||
sponsorLeaderApproval: { text: '发起人主管级领导审批', value: 'Activity_1fr1x5i', isMobile: true },
|
||||
standardLeaderApproval: { text: '标准化主管级领导审批', value: 'Activity_06jy4oo', isMobile: true },
|
||||
standardSuperiorLeaderApproval: { text: '标准化主管级上一级领导审批', value: 'Activity_1u5337a', isMobile: true },
|
||||
regulatoryEngineerConfirmation: { text: '法规工程师确认', value: 'Activity_1q01zfq', isMobile: true }
|
||||
}
|
||||
})
|
||||
|
||||
// 标准法规入库/变更流程
|
||||
export const FGEntryChangeProcessNode = new EsEnums({
|
||||
|
||||
Reference in New Issue
Block a user