[update] 企标详情页进入前判断权限,增加企标更改流程,把a-input去掉前后空格
This commit is contained in:
@@ -28,6 +28,8 @@ const collectStandard = (params) => postAction('/personal/lawsStandardCollection
|
||||
const cancelCollectStandard = (params) => postAction('/personal/lawsStandardCollection/enterprise/delete', params)
|
||||
// 分享企标
|
||||
const shareStandard = (params) => postAction('/personal/lawsStandardSharing/enterprise/add', params)
|
||||
// 查询是否有查看详情的权限
|
||||
const isCanLookDetail = (params) => getAction('/laws/standard/enterprise/detailPermission', params)
|
||||
|
||||
// 企标详情-获取更新记录
|
||||
const detailGetUpdateRecord = (params) => getAction('/laws/standard/enterprise/getUpdateRecordList', params)
|
||||
@@ -71,6 +73,7 @@ export {
|
||||
collectStandard,
|
||||
cancelCollectStandard,
|
||||
shareStandard,
|
||||
isCanLookDetail,
|
||||
|
||||
detailGetUpdateRecord,
|
||||
detailSubmitQuestion,
|
||||
|
||||
@@ -53,6 +53,18 @@ const standardizationInitAgree = (params) => postAction('', params)
|
||||
// 拒绝
|
||||
const standardizationInitReject = (params) => postAction('', params)
|
||||
|
||||
// 企标更改流程
|
||||
// 保存
|
||||
const enStandardChangeSave = (params) => postAction('', params)
|
||||
// 发起
|
||||
const enStandardChangeApproval = (params) => postAction('', params)
|
||||
// 转办
|
||||
const enStandardChangeTurnTo = (params) => postAction('', params)
|
||||
// 同意
|
||||
const enStandardChangeAgree = (params) => postAction('', params)
|
||||
// 拒绝
|
||||
const enStandardChangeReject = (params) => postAction('', params)
|
||||
|
||||
// 流程中心
|
||||
// 待办-转办
|
||||
const toDoTurnTo = (params) => postAction('', params)
|
||||
@@ -86,6 +98,12 @@ export {
|
||||
standardizationInitAgree,
|
||||
standardizationInitReject,
|
||||
|
||||
enStandardChangeSave,
|
||||
enStandardChangeApproval,
|
||||
enStandardChangeTurnTo,
|
||||
enStandardChangeAgree,
|
||||
enStandardChangeReject,
|
||||
|
||||
toDoTurnTo,
|
||||
compulsoryWithdrawal
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user