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
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<!--
$Author:
$Date: 2014-8-4 下午01:58:31
$Revision: 1.0
$Purpose: 商业伙伴查询
-->
<a:screen xmlns:a="http://www.leaf-framework.org/application" customizationEnabled="true" dynamiccreateenabled="true" trace="true">
<a:view>
<a:link id="ins_get_layout_code_link_id" model="cont.CON500.con_contract_get_layout_code" modelaction="update"/>
<a:link id="pageLink_ins_welcome" url="${/request/@context_path}/welcome.lview"/>
<script type="text/javascript"><![CDATA[
//前进按钮
window['${/parameter/@layout_code}_user_button2_layout_dynamic_click'] = function() {
history.go(1);
};
//后退按钮
window['${/parameter/@layout_code}_user_button1_layout_dynamic_click'] = function() {
/* location.href = $('pageLink_ins_welcome').getUrl();
parent.shMenu('show'); */
history.go(-1);
};
window['${/parameter/@layout_code}_on_layout_dynamic_grid_query'] = function(ds, qpara, bp_seq) {
var ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'ins_insurance_policy');
if(ds==$(ds_id)){
aut_authority_list_validate_query(ds, qpara);
}
};
]]></script>
<a:screen-include screen="modules/cont/CON500/con_contract_authority_list_validate.lview?document_category=INSURANCE&function_code=INS500D&custom_code=INS500D"/>
<a:screen-include screen="modules/cont/CON500/con_contract_get_layout_code.lview"/>
</a:view>
</a:screen>