Commit 9875b9e2 authored by 18083's avatar 18083

提前结清、解约回购保证金抵扣

parent af390dab
......@@ -131,7 +131,7 @@
if (deposit_balance < value) {
Leaf.showMessage('${l:HLS.PROMPT}', '调整后的保证金抵扣金额必须小于等于保证金余额!');
setTimeout(function () {
record.set('deposit_balance', 0);
record.set('deposit_deduction', 0);
}, 5);
return;
}
......
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