Commit dcaf9ef9 authored by Spencer Chang's avatar Spencer Chang

[fix] 一次性回购设置支付频率为空,支付期数为1

parent 00b1aa9c
......@@ -84,6 +84,7 @@
record.getField('payment_period').setReadOnly(true);
record.set('payment_period', 1);
record.set('payment_frequency', '');
record.set('payment_frequency_n', '');
if (name == 'ccr_due_amount') {
var due_amount = record.get('due_amount') || 0;
if (due_amount < value) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment