|
@@ -43,7 +43,7 @@ let userId_Leng = "5acac1e885bf55000bd055ba"; //小冷User Id2
|
|
|
// demoPrjId = 720; //QA: DW3
|
|
|
//demoPrjId = 1626; //QA:
|
|
|
// demoPrjId = 2260; //QA:
|
|
|
-demoPrjId = 3604; //QA:
|
|
|
+demoPrjId = 3602; //QA:
|
|
|
//*/
|
|
|
let userId_Dft = userId_Leng;
|
|
|
// let userId_Dft = "5a025c4c15074d134c2b9689";
|
|
@@ -89,9 +89,9 @@ test('测试 - 测试模板啦: ', function (t) {
|
|
|
let pageRst = printCom.outputAsSimpleJSONPageArray(rptTpl, tplData, 1, maxPages, defProperties);
|
|
|
if (pageRst) {
|
|
|
// fsUtil.writeObjToFile(pageRst, "D:/GitHome/ConstructionCost/tmp/testBuiltPageResult_测试模板.jsp");
|
|
|
- // rpt_xl_util.exportExcel(pageRst, pagesize, "local_test_rpt_excel", true, null, null, function(uuidName){
|
|
|
- // console.log("excel uuid: " + uuidName);
|
|
|
- // });
|
|
|
+ rpt_xl_util.exportExcel(pageRst, pagesize, "local_test_rpt_excel", true, null, null, function(uuidName){
|
|
|
+ console.log("excel uuid: " + uuidName);
|
|
|
+ });
|
|
|
// rpt_pdf_util.export_pdf_file(pageRst, pagesize, 'local_test_rpt_pdf', function(uuidName){
|
|
|
// console.log("pdf uuid: " + uuidName);
|
|
|
// });
|