<?xml version="1.0" encoding="UTF-8"?> <!-- $Author: Think $Date: 2016-8-31 上午10:01:29 $Revision: 1.0 $Purpose: --> <a:screen xmlns:s="leaf.plugin.script" xmlns:a="http://www.leaf-framework.org/application" customizationEnabled="true" dynamiccreateenabled="true" trace="true"> <a:init-procedure> <a:model-query fetchAll="true" model="cont.CON500.con_contract_get_guid_file_name" rootPath="file_name_path"/> <a:model-query fetchAll="true" model="cont.CON632.con632_sys_user" rootPath="sys_user_path"/> <s:server-script import="con_print_path.js"><![CDATA[ set_parameter_file_path(); ]]></s:server-script> </a:init-procedure> <a:view> <a:link id="${/parameter/@layout_code}_creat_con_legal_content_link_id" model="cont.CON632C.con632c_letter_file" modelaction="update"/> <a:link id="${/parameter/@layout_code}_file_copy_from_template_link_id" url="${/request/@context_path}/modules/cont/CON632C/file_copy_from_template.lsc"/> <a:link id="${/parameter/@layout_code}_con_batch_dl_link_id" url="${/request/@context_path}/modules/cont/CON632C/con_atm_batch_dl.lsc"/> <a:link id="${/parameter/@layout_code}_hls_doc_file_content_link_id" model="cont.CON632C.con632_hls_doc_file_content" modelaction="update"/> <a:link id="${/parameter/@layout_code}_hls_doc_file_batch_create_print_link_id" url="${/request/@context_path}/modules/cont/CON632C/hls_doc_file_batch_create.lsc"/> <a:link id="${/parameter/@layout_code}_hls_doc_batch_download_pdf_print_link_id" url="${/request/@context_path}/modules/cont/CON632C/hls_doc_batch_download_pdf.lsc"/> <a:link id="${/parameter/@layout_code}_car_modify_special_link" url="${/request/@context_path}/modules/prj/PRJ500N/prj_project_create_special.lview"/> <a:link id="${/parameter/@layout_code}_con_get_layout_code_link_id" model="cont.CON500.con_contract_get_layout_code" modelaction="update"/> <a:link id="${/parameter/@layout_code}_con_contract_cashflow_id" url="${/request/@context_path}/modules/cont/CON632/con_contract_cashflow.lview"/> <a:link id="${/parameter/@layout_code}_prj500_cdd_uploadFile_id" url="${/request/@context_path}/uploadFile.lview"/> <a:link id="${/parameter/@layout_code}_prj500_cdd_downloadFile_id" url="${/request/@context_path}/downloadFile.lview"/> <script type="text/javascript"><![CDATA[ function lock_current_window() { Leaf.Masker.mask(Ext.getBody(), '${l:HLS.EXECUTING}'); } function unlock_current_window() { Leaf.Masker.unmask(Ext.getBody()); } window['${/parameter/@layout_code}_user_button1_layout_dynamic_click'] = function() { var content_id; Leaf.request({ url: $('${/parameter/@layout_code}_hls_doc_file_content_link_id').getUrl(), para: { content_id: content_id, document_table: 'CON_COLLECTION_TOOL', document_id: '${/parameter/@collection_id}', temp_code:'COL_LETTER' }, success: function(rsc) { Leaf.request({ url: $('${/parameter/@layout_code}_hls_doc_file_batch_create_print_link_id').getUrl(), para: { document_id: '${/parameter/@collection_id}', document_table: 'CON_COLLECTION_TOOL', batch_flag: 'Y', source_type: 'COMMON' }, success: function(res) { var url_l = $('${/parameter/@layout_code}_hls_doc_batch_download_pdf_print_link_id').getUrl() + '?content_id=' + rsc.result.content_id + '&download_file_flag=Y&file_path=${/parameter/@file_path}&source_type=COMMON&type=SIN&fnd_atm_flag=Y'; window.open(href = url_l, target = "_self"); } }); } }); }; /* if ('${/parameter/@function_code}') { zjwfl5110_ApproveChecker_add('zjwfl5110_submit', function(type) { if (type == 'agree') { //提交先保存 window['${/parameter/@layout_code}_SAVE_LAYOUT_DYNAMIC_CLICK'](); return true; } else { return false; } }); } */ if ('${/parameter/@layout_code}' == 'COL_LETTER_MAIL') { //from加载时调用 window['${/parameter/@bp_seq}${/parameter/@layout_code}_on_layout_dynamic_form_add_and_load'] = function(ds, record, config_records, bp_seq) { var ds_id = get_dsid_by_tabcode_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'F_BASIC', 'con_collection_tool'); if (ds_id) { record.set('express_person', '${/model/sys_user_path/record/@user_id}'); record.set('express_person_n', '${/model/sys_user_path/record/@description}'); record.set('express_time', new Date()); }; } } window['${/parameter/@layout_code}_dynamic_link_renderer'] = function(value, record, name, config_record) { if (name == 'project_number') { return '<a href="javascript:open_project_Window(\'' + record.id + '\',\'' + record.ds.id + '\');">' + value + '</a>'; } else if (name == 'attachment') { link_function = '${/parameter/@layout_code}_prj500_cdd_attachtment_upload'; return '<a href="javascript:window[\'' + link_function + '\'](\'' + record.ds.id + '\',\'' + record.id + '\',\'' + name + '\',\'' + config_record.get('query_only') + '\');">' + config_record.get('prompt') + '</a>'; } else if (name == 'attach_file_name') { //附件名称 if (value != null) { var link = '${/request/@context_path}/atm_download.lsc?attachment_id='; var str = value.split(';;'); var url = ''; for (var i = 0;i < str.length;i++) { var temp = str[i].split('--'); if (!Leaf.isEmpty(temp[0])) { var file_suffix = temp[0].substr(temp[0].lastIndexOf('.') + 1).toUpperCase(); if (file_suffix == 'BMP' || file_suffix == 'JPG' || file_suffix == 'JPEG' || file_suffix == 'PNG' || file_suffix == 'GIF') { url = url + '<a ref="img" href=' + link + temp[1] + '>' + temp[0] + '</a>' + ','; } else { url = url + '<a href=' + link + temp[1] + '>' + temp[0] + '</a>' + ','; } } } return url; } //逾期信息 } else if (name == 'due_times') { link_function = '${/parameter/@layout_code}_overdue_cashflow'; return '<a href="javascript:window[\'' + link_function + '\'](\'' + record.id + '\',\'' + record.ds.id + '\');">' + value + '</a>'; } }; //打开现金流逾期信息 window['${/parameter/@layout_code}_overdue_cashflow'] = function(record_id, ds_id) { var win = new Leaf.Window({ url: $('${/parameter/@layout_code}_con_contract_cashflow_id').getUrl(), title: '逾期状态', params: { contract_id: '${/parameter/@contract_id}', winid: '${/parameter/@layout_code}_con_contract_cashflow_winid' }, id: '${/parameter/@layout_code}_con_contract_cashflow_winid', width: 1100, height: 400 }); }; //附件上传 window['${/parameter/@layout_code}_prj500_cdd_attachtment_upload'] = function(ds_id, id, name, query_only) { var record = $(ds_id).findById(id); if (record.get('check_id')) { var url; if (query_only == 'Y') { url = $('${/parameter/@layout_code}_prj500_cdd_downloadFile_id').getUrl() + '?table_name=PRJ_CDD_ITEM_CHECK&header_id=' + record.get('check_id'); } else { url = $('${/parameter/@layout_code}_prj500_cdd_uploadFile_id').getUrl() + '?table_name=PRJ_CDD_ITEM_CHECK&header_id=' + record.get('check_id'); } var win = new Leaf.Window({ url: url, title: '${l:HLS.SUPPORTING_DOCUMENT}', id: '${/parameter/@layout_code}${/parameter/@tree_code}_prj500_cdd_uploadFile_screen_id', width: 850, height: 400 }); win.on('close', function() { record.ds.query(); }); } else { Leaf.showMessage('${l:HLS.PROMPT}', '请先保存!'); } }; function open_project_Window(record_id, ds_id) { var record = $(ds_id).findById(record_id); var maintain_type = 'QUERY'; var param = {}; param['company_id'] = record.get('company_id'); param['project_id'] = record.get('project_id'); param['function_code'] = 'PRJ502D'; param['function_usage'] = 'QUERY'; param['bp_class'] = record.get('bp_class'); param['maintain_type'] = maintain_type; /* param['window_open_flag'] = 'Y'; param['show_history_flag'] = 'Y'; */ param['url_title'] = '${l:HLS.PROJECT_MAITAIN}'; hls_doc_get_layout_code('${/parameter/@layout_code}_con_get_layout_code_link_id', param, '${/parameter/@layout_code}_car_modify_special_link', ds_id, '${/parameter/@layout_code}'); } ]]></script> <a:screen-include screen="modules/cont/CON500/con_contract_get_layout_code.lview"/> </a:view> </a:screen>