From 86eb74e8de8b485685c2e07770563b94c2878621 Mon Sep 17 00:00:00 2001
From: cun-nan <19819293608@163.com>
Date: Mon, 15 Jul 2024 15:05:28 +0800
Subject: [PATCH 1/2] bug
---
.../activeConsumption/index.vue | 25 +++++++++++++++
.../EventMarketing/activeDiscount/index.vue | 1 +
.../EventMarketing/activeFullminus/index.vue | 1 +
.../EventMarketing/activeNewlyweds/index.vue | 1 +
.../EventMarketing/activeRecommend/index.vue | 1 +
.../EventMarketing/cardExchange/index.vue | 1 +
.../EventMarketing/cardFavorable/index.vue | 31 +++++++++++++++++++
.../views/EventMarketing/giftBlock/index.vue | 13 ++++++++
.../src/views/EventMarketing/online/index.vue | 26 +++++++++++++++-
.../EventMarketing/storeOilBlock/index.vue | 12 +++++++
.../EventMarketing/yijiancoupon/index.vue | 25 +++++++++++++++
.../views/convenienceStore/damage/details.vue | 2 +-
.../src/views/convenienceStore/goodsFile.vue | 1 +
.../src/views/integral/order/pointsMall.vue | 13 +++++++-
fuintAdmin/src/views/order/order_Added.vue | 24 +++++++-------
fuintAdmin/src/views/order/order_Goods.vue | 2 ++
fuintAdmin_zt/src/views/Site/add.vue | 5 +--
fuintAdmin_zt/src/views/Site/index.vue | 8 +++--
.../mapper/xml/IntegralGiftCategoryMapper.xml | 1 +
19 files changed, 174 insertions(+), 19 deletions(-)
diff --git a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue
index b84220991..83a72ef85 100644
--- a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue
+++ b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue
@@ -25,6 +25,7 @@
搜索
+ 重置
@@ -1136,6 +1137,30 @@ export default {
},
/** 重置按钮操作 */
resetQuery() {
+ this.queryParams = {
+ pageNum: 1,
+ pageSize: 10,
+ chainStorId: null,
+ storeId: null,
+ name: null,
+ participationConditionMoney: null,
+ activeStartTime: null,
+ activeEndTime: null,
+ adaptOil: [],
+ adaptUserType: null,
+ memberType: null,
+ dieselUserLevel: null,
+ gasolineUserLevel: null,
+ naturalUserLevel: null,
+ paymentType: null,
+ participationCondition: null,
+ participationAcount: null,
+ limitAcount: null,
+ activeGift: [],
+ points: null,
+ status: null,
+ isonline: null,
+ }
this.resetForm("queryForm");
this.handleQuery();
},
diff --git a/fuintAdmin/src/views/EventMarketing/activeDiscount/index.vue b/fuintAdmin/src/views/EventMarketing/activeDiscount/index.vue
index 416084340..f3363e389 100644
--- a/fuintAdmin/src/views/EventMarketing/activeDiscount/index.vue
+++ b/fuintAdmin/src/views/EventMarketing/activeDiscount/index.vue
@@ -24,6 +24,7 @@
搜索
+ 重置
diff --git a/fuintAdmin/src/views/EventMarketing/activeFullminus/index.vue b/fuintAdmin/src/views/EventMarketing/activeFullminus/index.vue
index 3074310dc..c35ca9c11 100644
--- a/fuintAdmin/src/views/EventMarketing/activeFullminus/index.vue
+++ b/fuintAdmin/src/views/EventMarketing/activeFullminus/index.vue
@@ -24,6 +24,7 @@
搜索
+ 重置
diff --git a/fuintAdmin/src/views/EventMarketing/activeNewlyweds/index.vue b/fuintAdmin/src/views/EventMarketing/activeNewlyweds/index.vue
index 9cf65cbf5..d123d4ded 100644
--- a/fuintAdmin/src/views/EventMarketing/activeNewlyweds/index.vue
+++ b/fuintAdmin/src/views/EventMarketing/activeNewlyweds/index.vue
@@ -26,6 +26,7 @@
搜索
+ 重置
diff --git a/fuintAdmin/src/views/EventMarketing/activeRecommend/index.vue b/fuintAdmin/src/views/EventMarketing/activeRecommend/index.vue
index d101ee5c1..c30ca33cb 100644
--- a/fuintAdmin/src/views/EventMarketing/activeRecommend/index.vue
+++ b/fuintAdmin/src/views/EventMarketing/activeRecommend/index.vue
@@ -24,6 +24,7 @@
搜索
+ 重置
diff --git a/fuintAdmin/src/views/EventMarketing/cardExchange/index.vue b/fuintAdmin/src/views/EventMarketing/cardExchange/index.vue
index 699dd5428..6296f3e19 100644
--- a/fuintAdmin/src/views/EventMarketing/cardExchange/index.vue
+++ b/fuintAdmin/src/views/EventMarketing/cardExchange/index.vue
@@ -32,6 +32,7 @@
搜索
+ 重置
diff --git a/fuintAdmin/src/views/EventMarketing/cardFavorable/index.vue b/fuintAdmin/src/views/EventMarketing/cardFavorable/index.vue
index 0fb4de878..9f81f8bd5 100644
--- a/fuintAdmin/src/views/EventMarketing/cardFavorable/index.vue
+++ b/fuintAdmin/src/views/EventMarketing/cardFavorable/index.vue
@@ -27,6 +27,7 @@
搜索
+ 重置
@@ -669,6 +670,36 @@ export default {
},
/** 重置按钮操作 */
resetQuery() {
+ this.queryParams = {
+ pageNum: 1,
+ pageSize: 10,
+ chainStorId: null,
+ storeId: null,
+ isonline: null,
+ name: null,
+ type: null,
+ discountType: null,
+ oilType: null,
+ fullDeduction: null,
+ discountAmount: null,
+ satisfiedAmount: null,
+ specialDiscount: null,
+ discountOffset: null,
+ validity: null,
+ effectiveDate: null,
+ effectiveTime: null,
+ availablePeriod: null,
+ checkDateType: null,
+ checkTime: [],
+ checkOutTime: null,
+ exclusiveFunctionList: [],
+ exclusiveFunction: null,
+ claimRule: null,
+ count: null,
+ qrCodeLink: null,
+ status: null,
+ effectiveDateType:'0'
+ }
this.resetForm("queryForm");
this.handleQuery();
},
diff --git a/fuintAdmin/src/views/EventMarketing/giftBlock/index.vue b/fuintAdmin/src/views/EventMarketing/giftBlock/index.vue
index 5a4f01a51..ed6bc8e6d 100644
--- a/fuintAdmin/src/views/EventMarketing/giftBlock/index.vue
+++ b/fuintAdmin/src/views/EventMarketing/giftBlock/index.vue
@@ -28,6 +28,7 @@
查询
+ 重置
下载模板
@@ -458,6 +459,18 @@ import {
})
},
+ // 重置按钮操作
+ resetQuery() {
+ this.queryParams = {
+ number:'',
+ remark:'',
+ activateStatus:null,
+ status:'',
+ pageNo:1,
+ pageSize:10
+ }
+ this.getlist();
+ },
getlist(){
getselectGiftValue().then(res=>{
console.log(res)
diff --git a/fuintAdmin/src/views/EventMarketing/online/index.vue b/fuintAdmin/src/views/EventMarketing/online/index.vue
index ed477dbff..dca66c166 100644
--- a/fuintAdmin/src/views/EventMarketing/online/index.vue
+++ b/fuintAdmin/src/views/EventMarketing/online/index.vue
@@ -7,8 +7,9 @@
-
@@ -65,6 +66,29 @@
}
},
methods:{
+ // 重置按钮操作
+ resetQuery() {
+ this.queryParams = {
+ pageNum: 1,
+ pageSize: 999,
+ cardExchangeId: null,
+ mtStaffId: null,
+ realName: null,
+ staffMobile: null,
+ mtUserId: null,
+ name: null,
+ mobile: null,
+ photo: null,
+ exchangeName: null,
+ ticketCode: null,
+ exchangeFrom: null,
+ status: 0,
+ outTime: null,
+ cancelTime: null,
+ startTime: null,
+ endTime: null,
+ }
+ },
getList() {
if(!this.queryParams.mobile ){
this.$message.error("输入框不能为空")
diff --git a/fuintAdmin/src/views/EventMarketing/storeOilBlock/index.vue b/fuintAdmin/src/views/EventMarketing/storeOilBlock/index.vue
index 921d035f2..2a705aa61 100644
--- a/fuintAdmin/src/views/EventMarketing/storeOilBlock/index.vue
+++ b/fuintAdmin/src/views/EventMarketing/storeOilBlock/index.vue
@@ -28,6 +28,7 @@
搜索
+ 重置
@@ -453,6 +454,17 @@
})
this.getlist()
},
+ // 重置按钮操作
+ resetQuery() {
+ this.queryParams = {
+ type:'汽油',
+ oilType:'',
+ activeStatus:'',
+ pageNo:1,
+ pageSize:10,
+ }
+ this.getlist();
+ },
getlist(){
this.queryParams.pageNo=this.pageNo
this.queryParams.pageSize=this.pageSize
diff --git a/fuintAdmin/src/views/EventMarketing/yijiancoupon/index.vue b/fuintAdmin/src/views/EventMarketing/yijiancoupon/index.vue
index 8b0232733..45df4a00e 100644
--- a/fuintAdmin/src/views/EventMarketing/yijiancoupon/index.vue
+++ b/fuintAdmin/src/views/EventMarketing/yijiancoupon/index.vue
@@ -12,6 +12,7 @@
搜索
+ 重置
@@ -957,6 +958,30 @@ export default {
},
/** 重置按钮操作 */
resetQuery() {
+ this.queryParams = {
+ pageNum: 1,
+ pageSize: 10,
+ chainStorId: null,
+ storeId: null,
+ name: null,
+ participationConditionMoney: null,
+ activeStartTime: null,
+ activeEndTime: null,
+ adaptOil: [],
+ adaptUserType: null,
+ memberType: null,
+ dieselUserLevel: null,
+ gasolineUserLevel: null,
+ naturalUserLevel: null,
+ paymentType: null,
+ participationCondition: null,
+ participationAcount: null,
+ limitAcount: null,
+ activeGift: [],
+ points: null,
+ status: null,
+ isonline: null,
+ }
this.resetForm("queryForm");
this.handleQuery();
},
diff --git a/fuintAdmin/src/views/convenienceStore/damage/details.vue b/fuintAdmin/src/views/convenienceStore/damage/details.vue
index 8c9d1a5ba..55df93d66 100644
--- a/fuintAdmin/src/views/convenienceStore/damage/details.vue
+++ b/fuintAdmin/src/views/convenienceStore/damage/details.vue
@@ -268,7 +268,7 @@ export default {
state:'await',
-
+ numberInput:false,
saveFlag:false,
auditFlag:true,
voidFlag:true,
diff --git a/fuintAdmin/src/views/convenienceStore/goodsFile.vue b/fuintAdmin/src/views/convenienceStore/goodsFile.vue
index 104b6e3c5..d69a30d03 100644
--- a/fuintAdmin/src/views/convenienceStore/goodsFile.vue
+++ b/fuintAdmin/src/views/convenienceStore/goodsFile.vue
@@ -119,6 +119,7 @@
+
上架
diff --git a/fuintAdmin/src/views/integral/order/pointsMall.vue b/fuintAdmin/src/views/integral/order/pointsMall.vue
index 6bdc4b238..adf59ee0b 100644
--- a/fuintAdmin/src/views/integral/order/pointsMall.vue
+++ b/fuintAdmin/src/views/integral/order/pointsMall.vue
@@ -314,7 +314,18 @@ export default {
handleClick(tab, event) {
// this.resetQuery2()
- this.resetQuery()
+ this.queryParams = {
+ orderType:0,
+ giftName: '',
+ mobile:'',
+ shippingType: '',
+ orderStatus:'',
+ pageNo:1,
+ pageSize:10
+ },
+ this.dateRange = []
+ this.beginTime = ""
+ this.endTime = ""
this.queryParams.orderStatus = tab.name
console.log(tab.name);
this.getList();
diff --git a/fuintAdmin/src/views/order/order_Added.vue b/fuintAdmin/src/views/order/order_Added.vue
index 3a1b2edac..1f3a1920c 100644
--- a/fuintAdmin/src/views/order/order_Added.vue
+++ b/fuintAdmin/src/views/order/order_Added.vue
@@ -95,7 +95,7 @@
-
{{ total }}
+
{{ total || 0 }}
-
{{ allAmount }}
+
{{ allAmount || 0 }}
-
{{ returnTotal }}
+
{{ returnTotal || 0 }}
-
{{ returnAllAmount }}
+
{{ returnAllAmount || 0 }}
-
{{ noReturnAllAmount }}
+
{{ noReturnAllAmount || 0 }}
未还金额
@@ -204,7 +204,7 @@
-
+
{{ parseTime(scope.row.createTime) }}
@@ -483,19 +483,19 @@ export default {
this.returnTotal = res.data
})
hangBillAllAmount(this.addDateRange(this.queryParams, dateRange)).then(res => {
- if (res.data) {
+ // if (res.data) {
this.allAmount = res.data
- }
+ // }
})
hangBillAllReturnAmount(this.addDateRange(this.queryParams, dateRange)).then(res => {
- if (res.data) {
+ // if (res.data) {
this.returnAllAmount = res.data
- }
+ // }
})
hangBillAllNoReturnAmount(this.addDateRange(this.queryParams, dateRange)).then(res => {
- if (res.data) {
+ // if (res.data) {
this.noReturnAllAmount = res.data
- }
+ // }
})
},
// 搜索按钮操作
diff --git a/fuintAdmin/src/views/order/order_Goods.vue b/fuintAdmin/src/views/order/order_Goods.vue
index f625012f9..b16c5c7a5 100644
--- a/fuintAdmin/src/views/order/order_Goods.vue
+++ b/fuintAdmin/src/views/order/order_Goods.vue
@@ -37,6 +37,7 @@
v-model="queryParams.orderNo"
placeholder="订单号"
clearable
+ @input="$forceUpdate"
@keyup.enter.native="handleQuery"
/>
@@ -45,6 +46,7 @@
v-model="queryParams.payUser"
placeholder="手机号"
clearable
+ @input="$forceUpdate"
@keyup.enter.native="handleQuery"
/>
diff --git a/fuintAdmin_zt/src/views/Site/add.vue b/fuintAdmin_zt/src/views/Site/add.vue
index a647bf991..4968524c3 100644
--- a/fuintAdmin_zt/src/views/Site/add.vue
+++ b/fuintAdmin_zt/src/views/Site/add.vue
@@ -117,12 +117,12 @@ export default {
if (this.ruleForm.dutyId) {
updateRole(this.ruleForm).then(response => {
this.$modal.msgSuccess("修改成功");
- this.$router.push("/Site/index")
+ this.$router.push({path:"/Site/index",query:{activeName:"duty"}})
});
} else {
addRole(this.ruleForm).then(response => {
this.$modal.msgSuccess("新增成功");
- this.$router.push("/Site/index")
+ this.$router.push({path:"/Site/index",query:{activeName:"duty"}})
});
}
}
@@ -130,6 +130,7 @@ export default {
},
resetForm(formName) {
this.$refs[formName].resetFields();
+ this.$router.push({path:"/Site/index",query:{activeName:"duty"}})
},
// 查询
selectChildByDeptIdApi() {
diff --git a/fuintAdmin_zt/src/views/Site/index.vue b/fuintAdmin_zt/src/views/Site/index.vue
index d8dfa140f..f5a56481a 100644
--- a/fuintAdmin_zt/src/views/Site/index.vue
+++ b/fuintAdmin_zt/src/views/Site/index.vue
@@ -1238,6 +1238,10 @@ export default {
this.getList();
this.selectChildByDeptIdApi();
+ if (this.$route.query.activeName){
+ this.activeName = this.$route.query.activeName
+ this.handleClick()
+ }
},
components: { Treeselect },
@@ -1811,11 +1815,11 @@ export default {
{!isAdd ?
- < img alt="" src="http://47.95.206.185:83/add.png" style=" width: 20px;height: 20px; " on-click={() => this.append(data)}/>
+ < img alt="" src="https://www.youkerr.com/add" style=" width: 20px;height: 20px; " on-click={() => this.append(data)}/>
: null
}
{node.level !== 1 ?
- < img alt="" src="http://47.95.206.185:83/del.png" style=" width: 20px;height: 20px; " on-click={() => this.remove(node, data)}/>
+ < img alt="" src="https://www.youkerr.com/del" style=" width: 20px;height: 20px; " on-click={() => this.remove(node, data)}/>
: null
}
diff --git a/fuintBackend/fuint-application/src/main/java/com/fuint/business/integral/mapper/xml/IntegralGiftCategoryMapper.xml b/fuintBackend/fuint-application/src/main/java/com/fuint/business/integral/mapper/xml/IntegralGiftCategoryMapper.xml
index 68376d7d9..d325ec9f1 100644
--- a/fuintBackend/fuint-application/src/main/java/com/fuint/business/integral/mapper/xml/IntegralGiftCategoryMapper.xml
+++ b/fuintBackend/fuint-application/src/main/java/com/fuint/business/integral/mapper/xml/IntegralGiftCategoryMapper.xml
@@ -55,6 +55,7 @@
and update_by = #{integralGiftCategory.updateBy}
+ order by create_time desc
From 6517b81b452e6b3187a3ed9d72b7f6a4db413707 Mon Sep 17 00:00:00 2001
From: xvv
Date: Mon, 15 Jul 2024 16:19:52 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E5=89=8D=E7=AB=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../views/EventMarketing/SaveBlock/index.vue | 25 +++++++++++++++----
.../activeConsumption/index.vue | 6 ++++-
.../EventMarketing/activeDiscount/index.vue | 5 ++++
.../EventMarketing/activeFullminus/index.vue | 6 +++++
.../EventMarketing/activeNewlyweds/index.vue | 5 ++++
.../EventMarketing/activeRecommend/index.vue | 5 ++++
.../EventMarketing/cardFavorable/index.vue | 5 ++++
.../views/EventMarketing/exchange/index.vue | 9 +++++--
.../views/EventMarketing/giftBlock/index.vue | 6 +++++
.../EventMarketing/storeOilBlock/index.vue | 8 +++++-
.../EventMarketing/yijiancoupon/index.vue | 5 ++++
fuintAdmin/src/views/order/order_Oil.vue | 6 -----
fuintAdmin/src/views/order/order_Vip.vue | 1 -
13 files changed, 76 insertions(+), 16 deletions(-)
diff --git a/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue b/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue
index b52686c50..44f5029c1 100644
--- a/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue
+++ b/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue
@@ -1,11 +1,26 @@
-
-
- 可用
- 已下线
-
+
+
+
+
+ 首页
+ 电子卡券管理
+ 电子储值卡
+
+
+
+
+ 可用
+ 已下线
+
+
+
+
+
+
+
diff --git a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue
index 83a72ef85..e761738c2 100644
--- a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue
+++ b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue
@@ -1,8 +1,12 @@
+
+ 首页
+ 活动中心
+ 消费有礼
+
-
+
+ 首页
+ 活动中心
+ 折扣营销
+
+
+ 首页
+ 活动中心
+ 满减营销
+
+
+
+ 首页
+ 活动中心
+ 新人有礼
+
diff --git a/fuintAdmin/src/views/EventMarketing/activeRecommend/index.vue b/fuintAdmin/src/views/EventMarketing/activeRecommend/index.vue
index c30ca33cb..99c50f6f1 100644
--- a/fuintAdmin/src/views/EventMarketing/activeRecommend/index.vue
+++ b/fuintAdmin/src/views/EventMarketing/activeRecommend/index.vue
@@ -1,6 +1,11 @@
+
+ 首页
+ 活动中心
+ 推荐有礼
+
+
+ 首页
+ 电子卡券管理
+ 电子优惠券
+
diff --git a/fuintAdmin/src/views/EventMarketing/exchange/index.vue b/fuintAdmin/src/views/EventMarketing/exchange/index.vue
index a4d62cfe0..791ef4253 100644
--- a/fuintAdmin/src/views/EventMarketing/exchange/index.vue
+++ b/fuintAdmin/src/views/EventMarketing/exchange/index.vue
@@ -1,12 +1,17 @@
+
+
+ 首页
+ 电子卡券管理
+ 电子兑换券
+
兑换券
-
在线核销
+
diff --git a/fuintAdmin/src/views/EventMarketing/giftBlock/index.vue b/fuintAdmin/src/views/EventMarketing/giftBlock/index.vue
index ed6bc8e6d..8a7df470d 100644
--- a/fuintAdmin/src/views/EventMarketing/giftBlock/index.vue
+++ b/fuintAdmin/src/views/EventMarketing/giftBlock/index.vue
@@ -3,6 +3,12 @@
+
+ 首页
+ 电子卡券管理
+ 电子礼品卡
+
+
+
+
+ 首页
+ 电子卡券管理
+ 电子囤油卡
+
-
+