操作票(张同朕)

main
zhen 11 months ago
parent 008182c410
commit e0b7e9cbca
  1. 2
      src/views/smart/operationticketDetail.vue

@ -200,6 +200,7 @@ export default {
{
label: "操作票编号",
prop: "operationTicketNo",
value: this.$route.query.operationTicketNo,
rules: [{
required: true,
message: "请输入操作票编号",
@ -647,7 +648,6 @@ export default {
column.prop = "information";
}
}
this.item_data.operationTicketNo = this.tab1_form.operationTicketNo;
},
//

Loading…
Cancel
Save