con_print_path.js 199 Bytes
function set_parameter_file_path(name) {
	$ctx.parameter.file_path = '/u01/hls_file/excel/';
};
function set_pdf_parameter_file_path(name) {
	$ctx.parameter.file_path = 'D:/u01/hls_file/excel/';
};