Przeglądaj źródła

9月26,48号批量打印单

yq1 6 miesięcy temu
rodzic
commit
3b4647573d

+ 5 - 4
src/xt_pages/dialysis/batch_print/batch_print_order_fortyeight.vue Wyświetl plik

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

+ 14 - 4
src/xt_pages/outpatientCharges/listPrint.vue Wyświetl plik

15
 
15
 
16
     <div class='dialysisPage' style="padding-top:40px;">
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
         :list="list" :patient="patient" :order="order" :admin="admin">
19
         :list="list" :patient="patient" :order="order" :admin="admin">
20
       </listPrintforu>
20
       </listPrintforu>
21
       <printOne v-if="org_id == 10191" :list="list" :patient="patient" :order="order" :admin="admin"></printOne>
21
       <printOne v-if="org_id == 10191" :list="list" :patient="patient" :order="order" :admin="admin"></printOne>
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>
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
 <!--      <list-print-two v-if="org_id == 10215 || org_id==9675" :list="list" :patient="patient" :order="order" :admin="admin"></list-print-two>-->
24
 <!--      <list-print-two v-if="org_id == 10215 || org_id==9675" :list="list" :patient="patient" :order="order" :admin="admin"></list-print-two>-->
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>
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
     </div>
27
     </div>
28
   </div>
28
   </div>
29
 </template>
29
 </template>
101
             this.$message.error(response.data.msg)
101
             this.$message.error(response.data.msg)
102
             return false
102
             return false
103
           } else {
103
           } else {
104
-            if(this.org_id == 10265 || this.org_id == 0){
104
+            if(this.org_id == 10265 ){
105
               this.order = response.data.data.order
105
               this.order = response.data.data.order
106
               this.patient = response.data.data.patient
106
               this.patient = response.data.data.patient
107
               this.admin = response.data.data.admin_info
107
               this.admin = response.data.data.admin_info
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
             const style =
610
             const style =
601
               '@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;}}'
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
             printJS({
612
             printJS({

+ 11 - 11
src/xt_pages/outpatientCharges/listTemplate/listPrintforu.vue Wyświetl plik

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