From df3318c5a3d14c74c88d89cfb8776f4499d3245b Mon Sep 17 00:00:00 2001 From: weitingdong <2480899115@qq.com> Date: Mon, 22 Jul 2024 14:58:25 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B4=BB=E6=80=A7=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/smart/workpermitDetail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/smart/workpermitDetail.vue b/src/views/smart/workpermitDetail.vue index 3123360..2b6edfb 100644 --- a/src/views/smart/workpermitDetail.vue +++ b/src/views/smart/workpermitDetail.vue @@ -530,9 +530,9 @@ this.checkStatusValue = this.$route.query.checkstatus; this.SearchDetail(); const kksDescription = this.findObject(this.tab1_option.column, "kksDescription"); - kksDescription.disabled = false; + kksDescription.disabled = true; const stations = this.findObject(this.tab1_option.column, "stations"); - stations.disabled = false; + stations.disabled = true; }else{ this.readonlyForm=false; this.shouldShowButton=false; From c932acbd839f0ba2052fa1f2df125f34706b8d59 Mon Sep 17 00:00:00 2001 From: weitingdong <2480899115@qq.com> Date: Mon, 22 Jul 2024 16:15:55 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B4=BB=E6=80=A7=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/smart/workpermitDetail.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/smart/workpermitDetail.vue b/src/views/smart/workpermitDetail.vue index 2b6edfb..d16f26c 100644 --- a/src/views/smart/workpermitDetail.vue +++ b/src/views/smart/workpermitDetail.vue @@ -194,6 +194,11 @@ label: "dictValue", value: "dictKey" }, + rules: [{ + required: true, + message: "请输入场站", + trigger: "blur" + }], span: 8, maxlength: 20, },