From a34b8f7435aaa59b6265c30aa8c7f3dd14fc99ff Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Sat, 15 Apr 2023 17:04:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8D=95=E6=8D=AE=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basic/busType/bussinessTypeModify.vue | 72 ++++++++++++++----- 1 file changed, 53 insertions(+), 19 deletions(-) diff --git a/src/views/basic/busType/bussinessTypeModify.vue b/src/views/basic/busType/bussinessTypeModify.vue index eb4c83c..1f12f0d 100644 --- a/src/views/basic/busType/bussinessTypeModify.vue +++ b/src/views/basic/busType/bussinessTypeModify.vue @@ -126,18 +126,27 @@ - - - - + + + + + + + + + + + + + + + + + + @@ -183,14 +192,14 @@ - - - - - - - - + + + + + + + + + + + + 预验收使用结束退回 + + + + + + + + + + + 预验收使用结束退回 + + + @@ -327,7 +359,7 @@ @@ -368,7 +400,7 @@ @@ -1250,6 +1282,8 @@ export default { this.getList() this.findSpecialMethod() this.oldData = Object.assign({}, this.inputQuery) + this.inputQuery.codeFillCheck=false; + this.inputQuery.preInBack=false; } }