|
@@ -223,7 +223,7 @@ export class JpcExClass {
|
|
|
mergeRst.Top = parseInt(mergedBand.Top.toFixed(0));
|
|
mergeRst.Top = parseInt(mergedBand.Top.toFixed(0));
|
|
|
mergeRst.Bottom = parseInt(mergedBand.Bottom.toFixed(0));
|
|
mergeRst.Bottom = parseInt(mergedBand.Bottom.toFixed(0));
|
|
|
}
|
|
}
|
|
|
- return null;
|
|
|
|
|
|
|
+ return mergeRst;
|
|
|
}
|
|
}
|
|
|
//1.
|
|
//1.
|
|
|
let rstPage: IRstPage = {
|
|
let rstPage: IRstPage = {
|
|
@@ -243,7 +243,7 @@ export class JpcExClass {
|
|
|
bands,
|
|
bands,
|
|
|
rst.control_collection,
|
|
rst.control_collection,
|
|
|
me,
|
|
me,
|
|
|
- null as unknown as ICustomizeCfg
|
|
|
|
|
|
|
+ (null as unknown) as ICustomizeCfg
|
|
|
); //方法中定义了5个参数,这里只传进去了4个参数,故加一个参数,by lish
|
|
); //方法中定义了5个参数,这里只传进去了4个参数,故加一个参数,by lish
|
|
|
} else if (me.billTab) {
|
|
} else if (me.billTab) {
|
|
|
rstPage.cells = me.billTab.outputAsPreviewPage(
|
|
rstPage.cells = me.billTab.outputAsPreviewPage(
|