update 企标稽查整改完善
This commit is contained in:
+19
-1
@@ -282,6 +282,18 @@ const addInspectExtensionTable = (params) => postAction('/esinspectdelayapply/pr
|
||||
// 延期申请流程表-编辑
|
||||
const editInspectExtensionTable = (params) => postAction('/esinspectdelayapply/processEsInspectDelayApply/edit', params)
|
||||
|
||||
/* 企标稽查整改 */
|
||||
// 详情信息
|
||||
const getInspectRectifyDetail = (params) => getAction('/process/esInspectRectifyFlow/queryDetailByProjectId', params)
|
||||
// 审批
|
||||
const approvalInspectRectify = (params) => postAction('/process/esInspectRectifyFlow/flowApproval', params)
|
||||
// 转办
|
||||
const transferInspectRectify = (params) => getAction('/process/esInspectRectifyFlow/flowTransfer', params)
|
||||
// 保存
|
||||
const saveInspectRectify = (params) => postAction('/process/esInspectRectifyFlow/flowSave', params)
|
||||
// 企标稽查整改业务数据
|
||||
const getInspectRectifyDataById = (params) => getAction('/esinspectreport/processEsInspectRectify/queryByProjectId', params)
|
||||
|
||||
export {
|
||||
getProcessNodeList,
|
||||
|
||||
@@ -423,5 +435,11 @@ export {
|
||||
transferInspectExtension,
|
||||
saveInspectExtension,
|
||||
addInspectExtensionTable,
|
||||
editInspectExtensionTable
|
||||
editInspectExtensionTable,
|
||||
|
||||
getInspectRectifyDetail,
|
||||
approvalInspectRectify,
|
||||
transferInspectRectify,
|
||||
saveInspectRectify,
|
||||
getInspectRectifyDataById
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user