|
|
@@ -849,7 +849,7 @@ export default {
|
|
|
mounted () {
|
|
|
this.listData()
|
|
|
// this.queryStock()
|
|
|
- this.columnTitle = []
|
|
|
+ // this.columnTitle = []
|
|
|
setTimeout(() => {
|
|
|
/* 处理宁波站点 */
|
|
|
let siteid = JSON.parse(sessionStorage.getItem('active_account')).siteid
|
|
|
@@ -860,14 +860,12 @@ export default {
|
|
|
if (item.columnname != 'stockname' && item.columnname != 'position' && item.columnname != 'batchno') return item
|
|
|
})
|
|
|
}
|
|
|
-
|
|
|
- this.$refs.multipleTable.$refs.table.$children.forEach(obj => {
|
|
|
- let columnChild = {'columnname':obj.prop,'filter':0,'rowindex':'','sequence':'','title':obj.label,'width':obj.width}
|
|
|
- // 存到columnTitle数组中
|
|
|
- this.columnTitle.push(columnChild)
|
|
|
-
|
|
|
|
|
|
- })
|
|
|
+ // this.$refs.multipleTable.$refs.table.$children.forEach(obj => {
|
|
|
+ // let columnChild = {'columnname':obj.prop,'filter':0,'rowindex':'','sequence':'','title':obj.label,'width':obj.width}
|
|
|
+ // // 存到columnTitle数组中
|
|
|
+ // this.columnTitle.push(columnChild)
|
|
|
+ // })
|
|
|
},1000)
|
|
|
},
|
|
|
created() {
|