import { createAPI } from "@/utils/httpRequest.js"; // 获取全部的异常信息 export const getPurchaseOrderException = data => createAPI('/jst/getPurchaseOrderException', 'post', data) // 同步采购相关的异常信息 export const reSyncIfsException = data => createAPI('/jst/reSyncIfsException', 'post', data)