[add] 企标稽查
This commit is contained in:
@@ -28,6 +28,13 @@ const setQualityStandard = (params) => getAction('/enterprise/reviewMeeting/setQ
|
||||
// 获取评分详情
|
||||
const getScoreDetail = (params) => getAction('/enterprise/reviewMeeting/evaluateDetail/' + `${params.id}`, params)
|
||||
|
||||
// 企标稽查-延期稽查
|
||||
const deferredCheck = (params) => getAction('', params)
|
||||
// 企标稽查-根据id获取稽查报告详情
|
||||
const getCheckReportById = (params) => getAction('', params)
|
||||
// 企标稽查-根据id获取整改计划
|
||||
const getRectificationPlanById = (params) => getAction('', params)
|
||||
|
||||
export {
|
||||
getEnterpriseStandardTableHeader,
|
||||
getEnterpriseStandardSearchForm,
|
||||
@@ -42,5 +49,9 @@ export {
|
||||
shareStandard,
|
||||
|
||||
setQualityStandard,
|
||||
getScoreDetail
|
||||
getScoreDetail,
|
||||
|
||||
deferredCheck,
|
||||
getCheckReportById,
|
||||
getRectificationPlanById
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user