[update] 新法规导入流程、法规符合性排查流程、市场清单发布流程的查看

This commit is contained in:
lideqin
2024-07-15 10:50:09 +08:00
parent f625191575
commit f17f5cc9ec
9 changed files with 69 additions and 24 deletions
+9
View File
@@ -140,6 +140,15 @@ export const IsReadOnlyEnums = {
subConfigurable: { text: '字段固定,内部可配', value: 2 }
}
// 流程中心-查看跳转详情需要传是已办,已发还是监控流程
export const Process = {
TO_DO: { text: '待办流程', value: 'todo' },
DONE: { text: '已办流程', value: 'done' },
SENT: { text: '已发流程', value: 'sent' },
MONITOR: { text: '监控流程', value: 'monitor' },
DRAFT: { text: '草稿', value: 'draft' }
}
// 流程key,获取人员信息前需要获取流程定义id,传这里的名字到WorkCenterMixin的getFlowDefinition方法中
export const ProcessKey = {
// 新法规导入流程