成组配套查询
This commit is contained in:
@@ -86,7 +86,6 @@
|
||||
</div>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="采购部采购" name="采购部采购">
|
||||
<!--<h3 style="text-align: center;">采购部采购</h3>-->
|
||||
<el-tabs v-model="PartType" type="border-card" style="margin-top: 10px" @tab-click="searchTable()">
|
||||
<el-tab-pane label="标准件" name="标准件">
|
||||
<el-table :data="tableData00" size="mini" height="530px" border stripe>
|
||||
@@ -291,7 +290,6 @@
|
||||
</el-tabs>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="制造部采购" name="制造部采购">
|
||||
<!--<h3 style="text-align: center;">制造部采购</h3>-->
|
||||
<el-table :data="tableData1" border style="width: 100%;margin-top: 6px;" height="600">
|
||||
<el-table-column label="进程" align="center" min-width="80">
|
||||
<template slot-scope="scope">
|
||||
@@ -511,7 +509,12 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
turnTo() {
|
||||
this.$router.push({ path: '/ManufacturingCenter/CompletionOfWorkshopComponents' })
|
||||
this.$router.push({
|
||||
path: '/ManufacturingCenter/CompletionOfWorkshopComponents',
|
||||
query: {
|
||||
机床流水号: this.Machine
|
||||
}
|
||||
})
|
||||
},
|
||||
searchData() {
|
||||
this.totalNum = 0
|
||||
|
||||
Reference in New Issue
Block a user