diff --git a/package.json b/package.json
index ae821f8..d932670 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,7 @@
"sh": "vue-cli-service serve --mode shdevelopment",
"local": "vue-cli-service serve --mode localdevelopment",
"build": "vue-cli-service build",
+ "build:test": "vue-cli-service build --mode development",
"build:docker": "vue-cli-service build --dest=./docker/dist/",
"lint": "vue-cli-service lint",
"analyze": "vue-cli-service build --report"
diff --git a/src/page/wel.vue b/src/page/wel.vue
index 2c5a530..7fcd181 100644
--- a/src/page/wel.vue
+++ b/src/page/wel.vue
@@ -2623,37 +2623,10 @@ export default {
statDateEnd: this.statDateEnd,
};
this.$api.http.houseIndex(obj).then((res) => {
- this.cardlist.datalist = {
- receptionCount: res.data.todayStat.receptionCount,
- activeCustomer: res.data.todayStat.activeCustomer,
- receivingCustomer: res.data.todayStat.receivingCustomer,
- avgDuration: res.data.todayStat.avgDuration,
- fraction: res.data.todayStat.fraction,
- prohibitedCustomer: res.data.todayStat.prohibitedCustomer,
- prohibitedZb: res.data.todayStat.prohibitedZb,
- accountNum: res.data.todayStat.accountNum,
- };
- this.cardlist.liftlist = {
- receptionCount: res.data.comparedStat.receptionCount,
- activeCustomer: res.data.comparedStat.activeCustomer,
- receivingCustomer: res.data.comparedStat.receivingCustomer,
- avgDuration: res.data.comparedStat.avgDuration,
- fraction: res.data.comparedStat.fraction,
- prohibitedCustomer: res.data.comparedStat.prohibitedCustomer,
- prohibitedZb: res.data.comparedStat.prohibitedZb,
- accountNum: res.data.comparedStat.accountNum,
- };
- this.cardlist.sequential = {
- receptionCount: res.data.yesterdayStat.receptionCount,
- activeCustomer: res.data.yesterdayStat.activeCustomer,
- receivingCustomer: res.data.yesterdayStat.receivingCustomer,
- avgDuration: res.data.yesterdayStat.avgDuration,
- fraction: res.data.yesterdayStat.fraction,
- prohibitedCustomer: res.data.yesterdayStat.prohibitedCustomer,
- prohibitedZb: res.data.yesterdayStat.prohibitedZb,
- accountNum: res.data.yesterdayStat.accountNum,
- };
- });
+ this.cardlist.datalist = res.data.todayStat
+ this.cardlist.liftlist = res.data.comparedStat
+ this.cardlist.sequential = res.data.yesterdayStat
+ })
},
//获取设备
findAllZkEquipment() {
diff --git a/src/views/Receive/index.vue b/src/views/Receive/index.vue
index 0905b36..9fdbf1b 100644
--- a/src/views/Receive/index.vue
+++ b/src/views/Receive/index.vue
@@ -511,11 +511,7 @@
}}%