样式
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user