[update] 联调企标立项、变更计划

This commit is contained in:
lideqin
2023-10-13 18:08:38 +08:00
parent 667656fc5d
commit bf517b5d37
23 changed files with 747 additions and 563 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ const initReview = (params) => getAction('', params)
// 企标计划-根据id获取计划详情
const getEnterpriseStandardPlanInfoById = (params) => getAction('/enterprise/plan/detail', params)
// 企标计划-分页获取(选择企标计划组件中用)
const getEnterpriseStandardPlanPage = (params) => getAction('/enterprise/plan/page', params)
const getEnterpriseStandardPlanPage = (params) => getAction('/process/es/initChange/getESPList', params)
export {
getEnterpriseStandardTableHeader,
+3
View File
@@ -24,6 +24,8 @@ const enterprisePlanApproval = (params) => postAction('/process/es/initChange/st
const enterprisePlanApprovalSave = (params) => postAction('/process/es/initChange/save', params)
// 根据三个编号和年代号获取企标编号
const getEnStandardNo = (params) => postAction('/process/es/initChange/getStandardNo', params)
// 根据流程id获取流程信息
const getProcessDataById = (params) => getAction('/process/center/handle', params)
// 流程中心
// 待办-转办
@@ -43,6 +45,7 @@ export {
enterprisePlanApproval,
enterprisePlanApprovalSave,
getEnStandardNo,
getProcessDataById,
toDoTurnTo,
compulsoryWithdrawal