刘璐珈
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<el-card>
|
<el-card>
|
||||||
<el-row>
|
<el-row>
|
||||||
<span>机床编号:</span>
|
<span>机床编号:</span>
|
||||||
<el-select v-model="machineNumberValue" filterable placeholder="机床编号" size="small" clearable @change="searchTable1()">
|
<el-select v-model="machineNumberValue" filterable placeholder="机床编号" size="small" clearable @change="searchTable1();searchTable2()">
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in machineNumber"
|
v-for="item in machineNumber"
|
||||||
:key="item.value"
|
:key="item.value"
|
||||||
@@ -318,7 +318,7 @@ export default {
|
|||||||
ComponentStateUpdate(row.计划流水号, 3).then(response => {
|
ComponentStateUpdate(row.计划流水号, 3).then(response => {
|
||||||
this.searchTable1()
|
this.searchTable1()
|
||||||
row.buttonStatus = 1
|
row.buttonStatus = 1
|
||||||
// this.searchTable2()
|
this.searchTable2()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 取消结束部装
|
// 取消结束部装
|
||||||
@@ -326,7 +326,7 @@ export default {
|
|||||||
ComponentStateUpdate(row.计划流水号, 4).then(response => {
|
ComponentStateUpdate(row.计划流水号, 4).then(response => {
|
||||||
this.searchTable1()
|
this.searchTable1()
|
||||||
row.buttonStatus = 2
|
row.buttonStatus = 2
|
||||||
// this.searchTable2()
|
this.searchTable2()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
initProject() {
|
initProject() {
|
||||||
|
|||||||
Reference in New Issue
Block a user