|
|
@ -908,6 +908,16 @@ export default { |
|
|
|
async queryMater(index) { |
|
|
|
this.indexType = index |
|
|
|
this.materShow = true |
|
|
|
// 7019FRP管,4822纸管,4415木箱,7410产品 |
|
|
|
if (index === 1) { |
|
|
|
this.materType = '7410' |
|
|
|
} else if (index === 2) { |
|
|
|
this.materType = '4822' |
|
|
|
} else if (index === 3) { |
|
|
|
this.materType = '7019' |
|
|
|
} else if (index === 4) { |
|
|
|
this.materType = '4415' |
|
|
|
} |
|
|
|
}, |
|
|
|
querytable() { |
|
|
|
this.$refs.table.clearSelection() |
|
|
|