From e94da02672fe54a57909ebf7c6b7e312c7065eb4 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Wed, 15 Jun 2022 09:44:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E3=80=90=E8=90=A5?= =?UTF-8?q?=E9=94=80=E8=AE=A1=E5=88=92=E3=80=91=E6=96=B0=E5=A2=9E=E7=AB=8B?= =?UTF-8?q?=E5=87=8F=E9=87=91=E6=88=96=E7=BC=96=E8=BE=91=E7=AB=8B=E5=87=8F?= =?UTF-8?q?=E9=87=91=EF=BC=8C=E6=BB=A1=E9=87=91=E9=A2=9D=E4=B8=8D=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E5=92=8C=E6=80=BB=E9=A2=84=E7=AE=97=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E5=AF=B9=E6=AF=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/knockGold/index.jsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/knockGold/index.jsx b/src/components/knockGold/index.jsx index 17d9017c..20dbc0d8 100644 --- a/src/components/knockGold/index.jsx +++ b/src/components/knockGold/index.jsx @@ -476,11 +476,6 @@ export default class addKnockGold extends Component { return false } - if (this.state.model.denomination - 0 > this.state.model.all_budget - 0) { - Notify.error('面额不允许大于总预算') - return false - } - if (this.state.model.all_budget - 0 < this.state.model.day_budget - 0) { Notify.error('单天预算发放上限不允许大于总预算') return false