This commit is contained in:
liushuai
2019-09-19 19:52:46 +08:00
parent faab73c1fa
commit aef7132f40
49 changed files with 733 additions and 585 deletions

View File

@@ -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) {