Bläddra i källkod

9月26,48号批量打印单

yq1 6 månader sedan
förälder
incheckning
3b4647573d

+ 5 - 4
src/xt_pages/dialysis/batch_print/batch_print_order_fortyeight.vue Visa fil

@@ -9,7 +9,7 @@
9 9
       <div id="print_content">
10 10
         <div v-for="(record, index) in records" :key="record.id" class="print_page_main_content">
11 11
           <div id="dialysis-print-box">
12
-            <div class="dialysis-print-order">
12
+            <div class="dialysis-print-order" style="">
13 13
               <div class="order-yy-name"></div>
14 14
               <div class="order-title">
15 15
                 {{ orgname }}&nbsp;&nbsp;&nbsp;血液净化治疗记录单
@@ -697,7 +697,7 @@
697 697
                   </td>
698 698
                 </tr> -->
699 699
               </table>
700
-              <table class="print-table" border="1">
700
+              <table class="print-table" border="1" style="">
701 701
                 <tr>
702 702
                   <th style="min-width:60px">
703 703
                     <p style="height:20px;line-height:20px">时间</p>
@@ -1640,7 +1640,8 @@ export default {
1640 1640
 }
1641 1641
 
1642 1642
 .dialysis-print-order .print-table {
1643
-  width: 100%;
1643
+  /* width: 100%; */
1644
+  width: 99%;
1644 1645
   text-align: center;
1645 1646
   border-collapse: collapse;
1646 1647
   line-height: 40px;
@@ -1790,7 +1791,7 @@ export default {
1790 1791
 }
1791 1792
 
1792 1793
 .dialysis-print-order .print-table {
1793
-  width: 100%;
1794
+  /* width: 100%; */
1794 1795
   text-align: center;
1795 1796
   border-collapse: collapse;
1796 1797
   line-height: 40px;

+ 14 - 4
src/xt_pages/outpatientCharges/listPrint.vue Visa fil

@@ -15,7 +15,7 @@
15 15
 
16 16
     <div class='dialysisPage' style="padding-top:40px;">
17 17
 
18
-      <listPrintforu v-if=" org_id != 10106&&org_id != 10215&&org_id != 10265 && org_id!=9675 && org_id!=10485 && org_id != 10191 && org_id != 0"
18
+      <listPrintforu v-if=" org_id != 10106&&org_id != 10215&&org_id != 10265 && org_id!=9675 && org_id!=10485 && org_id != 10191"
19 19
         :list="list" :patient="patient" :order="order" :admin="admin">
20 20
       </listPrintforu>
21 21
       <printOne v-if="org_id == 10191" :list="list" :patient="patient" :order="order" :admin="admin"></printOne>
@@ -23,7 +23,7 @@
23 23
       <print-three v-if="org_id == 10106 && this.paramsObj.balance_accounts_type == 2" :info="info" :order_infos="order_infos" :p_admin="p_admin" :charge_admin="charge_admin"></print-three>
24 24
 <!--      <list-print-two v-if="org_id == 10215 || org_id==9675" :list="list" :patient="patient" :order="order" :admin="admin"></list-print-two>-->
25 25
      <list-print-three v-if="org_id == 10215 || org_id==9675  || org_id ==10485" :list="list" :patient="patient" :order="order" :admin="admin"></list-print-three>
26
-      <print-two10265  v-if="org_id == 10265 || org_id == 0 " :list="list" :patient="patient" :order="order" :admin="admin" :hospital_record="hospital_record"></print-two10265>
26
+      <print-two10265  v-if="org_id == 10265 " :list="list" :patient="patient" :order="order" :admin="admin" :hospital_record="hospital_record"></print-two10265>
27 27
     </div>
28 28
   </div>
29 29
 </template>
@@ -101,7 +101,7 @@
101 101
             this.$message.error(response.data.msg)
102 102
             return false
103 103
           } else {
104
-            if(this.org_id == 10265 || this.org_id == 0){
104
+            if(this.org_id == 10265 ){
105 105
               this.order = response.data.data.order
106 106
               this.patient = response.data.data.patient
107 107
               this.admin = response.data.data.admin_info
@@ -596,7 +596,17 @@
596 596
             })
597 597
 
598 598
 
599
-          }else {
599
+          }else if(this.org_id == 10210 || this.org_id == 0){
600
+            const style =
601
+              '@media print {.listTitle{font-size: 20px;text-align: center;font-weight: bold;margin-bottom: 10px;}.listInfo{display: flex;font-size: 14px;justify-content: space-around;margin: 10px 0;} .listTable{width: 100%;text-align: center;border-collapse: collapse;line-height: 20px;font-size: 14px;border-color: #000;text-align:left;}.listTable tr td {padding: 0 5px;}.tableBottom{font-size: 12px;display: flex;margin-top: 10px;}.tableBottomOne{margin-right: 20px;}}'
602
+            printJS({
603
+              printable: 'list-print',
604
+              type: 'html',
605
+              style: style,
606
+              scanStyles: false
607
+            })
608
+          }
609
+          else {
600 610
             const style =
601 611
               '@media print {.listTitle{font-size: 24px;text-align: center;font-weight: bold;margin-bottom: 10px;}.listInfo{display: flex;font-size: 16px;justify-content: space-between;margin: 10px 0;} .listTable{width: 100%;text-align: center;border-collapse: collapse;line-height: 20px;font-size: 14px;border-color: #000;text-align:left;}.listTable tr td {padding: 0 5px;}.tableBottom{font-size: 12px;display: flex;margin-top: 10px;}.tableBottomOne{margin-right: 20px;}}'
602 612
             printJS({

+ 11 - 11
src/xt_pages/outpatientCharges/listTemplate/listPrintforu.vue Visa fil

@@ -24,31 +24,31 @@
24 24
         
25 25
         <table class="listTable" style="text-align: center;">
26 26
             <tr style="border-bottom: 1px solid black;">
27
-              <td style="width:12%" v-if="org_id==10489 || org_id==0">开方日期</td>
27
+              <td style="width:12%" v-if="org_id==10489">开方日期</td>
28 28
               <td style="width:20%">医保编码</td>
29 29
               <td style="width:20%">项目名称</td>
30
-              <td style="width:13%">规格</td>
30
+              <td style="width:12%">规格</td>
31 31
               <td style="width:5%">数量</td>
32 32
               <td style="width:5%">单位</td>
33
-              <td style="width:8%">单价(元)</td>
34
-              <td style="width:8%">金额(元)</td>
33
+              <td style="width:7%">单价(元)</td>
34
+              <td style="width:7%">金额(元)</td>
35 35
               <td style="width:8%">自付比例</td>
36 36
             </tr>
37 37
             <tr v-for="(item,index) in list" style="line-height: 30px;">
38
-                <td style="width:12%" v-if="org_id==10489|| org_id==0">
38
+                <td style="width:12%" v-if="org_id==10489">
39 39
                   <span v-if="item.code!=undefined">{{getTimes(item.record_date) }}</span>
40 40
                 </td>
41 41
                 <td style="width:20%">{{item.code}}</td>
42 42
                 <td style="width:20%">{{item.name}}</td>
43
-                <td style="width:13%">{{item.spec}}</td>
43
+                <td style="width:12%">{{item.spec}}</td>
44 44
                 <td style="width:5%" >
45 45
                   <span v-if="item.code!=undefined">{{item.count}}</span>
46 46
                 </td>
47 47
                 <td style="width:5%" >{{item.unit}}</td>
48
-                <td style="width:8%">
48
+                <td style="width:7%">
49 49
                   <span v-if="item.code!=undefined">{{(item.price*1).toFixed(2)}}</span>
50 50
                 </td>
51
-                <td style="width:8%">{{(item.price * item.count).toFixed(2)}}</td>
51
+                <td style="width:7%">{{(item.price * item.count).toFixed(2)}}</td>
52 52
                 <td style="width:8%" v-if="item.code!=undefined">
53 53
                   {{(item.selfpay_prop)*100}}
54 54
                   <span v-if="item.selfpay_prop !=''">%</span>
@@ -197,15 +197,15 @@ export default {
197 197
   padding:20px 10px;
198 198
 }
199 199
 .listTitle{
200
-  font-size: 24px;
200
+  font-size: 20px;
201 201
   text-align: center;
202 202
   font-weight: bold;
203 203
   margin-bottom: 10px;
204 204
 }
205 205
 .listInfo{
206 206
   display: flex;
207
-  font-size: 16px;
208
-  justify-content: space-between;
207
+  font-size: 14px;
208
+  justify-content: space-around;
209 209
   margin: 10px 0;
210 210
 }
211 211
 .listTable{