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 => {