This commit is contained in:
‘937886381’
2025-12-30 19:36:05 +08:00
parent 7b3873f9ea
commit 20ef2b9763
158 changed files with 3059 additions and 462 deletions

View File

@@ -173,7 +173,7 @@ export default {
this.beilv = _this.clientWidth / 1920;
})();
};
this.factory = this.$route.query.factory ? Number(this.$route.query.factory) : this.factory
this.factory = this.$route.query.factory ? Number(this.$route.query.factory) : 5
},
methods: {
handleChange(value) {
@@ -188,7 +188,7 @@ export default {
// sort: 1,
paramName: '销量',
paramList: ['净价', '单价', '产销率', '双镀销量', '双镀占比', '溢价产品销量', '溢价产品毛利'],
baseId: 2,
baseId: this.factory,
// baseId: Number(this.factory),
};
// 调用接口