数据看板
-
近一周
+
近一周
+
自定义
@@ -203,6 +205,7 @@ export default {
],
timeIndex:0,
disabled:true,
+ isDisabled:true,
options: [{
value: '选项1',
label: '黄金糕'
@@ -264,6 +267,9 @@ export default {
// this.initChart()
},
methods:{
+ customize(){
+ this.isDisabled = false;
+ },
goRoute(){
this.$router.push("/notify")
},
@@ -355,6 +361,16 @@ export default {
this.initChart()
})
},
+ getStoreAmount1(){
+ this.isDisabled = true;
+ let nowDate = new Date();
+ let oneWeekAgo = new Date(nowDate.getTime() - 6 * 24 * 60 * 60 * 1000)
+ this.value1 = [parseTime(oneWeekAgo),parseTime(nowDate)]
+ storeAmountIndex1(this.addDateRange(this.queryParams,this.value1)).then(res => {
+ this.storeAmount = res.data
+ this.initChart()
+ })
+ },
countPercentage(upNum,downNum){
let percentage = 0;
percentage = (upNum / downNum)*100
@@ -884,6 +900,18 @@ export default {
color: #777777;
margin-right: 20px;
}
+.anniu-h1{
+ width: 80px;
+ height: 26px;
+ background: #FAFAFA;
+ border-radius: 4px 4px 4px 4px;
+ border: 1px solid #DDDDDD;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ color: #777777;
+ margin-right: 20px;
+}
.anniu-act{
background: #FF9655 !important;
border: 1px solid #FF9655 !important;
diff --git a/fuintBackend/fuint-application/src/main/java/com/fuint/business/integral/mapper/xml/IntegralOrdersMapper.xml b/fuintBackend/fuint-application/src/main/java/com/fuint/business/integral/mapper/xml/IntegralOrdersMapper.xml
index 7cc2d4ee4..984bb1de6 100644
--- a/fuintBackend/fuint-application/src/main/java/com/fuint/business/integral/mapper/xml/IntegralOrdersMapper.xml
+++ b/fuintBackend/fuint-application/src/main/java/com/fuint/business/integral/mapper/xml/IntegralOrdersMapper.xml
@@ -693,7 +693,7 @@