yq1 1 year ago
parent
commit
1b43040551

+ 2 - 2
src/xt_pages/outpatientCharges/invoicePrint.vue View File

18
           </div>
18
           </div>
19
           <printTwo v-if="org_id == 10106" :paramsObj="invoiceParams"></printTwo>
19
           <printTwo v-if="org_id == 10106" :paramsObj="invoiceParams"></printTwo>
20
           <printFour v-if="org_id == 10215 || org_id == 4 " :paramsObj="invoiceParams"></printFour>
20
           <printFour v-if="org_id == 10215 || org_id == 4 " :paramsObj="invoiceParams"></printFour>
21
-          <!-- <printFive v-if="org_id == 10188 " :paramsObj="invoiceParams"></printFive> -->
22
-          <printthirteen v-if="org_id == 10188 || org_id == 0 " :paramsObj="invoiceParams"></printthirteen>
21
+          <printFive v-if="org_id == 10188 " :paramsObj="invoiceParams"></printFive>
22
+          <!-- <printthirteen v-if="org_id == 10188 || org_id == 0 " :paramsObj="invoiceParams"></printthirteen> -->
23
 <!--         <printEight v-if="org_id == 10387 || org_id == 0" :paramsObj="invoiceParams"></printEight>-->
23
 <!--         <printEight v-if="org_id == 10387 || org_id == 0" :paramsObj="invoiceParams"></printEight>-->
24
           <print-eight v-if="org_id == 10387" :paramsObj="invoiceParams"></print-eight>
24
           <print-eight v-if="org_id == 10387" :paramsObj="invoiceParams"></print-eight>
25
           <PrintNight v-if="org_id == 10210" :paramsObj="invoiceParams"></PrintNight>
25
           <PrintNight v-if="org_id == 10210" :paramsObj="invoiceParams"></PrintNight>

+ 2 - 2
src/xt_pages/outpatientDoctorStation/print.vue View File

3
     <div class="dialysisPage" style="padding-top: 40px">
3
     <div class="dialysisPage" style="padding-top: 40px">
4
       <div v-if="org_id != 10138 && org_id != 10278 && org_id != 10243">
4
       <div v-if="org_id != 10138 && org_id != 10278 && org_id != 10243">
5
 
5
 
6
-        <printOne v-if="org_id != 10088 && org_id != 10215 && org_id != 10375 && org_id != 10188" v-bind:childResponse="childResponse"
6
+        <printOne v-if="org_id != 10088 && org_id != 10215 && org_id != 10375 && org_id != 10188 && org_id != 0" v-bind:childResponse="childResponse"
7
         :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient"
7
         :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient"
8
         :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date"
8
         :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date"
9
         :prescription_id="prescription_id"></printOne>
9
         :prescription_id="prescription_id"></printOne>
28
         </prinSeven>
28
         </prinSeven>
29
 
29
 
30
         <printFour
30
         <printFour
31
-          v-if="org_id == 10088"
31
+          v-if="org_id == 10088 || org_id == 0"
32
           v-bind:childResponse="childResponse"
32
           v-bind:childResponse="childResponse"
33
           :advicePrint="advicePrint"
33
           :advicePrint="advicePrint"
34
           :ids="ids"
34
           :ids="ids"

+ 22 - 1
src/xt_pages/outpatientDoctorStation/template/printFour.vue View File

52
 
52
 
53
           </div>
53
           </div>
54
           <div class="doctorBox">
54
           <div class="doctorBox">
55
-              <p>医师:{{item.doctor?item.doctor:""}}</p>
55
+            <p>
56
+            医师:
57
+            <span
58
+              style="width: 100px; display: inline-block"
59
+              v-if="item.creator == ''"
60
+            >
61
+                {{ item.doctor }}
62
+              </span>
63
+            <span
64
+              style="width: 100px; display: inline-block"
65
+              v-else-if="doc_name != ''"
66
+            >
67
+                {{ doc_name }}
68
+              </span>
69
+            <img
70
+              style="height: 50px;"
71
+              :src="setAdminUserES(item.creator,item.doctor)"
72
+              alt=""
73
+              srcset=""
74
+              v-else
75
+            />
76
+          </p>
56
               <p>日期:{{getTime(item.ctime)?getTime(item.ctime):""}}</p>
77
               <p>日期:{{getTime(item.ctime)?getTime(item.ctime):""}}</p>
57
           </div>
78
           </div>
58
           <div class="actionBar">
79
           <div class="actionBar">