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 @@ +