[update] 修改企标复审流程
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user