main
zhen 11 months ago
parent 90f05b956f
commit 7b4ebbd2b3
  1. 5
      src/views/smart/operationticketDetail.vue

@ -652,6 +652,11 @@ export default {
this.type = column this.type = column
this.item_form.operationTicketNo = this.tab1_form.operationTicketNo; this.item_form.operationTicketNo = this.tab1_form.operationTicketNo;
this.item_onLoad(); this.item_onLoad();
if(this.type.prop==='operationItem'){
this.addUpdateShowButton=false;
}else {
this.addUpdateShowButton=true;
}
}, },
// //

Loading…
Cancel
Save