Bladeren bron

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

陈少旭 9 maanden geleden
bovenliggende
commit
e2c4f0c6cf

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_seventyfive.vue Bestand weergeven

@@ -151,9 +151,9 @@
151 151
                     white-space: normal;
152 152
                   "
153 153
                 >
154
-                {{ record.dialysis_order.dialysis_dialyszers ?  record.dialysis_order.dialysis_dialyszers : "/"}}
154
+                <span v-if="record.dialysis_order.dialysis_dialyszers!=''&& record.dialysis_order.dialysis_dialyszers!=0" > {{ record.dialysis_order.dialysis_dialyszers ?  record.dialysis_order.dialysis_dialyszers : "/"}}</span>
155 155
 
156
-                <span v-if="record.dialysis_order.dialysis_strainer!=''"> /{{ record.dialysis_order.dialysis_strainer ?  record.dialysis_order.dialysis_strainer : ""}}</span>
156
+                <span v-if="record.dialysis_order.dialysis_strainer!='' && record.dialysis_order.dialysis_strainer!=0"> /{{ record.dialysis_order.dialysis_strainer ?  record.dialysis_order.dialysis_strainer : ""}}</span>
157 157
                 </div>
158 158
               </div>
159 159
               <div class="inline_block" style="flex: 1;" >

+ 3 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue Bestand weergeven

@@ -1644,7 +1644,9 @@
1644 1644
                             "
1645 1645
                             width="50"
1646 1646
                           >
1647
-                            置换量<br />(ml)
1647
+                            置换量<br />
1648
+                            <span v-if="org_id!=10598 && org_id!=10567">(ml)</span>
1649
+                            <span v-if="org_id==10598 || org_id == 10567">L</span>
1648 1650
                           </td>
1649 1651
                           <td v-if="org_id == 3877  || org_id == 10449" width="50">滤前压(mmHg)</td>
1650 1652
                           <td

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Bestand weergeven

@@ -1734,8 +1734,8 @@
1734 1734
                         <td width="50" v-if="org_id ==3877 || org_id == 10449 || org_id ==0">累计超滤量<br />(ml)</td>
1735 1735
                         <td v-if="(prescription.mode_id == 2 ||prescription.mode_id == 5 ||prescription.mode_id == 12) &&org_id!=10478 && org_id!=0 && org_id!=10206" width="50">
1736 1736
                           置换量<br />
1737
-                          <span v-if="org_id!=10598">(ml)</span>
1738
-                          <span v-if="org_id==10598">(L)</span>
1737
+                          <span v-if="org_id!=10598 && org_id!=10567">(ml)</span>
1738
+                          <span v-if="org_id==10598 || org_id == 10567">(L)</span>
1739 1739
                         </td>
1740 1740
                         <td width="50" v-if="org_id == 3877 || org_id == 10449">滤前压(mmHg)</td>
1741 1741
                         <td width="50" v-if="org_id == 9538 || org_id ==10600 || org_id ==10629 || org_id ==10510 || org_id == 10580 || org_id == 0 || org_id == 10598">KT/V</td>

+ 15 - 16
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyeight.vue Bestand weergeven

@@ -72,26 +72,26 @@
72 72
           </div>
73 73
           <div class="inline_block">
74 74
             病区:
75
-            <div class="under_line" style="width: 50px; text-align: center">
76
-              <span v-if="org_id == 10121||org_id == 10138||org_id == 10414 ||org_id == 10447 || org_id == 0 || org_id ==10460">{{
75
+            <div class="under_line" style="width: 70px; text-align: center">
76
+              <span>{{
77 77
                 patientInfo.DialysisSchedule.device_zone.name
78 78
                   ? patientInfo.DialysisSchedule.device_zone.name
79
-                  : ""
79
+                  : "/"
80 80
               }}</span>
81
-              <span v-else>{{ "/" }}</span>
81
+              
82 82
             </div>
83 83
           </div>
84
-          <div class="inline_block" v-if="org_id!=10460">
84
+          <div class="inline_block">
85 85
             床号:
86
-            <div class="under_line" style="width: 50px; text-align: center">
87
-              <span v-if="org_id == 10121||org_id == 10414 || org_id == 10447 || org_id == 9675 || org_id == 0 || org_id ==10460">{{
86
+            <div class="under_line" style="width: 70px; text-align: center">
87
+              <span >{{
88 88
                 dialysisOrder &&
89 89
                 dialysisOrder.DeviceNumber &&
90 90
                 dialysisOrder.DeviceNumber.number.length > 0
91 91
                   ? dialysisOrder.DeviceNumber.number
92 92
                   : patientInfo.DialysisSchedule.device_number.number
93 93
               }}</span>
94
-              <span v-else>{{ "/" }}</span>
94
+              
95 95
             </div>
96 96
           </div>
97 97
           <div class="inline_block">
@@ -1724,26 +1724,25 @@
1724 1724
             </div>
1725 1725
             <div class="inline_block">
1726 1726
               病区:
1727
-              <div class="under_line" style="width: 50px; text-align: center">
1728
-                <span v-if="org_id == 10121||org_id == 10138||org_id == 10414 ||org_id == 10447 || org_id == 0 || org_id ==10460">{{
1727
+              <div class="under_line" style="width: 70px; text-align: center">
1728
+                <span>{{
1729 1729
                   patientInfo.DialysisSchedule.device_zone.name
1730 1730
                     ? patientInfo.DialysisSchedule.device_zone.name
1731
-                    : ""
1731
+                    : "/"
1732 1732
                 }}</span>
1733
-                <span v-else>{{ "/" }}</span>
1733
+                
1734 1734
               </div>
1735 1735
             </div>
1736
-            <div class="inline_block" v-if="org_id!=10460">
1736
+            <div class="inline_block">
1737 1737
               床号:
1738
-              <div class="under_line" style="width: 50px; text-align: center">
1739
-                <span v-if="org_id == 10121||org_id == 10414 || org_id == 10447 || org_id == 9675 || org_id == 0 || org_id ==10460">{{
1738
+              <div class="under_line" style="width: 70px; text-align: center">
1739
+                <span>{{
1740 1740
                   dialysisOrder &&
1741 1741
                   dialysisOrder.DeviceNumber &&
1742 1742
                   dialysisOrder.DeviceNumber.number.length > 0
1743 1743
                     ? dialysisOrder.DeviceNumber.number
1744 1744
                     : patientInfo.DialysisSchedule.device_number.number
1745 1745
                 }}</span>
1746
-                <span v-else>{{ "/" }}</span>
1747 1746
               </div>
1748 1747
             </div>
1749 1748
             <div class="inline_block">

+ 5 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderseventyfive.vue Bestand weergeven

@@ -132,11 +132,13 @@
132 132
                   white-space: normal;
133 133
                 "
134 134
               >
135
-                <span v-if="dialysisOrder !=null&&dialysisOrder.dialysis_dialyszers!=''" >
135
+                <span v-if="dialysisOrder !=null&&dialysisOrder.dialysis_dialyszers!='' && dialysisOrder.dialysis_dialyszers!=0" >
136
+
136 137
                   {{dialysisOrder.dialysis_dialyszers ? dialysisOrder.dialysis_dialyszers : "/" }}
137 138
                 </span>
138
-                <span v-if="dialysisOrder !=null && dialysisOrder.dialysis_strainer!=''" >
139
-                   /{{dialysisOrder.dialysis_strainer ? dialysisOrder.dialysis_strainer : "" }}
139
+                <span v-if="dialysisOrder !=null && dialysisOrder.dialysis_strainer!='' && dialysisOrder.dialysis_strainer!=0" >
140
+
141
+                    /{{dialysisOrder.dialysis_strainer ? dialysisOrder.dialysis_strainer : "" }}
140 142
                 </span>
141 143
               
142 144
               </div>

+ 2 - 2
src/xt_pages/outpatientCharges/listPrint.vue Bestand weergeven

@@ -14,12 +14,12 @@
14 14
     </template>
15 15
 
16 16
     <div class='dialysisPage' style="padding-top:40px;">
17
-      <printOne v-if=" org_id != 10106&&org_id != 10215&&org_id != 10265 && org_id!=9675 && org_id!=10485  " :list="list" :patient="patient" :order="order" :admin="admin"></printOne>
17
+      <printOne v-if=" org_id != 10106&&org_id != 10215&&org_id != 10265 && org_id!=9675 && org_id!=10485 &&org_id !=0 " :list="list" :patient="patient" :order="order" :admin="admin"></printOne>
18 18
       <printTwo 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"></printTwo>
19 19
       <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>
20 20
 <!--      <list-print-two v-if="org_id == 10215 || org_id==9675" :list="list" :patient="patient" :order="order" :admin="admin"></list-print-two>-->
21 21
      <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>
22
-      <print-two10265  v-if="org_id == 10265  " :list="list" :patient="patient" :order="order" :admin="admin" :hospital_record="hospital_record"></print-two10265>
22
+      <print-two10265  v-if="org_id == 10265 || org_id ==0 " :list="list" :patient="patient" :order="order" :admin="admin" :hospital_record="hospital_record"></print-two10265>
23 23
     </div>
24 24
   </div>
25 25
 </template>

+ 4 - 4
src/xt_pages/outpatientCharges/listTemplate/printTwo10265.vue Bestand weergeven

@@ -15,12 +15,12 @@
15 15
             ></TR>
16 16
           
17 17
           <TR>
18
-            <TD colspan="1">个人编码:{{ order.psn_no }}</TD>
19
-            <TD>住院号:{{ order.mdtrt_id }}</TD>
20
-            <TD>姓名:{{ order.psn_name }}</TD>
21
-            <TD>性别:{{ patient.gender == 1 ? "男" : "女" }}</TD>
18
+            <TD colspan="2">个人编码:{{ order.psn_no }}</TD>
19
+            <TD colspan="2">住院号:{{ order.mdtrt_id }}</TD>
22 20
           </TR>
23 21
           <TR>
22
+            <TD>姓名:{{ order.psn_name }}</TD>
23
+            <TD>性别:{{ patient.gender == 1 ? "男" : "女" }}</TD>
24 24
             <TD> 入院科室:血液透析室 </TD>
25 25
             <TD> 出院科室:血液透析室 </TD>
26 26
           </TR>

+ 27 - 3
src/xt_pages/outpatientDoctorStation/batch_print_checkTemplate/printOne.vue Bestand weergeven

@@ -16,7 +16,19 @@
16 16
           :key="index"
17 17
       >
18 18
         <img style="width:100%;height:80px" v-if="org_id == 10138 " src="https://kuyi.shengws.com/bailin/bltotle.jpg" alt="">
19
-        <img style="width:100%;height:80px" v-if="org_id == 10278 || org_id==0" src="https://kuyi.shengws.com/beierlog.png" alt="">
19
+        <img style="width:100%;height:80px" v-if="org_id == 10278" src="https://kuyi.shengws.com/beierlog.png" alt="">
20
+        <span v-if="org_id == 10610 ">
21
+          <img
22
+            src="@/assets/img/penggang_top.jpg"
23
+            style="width: 100%;height:80px"
24
+            alt=""
25
+        /></span>
26
+        <span v-if="org_id == 10537 ||org_id ==0">
27
+          <img
28
+            src="	https://kuyi.shengws.com/xuwenshou.jpg"
29
+            style="width: 100%;height:80px"
30
+            alt=""/>
31
+        </span>
20 32
         <div class="printTitle">检验申请单</div>
21 33
 
22 34
         <div style="border: 1px solid #000;margin-bottom: 10px;">
@@ -133,8 +145,20 @@
133 145
           </div>
134 146
         </div>
135 147
 
136
-        <img style="width:100%;" v-if="org_id == 10138 || org_id == 0" src="https://kuyi.shengws.com/bailin/blend.jpg" alt="">
148
+        <img style="width:100%;" v-if="org_id == 10138" src="https://kuyi.shengws.com/bailin/blend.jpg" alt="">
137 149
         <img style="width:100%;" v-if="org_id == 10278" src="https://kuyi.shengws.com/bailinbeier.png" alt="">
150
+        <span v-if="org_id == 10610 ">
151
+            <img
152
+              src="@/assets/img/penggang_bottom.jpg"
153
+              style="width: 100%;height:80px"
154
+              alt=""
155
+        /></span>
156
+        <span v-if="org_id == 10537 ||org_id ==0">
157
+        <img
158
+          src="@/assets/img/xuwendizhi.jpg"
159
+          style="width: 100%;height:80px"
160
+          alt=""
161
+        /></span>
138 162
       </div>
139 163
 
140 164
     </div>
@@ -142,7 +166,7 @@
142 166
 </template>
143 167
 <script>
144 168
 import { uParseTime } from '@/utils/tools'
145
-import { getAllDoctorList } from '@/api/project/project'
169
+import { getAllDoctorList,getPrescriptionPrint } from '@/api/project/project'
146 170
 import { getInitData } from '@/api/his/his'
147 171
 
148 172
 export default {

+ 24 - 0
src/xt_pages/outpatientDoctorStation/batch_print_template/batchPrintThree.vue Bestand weergeven

@@ -20,6 +20,18 @@
20 20
               style="width: 100%"
21 21
               alt=""
22 22
             /></span>
23
+            <span v-if="org_id == 10610 ">
24
+              <img
25
+                src="@/assets/img/penggang_top.jpg"
26
+                style="width: 100%"
27
+                alt=""
28
+            /></span>
29
+            <span v-if="org_id == 10537 ||org_id ==0">
30
+              <img
31
+                src="	https://kuyi.shengws.com/xuwenshou.jpg"
32
+                style="width: 100%"
33
+                alt=""/>
34
+            </span>
23 35
           <div class="printTitle">
24 36
             处方笺
25 37
             <span
@@ -232,6 +244,18 @@
232 244
             style="width: 100%"
233 245
             alt=""
234 246
           /></span>
247
+          <span v-if="org_id == 10610 ">
248
+            <img
249
+              src="@/assets/img/penggang_bottom.jpg"
250
+              style="width: 100%"
251
+              alt=""
252
+          /></span>
253
+          <span v-if="org_id == 10537 ||org_id ==0">
254
+          <img
255
+            src="@/assets/img/xuwendizhi.jpg"
256
+            style="width: 100%"
257
+            alt=""
258
+          /></span>
235 259
           <!-- <div class="doctorBox">
236 260
               <p>医师:{{item.doctor?item.doctor:""}}</p>
237 261
               <p>日期:{{getTime(item.ctime)?getTime(item.ctime):""}}</p>

+ 1 - 1
src/xt_pages/outpatientDoctorStation/batch_print_template/index.vue Bestand weergeven

@@ -13,7 +13,7 @@
13 13
       </template> -->
14 14
 
15 15
     <div class='dialysisPage' style="padding-top:40px;">
16
-      <div v-if="org_id != 10138 && org_id != 10278 && org_id != 0">
16
+      <div v-if="org_id != 10138 && org_id != 10278 && org_id != 10610 &&org_id != 10537 && org_id != 0">
17 17
         <printOne v-if="org_id != 10215" :printData="printData"  :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printOne>
18 18
 <!--        <batch-print-two v-if="org_id == 10088 || org_id == 0" :printData="printData"  :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></batch-print-two>-->
19 19
 <!--        <print-six v-if="org_id == 10088 || org_id == 0" :printData="printData"  :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></print-six>-->

+ 2 - 2
src/xt_pages/outpatientDoctorStation/batch_print_treatTemplate/index.vue Bestand weergeven

@@ -13,9 +13,9 @@
13 13
       </template> -->
14 14
 
15 15
       <div class='dialysisPage' style="padding-top:40px;">
16
-        <printOne v-if="org_id != 10138 && org_id != 10278 && org_id != 0" :printData="printData" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printOne>
16
+        <printOne v-if="org_id != 10138 && org_id != 10278 && org_id != 10610 &&org_id != 10537 && org_id != 0" :printData="printData" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printOne>
17 17
 <!--        <printTwo v-else :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printTwo>-->
18
-        <treat-batch-print v-if="org_id == 10138 || org_id == 10278 || org_id == 0"   :printData="printData" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></treat-batch-print>
18
+        <treat-batch-print v-if="org_id == 10138 || org_id == 10278 || org_id == 10610 || org_id == 10537 || org_id == 0"   :printData="printData" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></treat-batch-print>
19 19
       </div>
20 20
   </div>
21 21
 </template>

+ 24 - 0
src/xt_pages/outpatientDoctorStation/batch_print_treatTemplate/treatBatchPrint.vue Bestand weergeven

@@ -22,6 +22,18 @@
22 22
           style="width: 100%"
23 23
           alt=""
24 24
         /></span>
25
+        <span v-if="org_id == 10610 ">
26
+          <img
27
+            src="@/assets/img/penggang_top.jpg"
28
+            style="width: 100%"
29
+            alt=""
30
+        /></span>
31
+        <span v-if="org_id == 10537 ||org_id ==0">
32
+          <img
33
+            src="	https://kuyi.shengws.com/xuwenshou.jpg"
34
+            style="width: 100%"
35
+            alt=""/>
36
+        </span>
25 37
       <div class="printTitle">
26 38
         治疗单
27 39
         <span
@@ -210,6 +222,18 @@
210 222
         style="width: 100%"
211 223
         alt=""
212 224
       /></span>
225
+      <span v-if="org_id == 10610 ">
226
+        <img
227
+          src="@/assets/img/penggang_bottom.jpg"
228
+          style="width: 100%"
229
+          alt=""
230
+      /></span>
231
+      <span v-if="org_id == 10537 ||org_id ==0">
232
+      <img
233
+        src="@/assets/img/xuwendizhi.jpg"
234
+        style="width: 100%"
235
+        alt=""
236
+      /></span>
213 237
       <div style="page-break-after: always"></div>
214 238
 
215 239
     </div>