From 2fd1da4879a8c7b9b18ebd5d749beff3a2b961eb Mon Sep 17 00:00:00 2001 From: 1178634255 <1178634255@qq.com> Date: Thu, 18 May 2023 14:38:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B4=A7=E4=BD=8D=E5=8F=98?= =?UTF-8?q?=E6=9B=B4=E7=AA=97=E5=8F=A3=E5=9C=A8=E6=B8=85=E9=99=A4=E4=B8=8A?= =?UTF-8?q?=E6=9E=B6=E8=B4=A7=E4=BD=8D=E5=90=8E=E4=BB=8D=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E6=89=AB=E5=85=A5=E6=9D=A1=E7=A0=81=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/InvPlaceChangeModify.vue | 1 + src/views/system/dept/invRelBusType.vue | 2 +- src/views/system/dept/invWarehouse.vue | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/inventory/InvPlaceChangeModify.vue b/src/views/inventory/InvPlaceChangeModify.vue index bc45afd0..7f38df58 100644 --- a/src/views/inventory/InvPlaceChangeModify.vue +++ b/src/views/inventory/InvPlaceChangeModify.vue @@ -43,6 +43,7 @@ :disabled="list.length > 0" @select="handleSelect" @keypress.enter.native="spaceEnterKey($event)" + @clear="clearFormData" clearable style="width: 90%" > diff --git a/src/views/system/dept/invRelBusType.vue b/src/views/system/dept/invRelBusType.vue index 35f6d9d1..b90c380d 100644 --- a/src/views/system/dept/invRelBusType.vue +++ b/src/views/system/dept/invRelBusType.vue @@ -73,7 +73,7 @@ export default { } }, methods: { - selsectBussinessType() { //获取单据类型 + selectBussinessType() { //获取单据类型 this.busQuery = { code: this.inputQuery.code } diff --git a/src/views/system/dept/invWarehouse.vue b/src/views/system/dept/invWarehouse.vue index 5b829084..90af022e 100644 --- a/src/views/system/dept/invWarehouse.vue +++ b/src/views/system/dept/invWarehouse.vue @@ -695,7 +695,7 @@ export default { //加载货位信息 this.invSpaceManage(row); //加载单据类型 - this.selsectBussinessType(row); + this.selectBussinessType(row); }, //关联第三方仓库信息