Procházet zdrojové kódy

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

28169 před 1 rokem
rodič
revize
e055f394d1

+ 2 - 2
src/xt_pages/outpatientCharges/invoicePrint.vue Zobrazit soubor

@@ -18,8 +18,8 @@
18 18
           </div>
19 19
           <printTwo v-if="org_id == 10106" :paramsObj="invoiceParams"></printTwo>
20 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 23
 <!--         <printEight v-if="org_id == 10387 || org_id == 0" :paramsObj="invoiceParams"></printEight>-->
24 24
           <print-eight v-if="org_id == 10387" :paramsObj="invoiceParams"></print-eight>
25 25
           <PrintNight v-if="org_id == 10210" :paramsObj="invoiceParams"></PrintNight>

+ 2 - 2
src/xt_pages/outpatientDoctorStation/print.vue Zobrazit soubor

@@ -3,7 +3,7 @@
3 3
     <div class="dialysisPage" style="padding-top: 40px">
4 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 7
         :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient"
8 8
         :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date"
9 9
         :prescription_id="prescription_id"></printOne>
@@ -28,7 +28,7 @@
28 28
         </prinSeven>
29 29
 
30 30
         <printFour
31
-          v-if="org_id == 10088"
31
+          v-if="org_id == 10088 || org_id == 0"
32 32
           v-bind:childResponse="childResponse"
33 33
           :advicePrint="advicePrint"
34 34
           :ids="ids"

+ 22 - 1
src/xt_pages/outpatientDoctorStation/template/printFour.vue Zobrazit soubor

@@ -52,7 +52,28 @@
52 52
 
53 53
           </div>
54 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 77
               <p>日期:{{getTime(item.ctime)?getTime(item.ctime):""}}</p>
57 78
           </div>
58 79
           <div class="actionBar">