[update] 修改企标复审流程

This commit is contained in:
lideqin
2023-11-22 13:47:59 +08:00
parent 12a8210534
commit 99ec73db94
10 changed files with 462 additions and 53 deletions
+9 -6
View File
@@ -52,13 +52,15 @@ const getCheckReportById = (params) => getAction('/enterprise/inspect/inspectRep
// 企标稽查-根据id获取整改计划
const getRectificationPlanById = (params) => getAction('/enterprise/inspect/rectifyPlan', params)
// 企标复审计划-发起复审
const initReview = (params) => getAction('', params)
// 企标计划-根据id获取计划详情
const getEnterpriseStandardPlanInfoById = (params) => getAction('/enterprise/plan/detail', params)
// 企标计划-分页获取(选择企标计划组件中用)
const getEnterpriseStandardPlanPage = (params) => getAction('/process/es/initChange/getESPList', params)
// 企标复审计划-分页获取(选择企标复审计划组件中用)
const getEnterpriseRecheckPlanPage = (params) => getAction('/enterprise/recheckPlan/page', params)
// 企标复审计划-根据id获取数据
const getEnterpriseRecheckPlanById = (params) => getAction('', params)
export {
getEnterpriseStandardTableHeader,
@@ -89,8 +91,9 @@ export {
getCheckReportById,
getRectificationPlanById,
initReview,
getEnterpriseStandardPlanInfoById,
getEnterpriseStandardPlanPage
getEnterpriseStandardPlanPage,
getEnterpriseRecheckPlanPage,
getEnterpriseRecheckPlanById
}