给报表里面增加商品类别的查询条件

This commit is contained in:
jishenghua
2025-01-14 00:19:58 +08:00
parent edcada7d16
commit 9566071e91
10 changed files with 227 additions and 20 deletions

View File

@@ -234,7 +234,7 @@
},
created() {
this.getDepotData()
this.loadTreeData()
this.loadCategoryTreeData()
this.initColumnsSetting()
},
methods: {
@@ -266,7 +266,7 @@
return ''
}
},
loadTreeData(){
loadCategoryTreeData(){
let that = this;
let params = {};
params.id='';