no message
This commit is contained in:
parent
24c476cb57
commit
3e77c29858
@ -69,8 +69,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</el-card>
|
||||
<el-card class="box-card">
|
||||
<!-- </el-card>-->
|
||||
<!-- <el-card class="box-card">-->
|
||||
<!-- <div class="wgang">-->
|
||||
<!-- <div></div>-->
|
||||
<!-- </div>-->
|
||||
|
@ -98,8 +98,8 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</el-card>
|
||||
<el-card class="box-card">
|
||||
<!-- </el-card>-->
|
||||
<!-- <el-card class="box-card">-->
|
||||
<!-- <div class="wgang">-->
|
||||
<!-- <div>机构流水分析列表</div>-->
|
||||
<!-- </div>-->
|
||||
|
@ -166,8 +166,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</el-card>
|
||||
<el-card class="box-card">
|
||||
<!-- </el-card>-->
|
||||
<!-- <el-card class="box-card">-->
|
||||
<!-- <div class="wgang">-->
|
||||
<!-- <div></div>-->
|
||||
<!-- </div>-->
|
||||
|
@ -51,7 +51,8 @@
|
||||
</el-form>
|
||||
</el-card>
|
||||
|
||||
<el-card style="margin-top: 20px" class="box-card">
|
||||
<el-card style="margin-top: 20px; height: 100vh
|
||||
" class="box-card">
|
||||
<el-table
|
||||
ref="tables"
|
||||
v-loading="loading"
|
||||
@ -241,7 +242,8 @@ export default {
|
||||
<style scoped lang="scss">
|
||||
.app-container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 100vh
|
||||
;
|
||||
background: #f6f8f9;
|
||||
//padding-top: 0px;
|
||||
//padding: 0px
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
<el-form-item style="float: right">
|
||||
<el-button type="primary" icon="el-icon-search" @click="handleQuery">搜索</el-button>
|
||||
<!-- <el-button icon="el-icon-refresh" @click="resetQuery">重置</el-button>-->
|
||||
<el-button icon="el-icon-refresh" @click="resetQuery">重置</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</el-card>
|
||||
@ -204,6 +204,15 @@ export default {
|
||||
this.queryParams.page = 1;
|
||||
this.getList();
|
||||
},
|
||||
resetQuery() {
|
||||
this.queryParams = {
|
||||
inventoryNumber:'',
|
||||
status: '',
|
||||
page:null,
|
||||
pageSize:null
|
||||
};
|
||||
this.getList();
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
<el-form-item style="float: right">
|
||||
<el-button type="primary" icon="el-icon-search" @click="handleQuery">搜索</el-button>
|
||||
<!-- <el-button icon="el-icon-refresh" @click="resetQuery">重置</el-button>-->
|
||||
<el-button icon="el-icon-refresh" @click="resetQuery">重置</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</el-card>
|
||||
@ -213,6 +213,16 @@ export default {
|
||||
this.queryParams.page = 1;
|
||||
this.getList();
|
||||
},
|
||||
resetQuery() {
|
||||
this.queryParams = {
|
||||
supplierId: '',
|
||||
tankName: '',
|
||||
status: '',
|
||||
page:null,
|
||||
pageSize:null
|
||||
};
|
||||
this.getList();
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
@ -140,9 +140,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</el-card>
|
||||
<!-- 列表-->
|
||||
<el-card class="box-card">
|
||||
<!-- </el-card>-->
|
||||
<!-- <!– 列表–>-->
|
||||
<!-- <el-card class="box-card">-->
|
||||
<div class="wgang">
|
||||
<div></div>
|
||||
<div style="display: flex ">
|
||||
|
@ -119,8 +119,8 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</el-card>
|
||||
<el-card class="box-card">
|
||||
<!-- </el-card>-->
|
||||
<!-- <el-card class="box-card">-->
|
||||
<div class="wgang">
|
||||
<!-- <div>收银台订单列表</div>-->
|
||||
<div></div>
|
||||
@ -692,6 +692,8 @@ import {refundApi} from "@/api/order/refund";
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
|
||||
}
|
||||
.box{
|
||||
//box-sizing: border-box;
|
||||
|
@ -152,8 +152,8 @@
|
||||
|
||||
|
||||
</div>
|
||||
</el-card>
|
||||
<el-card class="box-card">
|
||||
<!-- </el-card>-->
|
||||
<!-- <el-card class="box-card">-->
|
||||
<div class="wgang">
|
||||
<div></div>
|
||||
<div style="display: flex ">
|
||||
@ -610,6 +610,8 @@ export default {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
|
||||
}
|
||||
.box{
|
||||
//box-sizing: border-box;
|
||||
@ -624,6 +626,7 @@ export default {
|
||||
background: rgba(64,158,255,0.05);
|
||||
border-radius: 6px 6px 6px 6px;
|
||||
border: 1px solid #409EFF;
|
||||
|
||||
}
|
||||
.el-form--inline .el-form-item {
|
||||
margin-right: 44px;
|
||||
|
@ -184,8 +184,8 @@
|
||||
|
||||
|
||||
</div>
|
||||
</el-card>
|
||||
<el-card class="box-card">
|
||||
<!-- </el-card>-->
|
||||
<!-- <el-card class="box-card">-->
|
||||
<div class="wgang">
|
||||
<!-- 油品订单列表-->
|
||||
<div></div>
|
||||
|
@ -145,9 +145,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</el-card>
|
||||
<!-- 表格-->
|
||||
<el-card class="box-card">
|
||||
<!-- </el-card>-->
|
||||
<!-- <!– 表格–>-->
|
||||
<!-- <el-card class="box-card">-->
|
||||
<div class="wgang">
|
||||
<!-- 会员充值列表-->
|
||||
<div></div>
|
||||
|
@ -3,12 +3,15 @@ package com.fuint.business.marketingActivity.favorableRecords.entity;
|
||||
import java.util.Date;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.extension.activerecord.Model;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import com.fasterxml.jackson.annotation.JsonInclude;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* 优惠记录表(FavorableRecords)表实体类
|
||||
@ -48,5 +51,10 @@ public class FavorableRecords extends Model<FavorableRecords> {
|
||||
|
||||
private Date updateTime;
|
||||
|
||||
/** 请求参数 */
|
||||
@JsonInclude(JsonInclude.Include.NON_EMPTY)
|
||||
@TableField(exist = false)
|
||||
private Map<String, Object> params;
|
||||
|
||||
}
|
||||
|
||||
|
@ -60,10 +60,28 @@ public class FavorableRecordsServiceImpl extends ServiceImpl<FavorableRecordsMap
|
||||
LambdaQueryWrapper<FavorableRecords> queryWrapper = new LambdaQueryWrapper<>();
|
||||
queryWrapper.eq(FavorableRecords::getStoreId, nowAccountInfo.getStoreId());
|
||||
queryWrapper.eq(FavorableRecords::getChainStoreId, nowAccountInfo.getChainStoreId());
|
||||
|
||||
if (ObjectUtil.isEmpty(favorableRecords) && ObjectUtil.isEmpty(favorableRecords.getParams())){
|
||||
if (ObjectUtil.isEmpty(favorableRecords.getParams().get("beginTime")) && ObjectUtil.isEmpty(favorableRecords.getParams().get("endTime"))) {
|
||||
queryWrapper.between(FavorableRecords::getCreateTime, favorableRecords.getParams().get("beginTime"), favorableRecords.getParams().get("endTime"));
|
||||
} else if (favorableRecords.getParams().get("beginTime") != null) {
|
||||
queryWrapper.ge(FavorableRecords::getCreateTime, favorableRecords.getParams().get("beginTime"));
|
||||
} else if (favorableRecords.getParams().get("endTime") != null) {
|
||||
queryWrapper.le(FavorableRecords::getCreateTime, favorableRecords.getParams().get("endTime"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (ObjectUtil.isNotEmpty(favorableRecords.getOrderNo())) {
|
||||
queryWrapper.like(FavorableRecords::getOrderNo, favorableRecords.getOrderNo());
|
||||
|
||||
}
|
||||
|
||||
if (ObjectUtil.isNotEmpty(favorableRecords.getFavFrom()))
|
||||
queryWrapper.eq(FavorableRecords::getFavFrom, favorableRecords.getFavFrom());
|
||||
if (ObjectUtil.isNotEmpty(favorableRecords.getFavType()))
|
||||
queryWrapper.eq(FavorableRecords::getFavType, favorableRecords.getFavType());
|
||||
queryWrapper.like(FavorableRecords::getFavType, favorableRecords.getFavType());
|
||||
if (ObjectUtil.isNotEmpty(favorableRecords.getFavConsumptionType()))
|
||||
queryWrapper.eq(FavorableRecords::getFavConsumptionType, favorableRecords.getFavConsumptionType());
|
||||
IPage page1 = page(page, queryWrapper);
|
||||
|
Loading…
Reference in New Issue
Block a user