更新
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
</el-tooltip>
|
||||
</div>
|
||||
</el-card>
|
||||
<el-dialog :visible.sync="dialogFormVisiblePeople" title="工艺流程单" center>
|
||||
<el-dialog v-el-drag-dialog :visible.sync="dialogFormVisiblePeople" :title="title" center>
|
||||
<div v-if="tableData2.length">
|
||||
<table class="tg">
|
||||
<tr>
|
||||
@@ -193,6 +193,7 @@ export default {
|
||||
tableData2: [],
|
||||
tableData3: [],
|
||||
dialogFormVisiblePeople: false,
|
||||
title: '',
|
||||
机床号: '',
|
||||
组号: '',
|
||||
零件图号: '',
|
||||
@@ -286,6 +287,7 @@ export default {
|
||||
searchtable1(row.工艺计划流水号).then(response => {
|
||||
this.tableData2 = response.data
|
||||
this.dialogFormVisiblePeople = true
|
||||
this.title = row.零件名称 + '工艺流程单'
|
||||
})
|
||||
},
|
||||
handleSelectionChange(val) {
|
||||
|
||||
Reference in New Issue
Block a user