Merge remote-tracking branch 'origin/main'

main
liuyiliang 1 year ago
commit 64cd1d568a
  1. 9
      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;

Loading…
Cancel
Save