diff --git a/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue b/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue index c2b46a689..8e541bf8f 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 @@ - + { 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) { @@ -1109,11 +1112,7 @@ import {delLJGoods, listLJGoods} from "@/api/convenienceStore/ljgoods"; align-items: center; font-size: 18px; } - .xh-box{ - - - } .demo-drawer__content{ width: 100%; box-sizing: border-box; diff --git a/fuintAdmin/src/views/EventMarketing/center/index.vue b/fuintAdmin/src/views/EventMarketing/center/index.vue index a53e9c237..5a628ce2a 100644 --- a/fuintAdmin/src/views/EventMarketing/center/index.vue +++ b/fuintAdmin/src/views/EventMarketing/center/index.vue @@ -733,7 +733,7 @@ export default { .bai-box { width: 100%; - height: 83vh; + height: 85vh; background: #fff; border-radius: 10px; box-sizing: border-box; diff --git a/fuintAdmin/src/views/EventMarketing/openCardGift/TimeLimited.vue b/fuintAdmin/src/views/EventMarketing/openCardGift/TimeLimited.vue index 5f31ae220..3be7a3e91 100644 --- a/fuintAdmin/src/views/EventMarketing/openCardGift/TimeLimited.vue +++ b/fuintAdmin/src/views/EventMarketing/openCardGift/TimeLimited.vue @@ -227,7 +227,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 @@ -
+
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: { @@ -27,10 +29,16 @@ export default { status: Boolean }, created() { + this.getDeptName(); console.log("deptId",this.deptId) this.getList() }, methods: { + getDeptName(){ + getDeptName().then(res=>{ + this.deptName = res.data.deptName + }) + }, getList() { console.log(this.status) if(this.status){ @@ -124,9 +132,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()); }