[add] 市场清单发布流程

This commit is contained in:
lideqin
2024-06-24 17:52:58 +08:00
parent 1b23b4bcc3
commit 53e2ea1e93
11 changed files with 1001 additions and 9 deletions
+11 -1
View File
@@ -122,7 +122,9 @@ export const EnterpriseStandardStatus = {
// 流程key,获取人员信息前需要获取流程定义id,传这里的名字到WorkCenterMixin的getFlowDefinition方法中
export const ProcessKey = {
// 新法规导入流程
NEW_REGULATIONS_IMPORT: { text: '', value: '' }
NEW_REGULATIONS_IMPORT: { text: '', value: '' },
// 市场清单发布流程
MARKET_LIST_RELEASE: { text: '', value: '' }
}
// 流程类型
@@ -161,6 +163,14 @@ export const NewRegulationsImportNodes = new EsEnums({
responsibleLeaderApprovalTwo: { text: '公司标准法规责任领导批准', value: '' }
})
// 市场清单发布流程节点
export const MarketListReleaseNodes = new EsEnums({
initiated: { text: '法规工程师发起', value: '' },
countersign: { text: '会签', value: '' },
seniorManagerAudit: { text: '高级经理审核', value: '' },
directorSApproval: { text: '总监批准', value: '' }
})
// 条款使用范围
export const ClauseUsableRange = new EsEnums({
DOMESTIC: { text: '外来标准', value: '1' },