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