活性控制

main
weitingdong 1 year ago
parent d1e37326a3
commit df3318c5a3
  1. 4
      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;

Loading…
Cancel
Save