Commit cfd88687 authored by 18083's avatar 18083

核销保证金划转页面调整

parent cb2724ed
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
if (name == 'write_off_amount') { if (name == 'write_off_amount') {
if(!checkAmount()){ if(!checkAmount()){
setTimeout(function () {//防止递归 setTimeout(function () {//防止递归
record.set(name, oldValue); record.set(name, 0);
}); });
} }
...@@ -278,6 +278,7 @@ ...@@ -278,6 +278,7 @@
record.set('due_date', ''); record.set('due_date', '');
record.set('write_off_principal', ''); record.set('write_off_principal', '');
record.set('write_off_interest', ''); record.set('write_off_interest', '');
record.set('write_off_amount', '');
record.set('left_amount', ''); record.set('left_amount', '');
record.set('left_principal', ''); record.set('left_principal', '');
record.set('left_interest', ''); record.set('left_interest', '');
...@@ -793,7 +794,7 @@ ...@@ -793,7 +794,7 @@
return; return;
} }
if (write_date_count > 0) { if (write_date_count > 0) {
Leaf.showInfoMessage('提示', '经营性租赁合同收款核销当天的系统日期不得早于应收日!'); Leaf.showInfoMessage('提示', '经 当天的系统日期不得早于应收日!');
return; return;
} }
//收款核销为融租保证金和经租保证金时:校验收款日期和核销日期存在跨月且收款日期所在月份的营业月结未确认时 18083 2024/7/15 //收款核销为融租保证金和经租保证金时:校验收款日期和核销日期存在跨月且收款日期所在月份的营业月结未确认时 18083 2024/7/15
......
...@@ -359,7 +359,7 @@ ...@@ -359,7 +359,7 @@
prompt="CSH510.CSH_TRANSACTION.YOUR_ACCOUNT_USERNAME" readOnly="true"/> prompt="CSH510.CSH_TRANSACTION.YOUR_ACCOUNT_USERNAME" readOnly="true"/>
</a:box> </a:box>
</a:fieldSet> </a:fieldSet>
<a:grid id="deposit_ertry_detail_result_grid" bindTarget="deposit_ertry_detail_result_ds" height="200" <a:grid id="deposit_ertry_detail_result_grid" bindTarget="deposit_ertry_detail_result_ds" height="400"
navBar="false" width="1050"> navBar="false" width="1050">
<a:toolBar> <a:toolBar>
<a:button type="add"/> <a:button type="add"/>
......
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