From 7bbe6d2997b410eeea11e6fc9d1f8da594d29901 Mon Sep 17 00:00:00 2001 From: "DESKTOP-369JRHT\\12997" <9> Date: Tue, 19 Nov 2024 17:38:21 +0800 Subject: [PATCH 1/3] 11.19 --- .../views/EventMarketing/SaveBlock/index.vue | 19 +++++++++---------- .../src/views/EventMarketing/center/index.vue | 2 +- .../openCardGift/TimeLimited.vue | 14 +++++++------- .../src/views/integral/settings/index.vue | 3 ++- .../views/oilConfig/oilInventory/order.vue | 7 +++++-- 5 files changed, 24 insertions(+), 21 deletions(-) diff --git a/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue b/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue index c2b46a689..2ac0d6995 100644 --- a/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue +++ b/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue @@ -189,11 +189,11 @@ - + -
+
@@ -201,7 +201,7 @@ -
+
@@ -209,7 +209,7 @@ -
+
@@ -218,7 +218,7 @@ -
+
@@ -251,7 +251,7 @@ - + - + @@ -239,7 +239,7 @@ -
折扣请填写0~1的数字。例如输入0.8,表示打8折
+
折扣请填写0~1的数字。例如输入0.8,表示打8折
@@ -426,7 +426,7 @@ - @@ -436,7 +436,7 @@ - @@ -454,7 +454,7 @@ {{ item }} + style="margin-left: 20px; "> + placeholder="开始时间"> 至 + placeholder="结束时间">
diff --git a/fuintAdmin/src/views/integral/settings/index.vue b/fuintAdmin/src/views/integral/settings/index.vue index 588d8959d..21cd0d1e8 100644 --- a/fuintAdmin/src/views/integral/settings/index.vue +++ b/fuintAdmin/src/views/integral/settings/index.vue @@ -500,6 +500,7 @@ valiNumberPass(rule, value, callback, fieldName) .cor { box-sizing: border-box; padding: 10px; + padding-bottom: 0px; background: #f9f9f9; } @@ -509,7 +510,7 @@ valiNumberPass(rule, value, callback, fieldName) background: #fff; box-sizing: border-box; padding: 10px; - height: 86vh; + height: 87vh; } .qizhi { diff --git a/fuintAdmin/src/views/oilConfig/oilInventory/order.vue b/fuintAdmin/src/views/oilConfig/oilInventory/order.vue index 17f0c05c1..f36aca226 100644 --- a/fuintAdmin/src/views/oilConfig/oilInventory/order.vue +++ b/fuintAdmin/src/views/oilConfig/oilInventory/order.vue @@ -38,7 +38,7 @@ + style="width: 220px"> @@ -90,7 +90,7 @@ -
+
From bd1aed562b92d4a7408190e714aaa890c6635a98 Mon Sep 17 00:00:00 2001 From: WN <19819293608@163.com> Date: Tue, 19 Nov 2024 17:57:08 +0800 Subject: [PATCH 2/3] 11.19 --- fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue b/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue index 2ac0d6995..8e541bf8f 100644 --- a/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue +++ b/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue @@ -882,7 +882,7 @@ import {delLJGoods, listLJGoods} from "@/api/convenienceStore/ljgoods"; const id = row.id || this.ids mmc(id).then(response => { this.form = response.data; - this.youhuiquanlist = response.data.cardValueChildList.filter(item => item.activeGift == '1') + this.youhuiquanlist = response.data.cardValueChildList this.duihuanquanlist = response.data.cardValueChildList.filter(item => item.activeGift == '2') this.dialog = true if (this.form.isonline==1) { From a350fa608532404b000abac5ff898d0268222962 Mon Sep 17 00:00:00 2001 From: ds Date: Wed, 20 Nov 2024 08:34:46 +0800 Subject: [PATCH 3/3] 11.20 --- .../src/views/Site/components/afterff.vue | 8 ++++--- .../src/views/Site/components/before.vue | 19 ++++++++++++----- .../src/views/Site/components/yearff.vue | 21 +++++++++++++------ .../mapper/xml/DeptServiceFeeInfoMapper.xml | 3 ++- .../impl/DeptPriceInfoServiceImpl.java | 12 +++++------ .../impl/DeptServiceFeeInfoServiceImpl.java | 1 + 6 files changed, 43 insertions(+), 21 deletions(-) diff --git a/fuintAdmin_zt/src/views/Site/components/afterff.vue b/fuintAdmin_zt/src/views/Site/components/afterff.vue index 867b6a1e1..64d086dca 100644 --- a/fuintAdmin_zt/src/views/Site/components/afterff.vue +++ b/fuintAdmin_zt/src/views/Site/components/afterff.vue @@ -47,6 +47,7 @@ export default { }) }, getList() { + getAfterListApi({deptId : this.deptId}).then(res => { this.tableData = res.data.records }) @@ -155,9 +156,8 @@ export default { align="center" label="状态"> 修改 收款 diff --git a/fuintAdmin_zt/src/views/Site/components/before.vue b/fuintAdmin_zt/src/views/Site/components/before.vue index ce611ddae..c1fed6679 100644 --- a/fuintAdmin_zt/src/views/Site/components/before.vue +++ b/fuintAdmin_zt/src/views/Site/components/before.vue @@ -7,10 +7,13 @@ import { updateBeforerApi } from "@/api/system/Site/compant"; +import { getDeptName} from '@/api/indexBanner/index' + export default { name: "beforeff", data() { return { + deptName:'', dialogVisible:false, tableData: [ ], form: { @@ -40,8 +43,14 @@ export default { created() { this.getList() this.getData() + this.getDeptName(); }, methods: { + getDeptName(){ + getDeptName().then(res=>{ + this.deptName = res.data.deptName + }) + }, getList() { getBeforeListApi({deptId : this.deptId}).then(res => { this.tableData = res.data.records @@ -155,9 +164,8 @@ export default { align="center" label="状态"> - + import {addYearApi, getYearListApi, updateYearApi} from "@/api/system/Site/compant"; import {parseTime} from "@/utils/fuint"; +import { getDeptName} from '@/api/indexBanner/index' export default { name: "yearff", @@ -8,6 +9,7 @@ export default { data() { return { + deptName:'', dialogVisible:false, tableData: [ ], form: { @@ -26,10 +28,16 @@ export default { deptId: Number }, created() { + this.getDeptName(); console.log("deptId",this.deptId) this.getList() }, methods: { + getDeptName(){ + getDeptName().then(res=>{ + this.deptName = res.data.deptName + }) + }, getList() { getYearListApi({deptId : this.deptId}).then(res => { this.tableData = res.data.records @@ -116,9 +124,9 @@ export default { align="center" label="状态"> - + + order by create_time desc @@ -102,7 +103,7 @@ service_fee_statistics,service_fee_limit,status,create_name,create_time select id,deduction_rate,payment_amount,likely_transaction_volume,service_fee_statistics,service_fee_limit,status from dept_service_fee_info - where dept_id = #{deptId} + where dept_id = #{deptId} and status = 1 diff --git a/fuintBackend/fuint-application/src/main/java/com/fuint/business/deptPay/service/impl/DeptPriceInfoServiceImpl.java b/fuintBackend/fuint-application/src/main/java/com/fuint/business/deptPay/service/impl/DeptPriceInfoServiceImpl.java index 6ca3369f2..7de8a3d3b 100644 --- a/fuintBackend/fuint-application/src/main/java/com/fuint/business/deptPay/service/impl/DeptPriceInfoServiceImpl.java +++ b/fuintBackend/fuint-application/src/main/java/com/fuint/business/deptPay/service/impl/DeptPriceInfoServiceImpl.java @@ -92,7 +92,7 @@ public class DeptPriceInfoServiceImpl implements DeptPriceInfoService { } AccountInfo nowAccountInfo = TokenUtil.getNowAccountInfo(); deptPriceInfo.setCreateName(nowAccountInfo.getRealName()); - deptPriceInfo.setDeptId(nowAccountInfo.getDeptId()); + deptPriceInfo.setDeptId(deptPriceInfo.getDeptId()); boolean isValid = isDateInRange(deptPriceInfo.getSystemValidityPeriodStart(),deptPriceInfo.getSystemValidityPeriodEnd()); @@ -113,14 +113,14 @@ public class DeptPriceInfoServiceImpl implements DeptPriceInfoService { */ @Override public DeptPriceInfo update(DeptPriceInfo deptPriceInfo) { - int countByTime = getCountByTime(deptPriceInfo); - if (countByTime>0) { - throw new RuntimeException("该时间段已有数据"); - } + // int countByTime = getCountByTime(deptPriceInfo); + // if (countByTime>0) { + // throw new RuntimeException("该时间段已有数据"); + // } boolean isValid = isDateInRange(deptPriceInfo.getSystemValidityPeriodStart(),deptPriceInfo.getSystemValidityPeriodEnd()); if (isValid) { - deptPriceInfo.setStatus(1); + deptPriceInfo.setStatus(0); deptPriceInfoMapper.updateStatus(deptPriceInfo); } this.deptPriceInfoMapper.update(deptPriceInfo); diff --git a/fuintBackend/fuint-application/src/main/java/com/fuint/business/deptPay/service/impl/DeptServiceFeeInfoServiceImpl.java b/fuintBackend/fuint-application/src/main/java/com/fuint/business/deptPay/service/impl/DeptServiceFeeInfoServiceImpl.java index d329d9309..9f0f58ac2 100644 --- a/fuintBackend/fuint-application/src/main/java/com/fuint/business/deptPay/service/impl/DeptServiceFeeInfoServiceImpl.java +++ b/fuintBackend/fuint-application/src/main/java/com/fuint/business/deptPay/service/impl/DeptServiceFeeInfoServiceImpl.java @@ -132,6 +132,7 @@ public class DeptServiceFeeInfoServiceImpl implements DeptServiceFeeInfoService */ @Override public DeptServiceFeeInfo update(DeptServiceFeeInfo deptServiceFeeInfo) { + deptServiceFeeInfo.setStatus(0); this.deptServiceFeeInfoMapper.update(deptServiceFeeInfo); return this.queryById(deptServiceFeeInfo.getId()); }