[add] 市场清单发布流程
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user