瀏覽代碼

7月24,74号批量

yq1 10 月之前
父節點
當前提交
f8b3493a11
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/xt_pages/dialysis/batch_print/batch_print_order_seventyfour.vue

+ 2 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_seventyfour.vue 查看文件

@@ -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: {