<?xml version="1.0" encoding="UTF-8"?>

<a:screen xmlns:a="http://www.leaf-framework.org/application" customizationEnabled="true" dynamiccreateenabled="true">
    <a:init-procedure/>
    <a:view>
<!--        <a:link id="BmLink_MainScreen_functionHit" model="sys.sys_page_function_visit" modelaction="update"/>-->
        <script><![CDATA[
        //退出按钮
        window['${/parameter/@layout_code}_user_button1_layout_dynamic_click'] = function () {
            $('hls_bp_master_billing').close();
        }


        Leaf.onReady(function () {
            var billing_ds = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'],'hls_bp_master');
            // console.log($(billing_ds));
            $(billing_ds).setQueryParameter("bp_id","${/parameter/@bp_id}");
            $(billing_ds).query();
            }
        )
        ]]></script>
        <a:screen-include screen="modules/cont/CON500/con_contract_get_layout_code.lview"/>
    </a:view>
</a:screen>