yq1 1 year ago
parent
commit
f6b048fabc

+ 1 - 1
src/xt_pages/outpatientTool/components/newSettlePrint.vue View File

@@ -29,8 +29,8 @@ import { uParseTime } from '@/utils/tools'
29 29
 import axios from 'axios'
30 30
 import { getAllDoctorList, getAllHisPatientList } from '@/api/project/project'
31 31
 import { getPrivateExpenses, getPrivateExpensesOrder, getPrivateExpensesTwo } from '@/api/his/his'
32
-
33 32
 import Print9919 from './print9919.vue'
33
+import printJS from "print-js";
34 34
 export default {
35 35
   name: 'dialysisPrintOrder',
36 36
   components: {

+ 1 - 1
src/xt_pages/outpatientTool/components/print9919.vue View File

@@ -2,7 +2,7 @@
2 2
   <div id="statement-print" class="statement-print">
3 3
 
4 4
     <div class="statementTitle">广东省社会医疗保险医疗费用结算单</div>
5
-    <table class="statementTable" border="1">
5
+    <table class="statementTable" border="1" style="border-collapse: collapse;">
6 6
       <tr>
7 7
         <td width="80">机构名称</td>
8 8
         <td colspan="4">{{info.org_name}}</td>