From ca7d1762082a0d05ae91fb6bd5e1acc3406cc6d4 Mon Sep 17 00:00:00 2001 From: x_z Date: Tue, 28 Feb 2023 20:51:51 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B7=BB=E5=8A=A0=E5=8D=95=E6=8D=AE=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E8=AE=BE=E7=BD=AE=E7=9B=B8=E5=85=B3=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E5=AE=8C=E6=88=90=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=A1=B5=E9=9D=A2=E5=9F=BA=E6=9C=AC=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/thrsys/thrUploadSet.js | 17 + src/views/inout/uploadManage/receiveLog.vue | 51 +++ src/views/inout/uploadManage/uploadLog.vue | 48 +++ src/views/inout/uploadManage/uploadOrder.vue | 236 ++++++++++++ .../inout/uploadManage/uploadSetting.vue | 338 ++++++++++++++++++ 5 files changed, 690 insertions(+) create mode 100644 src/api/thrsys/thrUploadSet.js create mode 100644 src/views/inout/uploadManage/receiveLog.vue create mode 100644 src/views/inout/uploadManage/uploadLog.vue create mode 100644 src/views/inout/uploadManage/uploadOrder.vue create mode 100644 src/views/inout/uploadManage/uploadSetting.vue diff --git a/src/api/thrsys/thrUploadSet.js b/src/api/thrsys/thrUploadSet.js new file mode 100644 index 00000000..4a6d5bb4 --- /dev/null +++ b/src/api/thrsys/thrUploadSet.js @@ -0,0 +1,17 @@ +import axios from "../../utils/request"; + +export function getConfig(params) { + return axios({ + url: "/system/third/syncData/config", + method: "get", + params: params + }); +} + +export function saveConfig(data) { + return axios({ + url: "/system/third/syncData/save", + method: "post", + data: data + }); +} diff --git a/src/views/inout/uploadManage/receiveLog.vue b/src/views/inout/uploadManage/receiveLog.vue new file mode 100644 index 00000000..9d2bfd85 --- /dev/null +++ b/src/views/inout/uploadManage/receiveLog.vue @@ -0,0 +1,51 @@ + + + + + + diff --git a/src/views/inout/uploadManage/uploadLog.vue b/src/views/inout/uploadManage/uploadLog.vue new file mode 100644 index 00000000..8e1dbb11 --- /dev/null +++ b/src/views/inout/uploadManage/uploadLog.vue @@ -0,0 +1,48 @@ + + + + + + diff --git a/src/views/inout/uploadManage/uploadOrder.vue b/src/views/inout/uploadManage/uploadOrder.vue new file mode 100644 index 00000000..5abe8cec --- /dev/null +++ b/src/views/inout/uploadManage/uploadOrder.vue @@ -0,0 +1,236 @@ + + + + + + diff --git a/src/views/inout/uploadManage/uploadSetting.vue b/src/views/inout/uploadManage/uploadSetting.vue new file mode 100644 index 00000000..6f8e1f2c --- /dev/null +++ b/src/views/inout/uploadManage/uploadSetting.vue @@ -0,0 +1,338 @@ + + + + + +