From f1968568f26ed5e6b368499122023cb2e8122d3f Mon Sep 17 00:00:00 2001
From: DOUDOU <877258667@qq.com>
Date: Tue, 27 Feb 2024 13:14:16 +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/other_in_out_storage_exception.js | 10 +
.../modules/jst/com_add_update_shop_store.vue | 8 +
.../jst/other_in_out_storage_exception.vue | 482 ++++++++++++++++++
src/views/modules/jst/shop_store.vue | 18 +
4 files changed, 518 insertions(+)
create mode 100644 src/api/jst/other_in_out_storage_exception.js
create mode 100644 src/views/modules/jst/other_in_out_storage_exception.vue
diff --git a/src/api/jst/other_in_out_storage_exception.js b/src/api/jst/other_in_out_storage_exception.js
new file mode 100644
index 0000000..907550f
--- /dev/null
+++ b/src/api/jst/other_in_out_storage_exception.js
@@ -0,0 +1,10 @@
+import { createAPI } from "@/utils/httpRequest.js";
+
+// 获取全部的异常信息
+export const getOtherInOutException = data => createAPI('/jst/getOtherInOutException', 'post', data)
+
+// 同步采购相关的异常信息
+export const reSyncIfsException = data => createAPI('/jst/reSyncIfsException', 'post', data)
+
+
+
diff --git a/src/views/modules/jst/com_add_update_shop_store.vue b/src/views/modules/jst/com_add_update_shop_store.vue
index fba0920..0c330cd 100644
--- a/src/views/modules/jst/com_add_update_shop_store.vue
+++ b/src/views/modules/jst/com_add_update_shop_store.vue
@@ -56,6 +56,13 @@
+
+
+
+
+
+
+