[update] 修改企标计划立项/变更流程
This commit is contained in:
@@ -53,6 +53,8 @@ const initReview = (params) => getAction('', params)
|
||||
|
||||
// 企标计划-根据id获取计划详情
|
||||
const getEnterpriseStandardPlanInfoById = (params) => getAction('/enterprise/plan/detail', params)
|
||||
// 企标计划-分页获取(选择企标计划组件中用)
|
||||
const getEnterpriseStandardPlanPage = (params) => getAction('/enterprise/plan/page', params)
|
||||
|
||||
export {
|
||||
getEnterpriseStandardTableHeader,
|
||||
@@ -83,5 +85,6 @@ export {
|
||||
|
||||
initReview,
|
||||
|
||||
getEnterpriseStandardPlanInfoById
|
||||
getEnterpriseStandardPlanInfoById,
|
||||
getEnterpriseStandardPlanPage
|
||||
}
|
||||
|
||||
@@ -16,7 +16,8 @@ const enterprisePlanApprovalTurnTo = (params) => postAction('', params)
|
||||
const enterprisePlanApprovalAgree = (params) => postAction('', params)
|
||||
// 驳回
|
||||
const enterprisePlanApprovalReject = (params) => postAction('', params)
|
||||
|
||||
// 确定
|
||||
const enterprisePlanApprovalDetermine = (params) => postAction('', params)
|
||||
export {
|
||||
deployWorkFlow,
|
||||
getFlowNodeList,
|
||||
@@ -25,5 +26,6 @@ export {
|
||||
|
||||
enterprisePlanApprovalTurnTo,
|
||||
enterprisePlanApprovalAgree,
|
||||
enterprisePlanApprovalReject
|
||||
enterprisePlanApprovalReject,
|
||||
enterprisePlanApprovalDetermine
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user