[update] 调年度制修订计划两个流程
This commit is contained in:
+33
-9
@@ -29,13 +29,29 @@ const getEnStandardNo = (params) => postAction('/process/es/initChange/getStanda
|
||||
// 根据流程id获取流程信息
|
||||
const getProcessDataById = (params) => getAction('/process/center/handle', params)
|
||||
|
||||
// 年度制修订计划(各部门主动上报)
|
||||
// 发起
|
||||
const activelyReportApproval = (params) => postAction('/process/es/annualReport/start', params)
|
||||
// 保存
|
||||
const activelyReportSave = (params) => postAction('', params)
|
||||
// 转办
|
||||
const activelyReportTurnTo = (params) => postAction('', params)
|
||||
// 同意
|
||||
const activelyReportAgree = (params) => postAction('', params)
|
||||
// 拒绝
|
||||
const activelyReportReject = (params) => postAction('', params)
|
||||
|
||||
// 年度制修订计划(标准化发起)
|
||||
// 批量设置联络人
|
||||
const standardizationInitBatchSetContact = (params) => getAction('', params)
|
||||
// 批量设置审批人
|
||||
const standardizationInitBatchSetApprover = (params) => getAction('', params)
|
||||
// 批量设置主起草人
|
||||
const standardizationInitBatchSetDrafter = (params) => getAction('', params)
|
||||
// 发起
|
||||
const standardizationInitApproval = (params) => postAction('', params)
|
||||
// 保存
|
||||
const standardizationInitSave = (params) => postAction('', params)
|
||||
// 转办
|
||||
const standardizationInitTurnTo = (params) => postAction('', params)
|
||||
// 同意
|
||||
const standardizationInitAgree = (params) => postAction('', params)
|
||||
// 拒绝
|
||||
const standardizationInitReject = (params) => postAction('', params)
|
||||
|
||||
// 流程中心
|
||||
// 待办-转办
|
||||
@@ -58,9 +74,17 @@ export {
|
||||
getEnStandardNo,
|
||||
getProcessDataById,
|
||||
|
||||
standardizationInitBatchSetContact,
|
||||
standardizationInitBatchSetApprover,
|
||||
standardizationInitBatchSetDrafter,
|
||||
activelyReportApproval,
|
||||
activelyReportSave,
|
||||
activelyReportTurnTo,
|
||||
activelyReportAgree,
|
||||
activelyReportReject,
|
||||
|
||||
standardizationInitApproval,
|
||||
standardizationInitSave,
|
||||
standardizationInitTurnTo,
|
||||
standardizationInitAgree,
|
||||
standardizationInitReject,
|
||||
|
||||
toDoTurnTo,
|
||||
compulsoryWithdrawal
|
||||
|
||||
Reference in New Issue
Block a user