From fc5fad3d2ba11eb45374a567ceee542d73cf9507 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Tue, 3 Jun 2025 10:45:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=8D=95=E8=BD=A6=E8=BF=94?= =?UTF-8?q?=E5=88=A9=E6=A0=B8=E5=AF=B9=E3=80=81=E4=B8=93=E9=A1=B9=E8=BF=94?= =?UTF-8?q?=E5=88=A9=E6=A0=B8=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bicyclerebatetobechecked.vue | 16 ++++++++-------- .../specialrebatetobechecked.vue | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatetobechecked.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatetobechecked.vue index d675141ebc..ab3eb9dc3a 100644 --- a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatetobechecked.vue +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatetobechecked.vue @@ -749,14 +749,14 @@ export default { this.formobj.adjustmentMoney = Math.round((parseFloat(this.formobj.firstRebate !== '' ? this.formobj.firstRebate : 0) + parseFloat(this.formobj.secondRebate !== '' ? this.formobj.secondRebate : 0) - parseFloat(this.formobj.surplusRebate !== '' ? this.formobj.surplusRebate : 0)) * 100) / 100 }, handleSave() { - if (parseFloat(this.formobj.firstRebate) < 0) { - this.$message({ showClose: true, type: 'error', message: '待确定金额分配模块其中含返利为负数,请检查所填写相关费用是否正确' }) - return - } - if (parseFloat(this.formobj.secondRebate) < 0) { - this.$message({ showClose: true, type: 'error', message: '返利二次上传模块其中含返利为负数,请检查所填写相关费用是否正确' }) - return - } + // if (parseFloat(this.formobj.firstRebate) < 0) { + // this.$message({ showClose: true, type: 'error', message: '待确定金额分配模块其中含返利为负数,请检查所填写相关费用是否正确' }) + // return + // } + // if (parseFloat(this.formobj.secondRebate) < 0) { + // this.$message({ showClose: true, type: 'error', message: '返利二次上传模块其中含返利为负数,请检查所填写相关费用是否正确' }) + // return + // } req.adjustment(this.formobj).then((resp) => { if (resp.success) { this.$message({ showClose: true, type: 'success', message: '保存成功' }) diff --git a/anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatecheck/specialrebatetobechecked.vue b/anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatecheck/specialrebatetobechecked.vue index be66cd4b20..cb1261a3f7 100644 --- a/anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatecheck/specialrebatetobechecked.vue +++ b/anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatecheck/specialrebatetobechecked.vue @@ -747,14 +747,14 @@ export default { this.formobj.adjustmentMoney = Math.round((parseFloat(this.formobj.firstRebate !== '' ? this.formobj.firstRebate : 0) + parseFloat(this.formobj.secondRebate !== '' ? this.formobj.secondRebate : 0) - parseFloat(this.formobj.surplusRebate !== '' ? this.formobj.surplusRebate : 0)) * 100) / 100 }, handleSave() { - if (parseFloat(this.formobj.firstRebate) < 0) { - this.$message({ showClose: true, type: 'error', message: '待确定金额分配模块其中含返利为负数,请检查所填写相关费用是否正确' }) - return - } - if (parseFloat(this.formobj.secondRebate) < 0) { - this.$message({ showClose: true, type: 'error', message: '返利二次上传模块其中含返利为负数,请检查所填写相关费用是否正确' }) - return - } + // if (parseFloat(this.formobj.firstRebate) < 0) { + // this.$message({ showClose: true, type: 'error', message: '待确定金额分配模块其中含返利为负数,请检查所填写相关费用是否正确' }) + // return + // } + // if (parseFloat(this.formobj.secondRebate) < 0) { + // this.$message({ showClose: true, type: 'error', message: '返利二次上传模块其中含返利为负数,请检查所填写相关费用是否正确' }) + // return + // } req.adjustment(this.formobj).then((resp) => { if (resp.success) { this.$message({ showClose: true, type: 'success', message: '保存成功' })