This commit is contained in:
zhangdingyu
2019-09-20 18:43:03 +08:00
parent eba60fd687
commit a4328a668f
2 changed files with 10 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="app-container">
<el-card>
<div style="width:100%">
<div ref="height1" style="width:100%">
<el-divider content-position="right">
<el-button type="text" @click="searchUnInquiryPartNumber">刷新</el-button> | 待询价零件数
</el-divider>
@@ -1072,6 +1072,8 @@ export default {
})
},
clickCard1(project, machine) {
var hight = this.$refs.height1.offsetHeight
document.documentElement.scrollTop = hight + 140
this.projectValue = project
this.machine = []
this.machineValue = ''
@@ -1092,6 +1094,8 @@ export default {
})
},
clickCard2(project, machine) {
var hight = this.$refs.height1.offsetHeight
document.documentElement.scrollTop = hight + 140
this.projectValue = project
this.machine = []
this.machineValue = ''
@@ -1147,6 +1151,7 @@ export default {
}
}).then(res => {
this.machines1 = res.data
console.log(this.machines1)
})
},
async searchUnBuyPartNumber() {