<?xml version="1.0" encoding="UTF-8"?> <!-- $Author: xuls $Date: 2017-2-24 上午11:02:21 $Revision: 1.0 $Purpose: --> <a:screen xmlns:a="http://www.leaf-framework.org/application" customizationEnabled="true" dynamiccreateenabled="true"> <a:init-procedure/> <a:view> <script src="${/request/@context_path}/javascripts/hap/dynamicStopAutoQuery.js" type="text/javascript"/> <script type="text/javascript"><![CDATA[ stopDymanicAutoQuery('${/parameter/@layout_code}', 'F_WRITE_OFF_LIST', 'con_contract_cashflow'); window['${/parameter/@layout_code}_on_layout_dynamic_grid_query'] = function (ds, qpara, bp_seq) { //异步打印 ds.setQueryParameter('__async__', 'Y'); }; ]]></script> </a:view> </a:screen>