diff --git a/src/views/smart/workpermitDetail.vue b/src/views/smart/workpermitDetail.vue index 3123360..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, }, @@ -530,9 +535,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;