[update] 修改企标计划立项/变更流程

This commit is contained in:
lideqin
2023-10-09 18:09:38 +08:00
parent c1cc454f1b
commit f863ea3255
22 changed files with 2019 additions and 92 deletions
+4 -1
View File
@@ -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
}
+4 -2
View File
@@ -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
}