From d141256dd7b3b8ee9757d21342f05e0c351cea73 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Wed, 3 Apr 2024 10:53:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E9=87=8F=E7=9B=98=E7=82=B9=E5=85=A5?= =?UTF-8?q?=E5=BA=93-=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/store/warehousing/putInStore.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sgzb-ui/src/views/store/warehousing/putInStore.vue b/sgzb-ui/src/views/store/warehousing/putInStore.vue index 75da538d..d564a797 100644 --- a/sgzb-ui/src/views/store/warehousing/putInStore.vue +++ b/sgzb-ui/src/views/store/warehousing/putInStore.vue @@ -675,7 +675,6 @@ export default { this.codeTableList = [] this.numTableList = [] this.$refs['codeForm'].clearValidate() - this.isNumCheck = false; this.codeOpen = false; }, // 表单重置 @@ -792,7 +791,7 @@ export default { this.reset(); this.codeOpen = true; this.title = "数量盘点入库"; - this.$refs['codeForm'].clearValidate() + this.resetCodeForm() }, /** 新增编号盘点按钮操作 */ handleCodeAdd() { @@ -800,7 +799,7 @@ export default { this.reset(); this.codeOpen = true; this.title = "编码盘点入库"; - this.$refs['codeForm'].clearValidate() + this.resetCodeForm() }, // 多选框选中数据 handleSelectionChange(selection) {