From 685015c52ea0e41f78bfcad1cbce6121d9f4d0bb Mon Sep 17 00:00:00 2001 From: liuxy Date: Wed, 28 Dec 2022 00:22:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lms/nladmin-ui/src/views/wms/st/inAndOutReturn/index.vue | 9 +++++++++ lms/nladmin-ui/src/views/wms/st/outbill/MoneyDialog.vue | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/lms/nladmin-ui/src/views/wms/st/inAndOutReturn/index.vue b/lms/nladmin-ui/src/views/wms/st/inAndOutReturn/index.vue index eee932720..3130c4006 100644 --- a/lms/nladmin-ui/src/views/wms/st/inAndOutReturn/index.vue +++ b/lms/nladmin-ui/src/views/wms/st/inAndOutReturn/index.vue @@ -128,6 +128,15 @@ @keyup.enter.native="crud.toQuery" /> + + + - + @@ -178,9 +178,9 @@ export default { }) }, close() { - this.$refs['form'].resetFields() + this.$refs['form3'].resetFields() this.$emit('update:dialogShow', false) - this.crud.resetQuery(true) + // this.crud.resetQuery(true) }, moneySubmit() { checkoutbill.moneySubmit(this.formMst).then(res => {