|
@@ -17,6 +17,7 @@
|
17
|
17
|
v-for="(record, index) in records"
|
18
|
18
|
:key="record.id"
|
19
|
19
|
class="print_page_main_content"
|
|
20
|
+ style="page-break-after: always;"
|
20
|
21
|
>
|
21
|
22
|
<div id="dialysis-print-box">
|
22
|
23
|
<div class="dialysis-print-order">
|
|
@@ -396,7 +397,7 @@
|
396
|
397
|
import { jsGetAge, uParseTime } from '@/utils/tools'
|
397
|
398
|
import { getDataConfig } from '@/utils/data'
|
398
|
399
|
import BreadCrumb from '@/xt_pages/components/bread-crumb'
|
399
|
|
-
|
|
400
|
+ import print from "print-js";
|
400
|
401
|
export default {
|
401
|
402
|
name: 'BatchPrintOrderSeven',
|
402
|
403
|
components: {
|