|
@@ -434,7 +434,7 @@ const execPrint = () => {
|
|
|
.card-container:nth-child(3n+1) { padding-left: 0; }
|
|
|
</style>`;
|
|
|
|
|
|
- const PAGE_MAX_HEIGHT = 1080; // 页面最大高度阈值(px)
|
|
|
+ const PAGE_MAX_HEIGHT = 840; // 页面最大高度阈值(px)
|
|
|
let currentPageHTML = printStyle; // 当前页内容
|
|
|
let currentPageTotalHeight = 0; // 当前页累计高度(px)
|
|
|
let currentRowHTML = ''; // 当前行的HTML内容
|
|
@@ -509,7 +509,6 @@ const execPrint = () => {
|
|
|
}
|
|
|
|
|
|
LODOP.PREVIEW();
|
|
|
-
|
|
|
printPatientBottleInfos.value = []
|
|
|
// LODOP.PRINT_INIT('infusionCard')
|
|
|
// LODOP.SET_PRINT_PAGESIZE(1, '210mm', '297mm', '')
|