diff --git a/src/api/jst/purchase_order_exception.js b/src/api/jst/purchase_order_exception.js new file mode 100644 index 0000000..596b8d0 --- /dev/null +++ b/src/api/jst/purchase_order_exception.js @@ -0,0 +1,10 @@ +import { createAPI } from "@/utils/httpRequest.js"; + +// 获取全部的异常信息 +export const getPurchaseOrderException = data => createAPI('/jst/getPurchaseOrderException', 'post', data) + +// 同步采购相关的异常信息 +export const reSyncIfsException = data => createAPI('/jst/reSyncIfsException', 'post', data) + + + diff --git a/src/views/modules/jst/purchase_order_exception.vue b/src/views/modules/jst/purchase_order_exception.vue new file mode 100644 index 0000000..ce2825c --- /dev/null +++ b/src/views/modules/jst/purchase_order_exception.vue @@ -0,0 +1,514 @@ + + + + + +