credit_entrance_detail_fixed.lview 1.3 KB
Newer Older
陆正友's avatar
陆正友 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
<?xml version="1.0" encoding="UTF-8"?>

<!--
    $Author: sf
$Date: 2019/09/24 21:19
$Revision: 1.0
$Purpose: 商业伙伴授信维护
-->
<a:screen xmlns:a="http://www.leaf-framework.org/application" customizationEnabled="true" dynamiccreateenabled="true" trace="true">
    <a:init-procedure>
        <a:model-query fetchAll="true" model="basic.get_sys_default_time" rootPath="sys_default_time"/>-->
    </a:init-procedure>
    <a:view>
        <a:link id="credit_enhance_detail_link_id" model="cont.CON500.con_contract_get_layout_code" modelaction="update"/>

        <script type="text/javascript"><![CDATA[
        Leaf.onReady(function(){

            var ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'con_contract');
            var record = $(ds_id).getCurrentRecord();
            $(ds_id).setQueryParameter('bp_id','${/parameter/@bp_id}');
            $(ds_id).query();

        })
        //确认按钮
        window['${/parameter/@layout_code}_user_button1_layout_dynamic_click'] = function() {

        }
        //退回按钮
        window['${/parameter/@layout_code}_user_button2_layout_dynamic_click'] = function() {

        }
        ]]></script>
        <a:screen-include screen="modules/cont/CON500/con_contract_get_layout_code.lview"/>
    </a:view>
</a:screen>