[add] 企标稽查计划
This commit is contained in:
+13
-1
@@ -121,6 +121,14 @@ const transferProcurementProcess = (params) => postAction('/process/fb/processFb
|
||||
// 抄送
|
||||
const carbonCopyProcurementProcess = (params) => getAction('/process/fb/processFbStandardPurchase/carbonCopy', params)
|
||||
|
||||
/* 企标稽查计划 */
|
||||
// 详情信息
|
||||
const getInspectPlanDetail = (params) => getAction('/process/esInspectPlanFlow/queryDetailByProjectId', params)
|
||||
// 转办
|
||||
const transferInspectPlan = (params) => getAction('/process/esInspectPlanFlow/flowTransfer', params)
|
||||
// 审批(通过、驳回)
|
||||
const approvalInspectPlan = (params) => postAction('/process/esInspectPlanFlow/flowApproval', params)
|
||||
|
||||
export {
|
||||
queryPermissionsByUser,
|
||||
getFormDictTreeList,
|
||||
@@ -174,5 +182,9 @@ export {
|
||||
agreeProcurementProcess,
|
||||
rejectProcurementProcess,
|
||||
transferProcurementProcess,
|
||||
carbonCopyProcurementProcess
|
||||
carbonCopyProcurementProcess,
|
||||
|
||||
getInspectPlanDetail,
|
||||
transferInspectPlan,
|
||||
approvalInspectPlan
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user