From f865f85b1142efe43e914e96662bea6a5f366450 Mon Sep 17 00:00:00 2001 From: x_z Date: Wed, 18 May 2022 17:48:18 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B7=BB=E5=8A=A0=E4=B8=8B=E8=BD=BD=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/thrsys/thrInvWarehouse.js | 9 +++ src/views/thrsys/ThrInvWarehouse.vue | 87 +++++++++++++++++++++++++--- 2 files changed, 88 insertions(+), 8 deletions(-) diff --git a/src/api/thrsys/thrInvWarehouse.js b/src/api/thrsys/thrInvWarehouse.js index e007b2a..eb4adbd 100644 --- a/src/api/thrsys/thrInvWarehouse.js +++ b/src/api/thrsys/thrInvWarehouse.js @@ -41,3 +41,12 @@ export function deleteThrWarehouse(data) { data: data }); } + +//下载第三方系统仓库 +export function download(param) { + return axios({ + url: "/spms/thrsys/warehouse/download", + method: "get", + params: param + }) +} diff --git a/src/views/thrsys/ThrInvWarehouse.vue b/src/views/thrsys/ThrInvWarehouse.vue index 4c58585..8a5cedb 100644 --- a/src/views/thrsys/ThrInvWarehouse.vue +++ b/src/views/thrsys/ThrInvWarehouse.vue @@ -17,14 +17,28 @@ + + + + {{ item.thirdName }} + {{ item.thirdId }} + + + 查询 添加仓库 - + + 下载仓库 + @@ -60,6 +74,11 @@ + + +