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 @@ + + + + + +