From 5bafc53fb7a2b92fec423a77bbbabb4e153de27b Mon Sep 17 00:00:00 2001 From: DOUDOU <877258667@qq.com> Date: Wed, 13 Dec 2023 10:26:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=9A=E6=B0=B4=E6=BD=AD=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=95=B0=E6=8D=AE=E6=8F=90=E4=BA=A4=20LR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/jst/purchase_order_exception.js | 10 + .../modules/jst/purchase_order_exception.vue | 514 ++++++++++++++++++ 2 files changed, 524 insertions(+) create mode 100644 src/api/jst/purchase_order_exception.js create mode 100644 src/views/modules/jst/purchase_order_exception.vue 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 @@ + + + + + +