[update] 联调企标计划立项/变更流程

This commit is contained in:
lideqin
2023-10-12 18:54:39 +08:00
parent 999ca5f719
commit 64bf3e05da
13 changed files with 483 additions and 512 deletions
+15
View File
@@ -76,6 +76,21 @@ export const OperationType = {
CHANGE: { text: '标准法规变更', value: '2' }
}
// 企标计划立项/变更流程-申请类型
export const ApplicationCategory = {
INITIATION: { text: '立项', value: '1' },
CHANGE: { text: '变更', value: '2' }
}
// 企标计划立项/变更流程-项目类别
export const ProjectType = {
ENACT: { text: '制定', value: '5' },
MODIFY: { text: '修订', value: '6' },
COMPLETE_TIME_CHANGE: { text: '完成时间变更', value: '1' },
WORK_TERMINATE: { text: '工作中止', value: '2' },
RESPONSIBLE_DEPT_CHANGE: { text: '责任部门变更', value: '3' },
MERGE: { text: '合并', value: '4' }
}
// 文档拆分-拆分状态
export const SplitStatus = {
EDITING: { text: '编辑中', value: '1' },