修复 【营销计划】新增立减金或编辑立减金,满金额不需要和总预算进行对比

This commit is contained in:
wangsongsole 2022-06-15 09:44:29 +08:00
parent 55aa61ba15
commit e94da02672
1 changed files with 0 additions and 5 deletions

View File

@ -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