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() {