修复 【营销计划】新增立减金或编辑立减金,满金额不需要和总预算进行对比
This commit is contained in:
parent
55aa61ba15
commit
e94da02672
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue