con_print_path.js 199 Bytes EditWeb IDE 1 2 3 4 5 6 7 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/'; };