From 0be152311929d71210a54268f67d5345ed440372 Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Mon, 8 Jul 2024 17:49:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=80=97=E6=9D=90=E5=87=BA?= =?UTF-8?q?=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/invoicing/operation_in.vue | 3 ++- src/views/invoicing/operation_out.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/invoicing/operation_in.vue b/src/views/invoicing/operation_in.vue index dbd9e9c..8eca44d 100644 --- a/src/views/invoicing/operation_in.vue +++ b/src/views/invoicing/operation_in.vue @@ -297,10 +297,11 @@ export default { methods: { // 切换入库内容 tabChange(value, type) { + console.log(type); this.inTabValue = value this.shopTypesActive = 0 - this.queryForm.type = type this.resetHandle() + this.queryForm.type = type }, // 计算耗材总价 consCountTotal() { diff --git a/src/views/invoicing/operation_out.vue b/src/views/invoicing/operation_out.vue index 438afe2..d55592f 100644 --- a/src/views/invoicing/operation_out.vue +++ b/src/views/invoicing/operation_out.vue @@ -295,8 +295,8 @@ export default { tabChange(value, type) { this.inTabValue = value this.shopTypesActive = 0 - this.queryForm.type = type this.resetHandle() + this.queryForm.type = type }, // 计算耗材总价 consCountTotal() {