组件状态查询条

This commit is contained in:
Vergil
2020-05-15 14:39:38 +08:00
parent 253675f77d
commit 77ec32a340

View File

@@ -22,6 +22,7 @@
</el-option>
</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="float: right;margin-right: 20px" @click="turnTo()">组件状态查询</el-button>
</el-card>
<el-card>
<el-tabs v-model="PartType2" type="border-card" style="margin-top: 10px">
@@ -505,6 +506,9 @@ export default {
this.SearchMachine()
},
methods: {
turnTo() {
this.$router.push({ path: '/ManufacturingCenter/CompletionOfWorkshopComponents' })
},
searchData() {
this.totalNum = 0
this.loading = true