Commit e164edfe authored by 18083's avatar 18083

核销反冲租金是否出凭证逻辑调整

parent 939d7096
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
</a:columns> </a:columns>
</a:grid> </a:grid>
</a:screenBody> </a:screenBody>
<script> <script><![CDATA[
Leaf.onReady(init); Leaf.onReady(init);
function init() { function init() {
var headers_ds = $('csh_transaction_receipt_write_off_reverse_detail_head_ds'); var headers_ds = $('csh_transaction_receipt_write_off_reverse_detail_head_ds');
...@@ -191,11 +191,11 @@ ...@@ -191,11 +191,11 @@
if ('${/model/extend_month/record/@check_flag}' =='N'){ if ('${/model/extend_month/record/@check_flag}' =='N'){
$('extend_month_id').hide(); $('extend_month_id').hide();
} }
if ('${/model/extend_month/record/@check_flag}' =='N' && '${/model/extend_gld_rent/record/@rent_check_flag}' =='N'){ if (('${/model/extend_month/record/@check_flag}' =='N')||('${/model/extend_month/record/@check_flag}' =='Y' && '${/model/extend_gld_rent/record/@rent_check_flag}' =='N')){
$('gld_rent_id').hide(); $('gld_rent_id').hide();
} }
} }
</script> ]]></script>
</a:view> </a:view>
</a:screen> </a:screen>
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