组件状态查询条
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
</el-option>
|
</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
<el-button type="primary" plain icon="el-icon-search" size="small" style="margin-left: 20px" @click="total=0;pageSize=50;pageCurrent=1;searchData();searchTable()">查询</el-button>
|
<el-button type="primary" plain icon="el-icon-search" size="small" style="margin-left: 20px" @click="total=0;pageSize=50;pageCurrent=1;searchData();searchTable()">查询</el-button>
|
||||||
|
<el-button type="primary" plain icon="el-icon-search" size="small" style="float: right;margin-right: 20px" @click="turnTo()">组件状态查询</el-button>
|
||||||
</el-card>
|
</el-card>
|
||||||
<el-card>
|
<el-card>
|
||||||
<el-tabs v-model="PartType2" type="border-card" style="margin-top: 10px">
|
<el-tabs v-model="PartType2" type="border-card" style="margin-top: 10px">
|
||||||
@@ -505,6 +506,9 @@ export default {
|
|||||||
this.SearchMachine()
|
this.SearchMachine()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
turnTo() {
|
||||||
|
this.$router.push({ path: '/ManufacturingCenter/CompletionOfWorkshopComponents' })
|
||||||
|
},
|
||||||
searchData() {
|
searchData() {
|
||||||
this.totalNum = 0
|
this.totalNum = 0
|
||||||
this.loading = true
|
this.loading = true
|
||||||
|
|||||||
Reference in New Issue
Block a user