牛逼已成

This commit is contained in:
2024-06-29 13:13:59 +08:00
parent 28aff3f594
commit 6fb8506f4f
2 changed files with 21 additions and 8 deletions

View File

@@ -4,14 +4,6 @@ export default {
label: "市场看板-销售情况",
data() {
return {
search: {
"groupCodeList": [
"K250QTD032"
], //课区编码,不传即为全部
"currentDate": "20240501", //当前日期
"compareDate": "20240430", //比较日期
"hourNum": "18" //小时数(取值1~24,18表示18:00:00之前的交易统计)
},
info: {},
list: [
{label: "过机销售额(万元)", prop: "saleAmt"},
@@ -23,6 +15,9 @@ export default {
]
}
},
computed: {
search: v => v.$marketBoard.search
},
methods: {
getData() {
const {$http, $waitFor} = window