From 7e6c76d74fadc0a4e97fbe34568c3d8e51c68fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Mon, 9 Jan 2023 16:14:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E7=95=8C=E9=9D=A2=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/ruoyi.scss | 2 + src/views/system/dept/index.vue | 1 - .../thirdSys/invProducts/thrInvProducts.vue | 1 - src/views/thirdSys/product/thrProducts.vue | 19 +- .../thirdSys/product/thrProductsExport.vue | 164 +++++------ .../thirdSys/product/thrProductsImport.vue | 268 +++++++++--------- .../thirdSys/product/thrProductsSelect.vue | 187 +++++++----- 7 files changed, 350 insertions(+), 292 deletions(-) diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss index 2385d35d..4258e7a7 100644 --- a/src/assets/styles/ruoyi.scss +++ b/src/assets/styles/ruoyi.scss @@ -317,6 +317,8 @@ .top-right-btn { position: relative; float: right; + margin-bottom: 15px; + margin-top: 15px } diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index d99e679a..b46431da 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -275,7 +275,6 @@ export default { }, /** 新增按钮操作 */ handleAdd(row) { - debugger this.reset(); if (row != undefined) { this.form.parentId = row.deptId; diff --git a/src/views/thirdSys/invProducts/thrInvProducts.vue b/src/views/thirdSys/invProducts/thrInvProducts.vue index 1fbee588..13b2cbbf 100644 --- a/src/views/thirdSys/invProducts/thrInvProducts.vue +++ b/src/views/thirdSys/invProducts/thrInvProducts.vue @@ -240,7 +240,6 @@ }; getBasicThirdSys(query) .then((response) => { - debugger this.thirdSys = response.data.list || []; this.filterQuery.thirdSys = this.thirdSys[0].thirdId; this.uploadData.thirdSys = this.filterQuery.thirdSys; diff --git a/src/views/thirdSys/product/thrProducts.vue b/src/views/thirdSys/product/thrProducts.vue index 388f42fa..6af3f687 100644 --- a/src/views/thirdSys/product/thrProducts.vue +++ b/src/views/thirdSys/product/thrProducts.vue @@ -69,8 +69,8 @@ - -
+ +
显示/隐藏搜索栏 重置 @@ -80,9 +80,6 @@
- - - @@ -92,12 +89,12 @@ - +