|
@@ -16,7 +16,8 @@ import {
|
|
|
API_POST_DELETEPURCHASE,
|
|
|
API_GET_PRICE_PURCHASE,
|
|
|
API_POST_SUBMIT,
|
|
|
- API_POST_WORKFLOW_API_HANDLE
|
|
|
+ API_POST_WORKFLOW_API_HANDLE,
|
|
|
+ API_POST_QUERY_WORKFLOWINFO
|
|
|
} from '@/api/V2/purchasingManagement'
|
|
|
// import { API_GET_PROCUREMENT_LOOK } from '../../api/V2/purchasingManagement'
|
|
|
//采购详情列表
|
|
@@ -51,3 +52,5 @@ export const getTransactionPriceList = appRx.get(API_GET_PRICE_PURCHASE, errorCa
|
|
|
export const postsubmit = appRx.post(API_POST_SUBMIT, errorCatcher,errorHandle,filter)
|
|
|
// 审核通过不通过
|
|
|
export const posthandle = appRx.post(API_POST_WORKFLOW_API_HANDLE, errorCatcher,errorHandle,filter)
|
|
|
+// 审核之后调用
|
|
|
+export const postqueryhandle = appRx.post(API_POST_QUERY_WORKFLOWINFO, errorCatcher,errorHandle,filter)
|