[update 标准解读流程] 测试
This commit is contained in:
@@ -145,6 +145,7 @@ export const ProcessKey = {
|
||||
// 新法规导入流程
|
||||
NEW_REGULATIONS_IMPORT: { text: '', value: '' },
|
||||
// 标准解读流程
|
||||
STANDARD_INTERPRETATION_PROCESS: { text: 'standard_interpret', value: 'standard_interpret' },
|
||||
// 法规符合性排查流程
|
||||
REGULATORY_COMPLIANCE_CHECK: { text: '', value: '' },
|
||||
// 市场清单发布流程
|
||||
@@ -192,6 +193,21 @@ export const MarketListReleaseNodes = new EsEnums({
|
||||
directorSApproval: { text: '总监批准', value: '' }
|
||||
})
|
||||
|
||||
// 标准解读流程节点
|
||||
export const StandardInterpretationNodes = new EsEnums({
|
||||
initiated: { text: '法规工程师发起', value: 'regulatory_engineer_start' },
|
||||
controlDepartLiaisonDistribution: { text: '主控部门联络人分发', value: 'contact_person_distribute' },
|
||||
standardInterpreterDistribution: { text: '标准主解读人分发', value: 'master_interpret_distribute' },
|
||||
interpreterFillInfo: { text: '解读人填写信息', value: 'master_interpret_fillout' },
|
||||
standardInterpreterSummary: { text: '标准主解读人汇总', value: 'master_interpret_summary' },
|
||||
countersignOne: { text: '会签', value: 'jointly_sign_1' },
|
||||
countersignTwo: { text: '会签', value: 'jointly_sign_2' },
|
||||
departManagerReviewOne: { text: '各涉及部门科室经理审核', value: 'department_manager_approve_1' },
|
||||
departManagerReviewTwo: { text: '各涉及部门科室经理审核', value: 'department_manager_approve_2' },
|
||||
manageOrTechnicalOfficerApprovalOne: { text: '主控部门高级经理/法规认证技术官批准', value: 'technical_officer_approval_1' },
|
||||
manageOrTechnicalOfficerApprovalTwo: { text: '主控部门高级经理/法规认证技术官批准', value: 'technical_officer_approval_2' }
|
||||
})
|
||||
|
||||
// 条款使用范围
|
||||
export const ClauseUsableRange = new EsEnums({
|
||||
DOMESTIC: { text: '外来标准', value: '1' },
|
||||
|
||||
Reference in New Issue
Block a user