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", label: "dictValue",
value: "dictKey" value: "dictKey"
}, },
rules: [{
required: true,
message: "请输入场站",
trigger: "blur"
}],
span: 8, span: 8,
maxlength: 20, maxlength: 20,
}, },
@ -530,9 +535,9 @@
this.checkStatusValue = this.$route.query.checkstatus; this.checkStatusValue = this.$route.query.checkstatus;
this.SearchDetail(); this.SearchDetail();
const kksDescription = this.findObject(this.tab1_option.column, "kksDescription"); const kksDescription = this.findObject(this.tab1_option.column, "kksDescription");
kksDescription.disabled = false; kksDescription.disabled = true;
const stations = this.findObject(this.tab1_option.column, "stations"); const stations = this.findObject(this.tab1_option.column, "stations");
stations.disabled = false; stations.disabled = true;
}else{ }else{
this.readonlyForm=false; this.readonlyForm=false;
this.shouldShowButton=false; this.shouldShowButton=false;

Loading…
Cancel
Save