Browse Source

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

陈少旭 1 year ago
parent
commit
52fd81b3a9

+ 3 - 3
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 && org_id != 10537 ">
4
       <div v-if="org_id != 10138 && org_id != 10278 && org_id != 10243 && org_id != 10537 ">
5
 
5
 
6
-        <printOne v-if="org_id != 10088 && org_id != 10215 && org_id != 10375 && org_id != 10188 && org_id != 10217 && org_id != 0" v-bind:childResponse="childResponse"
6
+        <printOne v-if="org_id != 10088 && org_id != 10215 && org_id != 10375 && org_id != 10188 && org_id != 10217 && org_id != 10598 && 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>
15
           :prescription_id="prescription_id"
15
           :prescription_id="prescription_id"
16
         ></print-ten-one>
16
         ></print-ten-one>
17
 
17
 
18
-        <prinSeven v-if="org_id == 10375 || org_id == 0"
18
+        <prinSeven v-if="org_id == 10375"
19
           v-bind:childResponse="childResponse"
19
           v-bind:childResponse="childResponse"
20
           :advicePrint="advicePrint"
20
           :advicePrint="advicePrint"
21
           :ids="ids"
21
           :ids="ids"
28
         </prinSeven>
28
         </prinSeven>
29
 
29
 
30
         <printFour
30
         <printFour
31
-          v-if="org_id == 10088 || org_id == 10510"
31
+          v-if="org_id == 10088 || org_id == 10510 || org_id == 10598 || 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"

+ 25 - 2
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>
55
+            <p v-if="org_id!=10598 && org_id!=0 ">
56
             医师:
56
             医师:
57
             <span
57
             <span
58
                 style="width: 100px; display: inline-block"
58
                 style="width: 100px; display: inline-block"
73
                 srcset=""
73
                 srcset=""
74
                 v-else
74
                 v-else
75
               />
75
               />
76
+            </p>
77
+            <p v-if="org_id==10598 || org_id==0">
78
+            医师:
79
+            <!-- <span
80
+                style="width: 100px; display: inline-block"
81
+                v-if="item.creator == ''"
82
+              >
83
+                {{ item.doctor ? item.doctor : "" }}
84
+              </span> -->
85
+              <!-- <span
86
+                style="width: 100px; display: inline-block"
87
+                v-else-if="doc_name != ''"
88
+              >
89
+                {{ doc_name }}
90
+              </span> v-else -->
91
+              <img
92
+                style="height: 30px"
93
+                :src="setAdminUserES(item.creator,item.doctor)"
94
+                alt=""
95
+                srcset=""
96
+                
97
+              />
76
             </p>
98
             </p>
77
               <p>日期:{{getTime(item.ctime)?getTime(item.ctime):""}}</p>
99
               <p>日期:{{getTime(item.ctime)?getTime(item.ctime):""}}</p>
78
           </div>
100
           </div>
130
         operatorMaps: {},
152
         operatorMaps: {},
131
         operators: [],
153
         operators: [],
132
         doctorList_1: [],
154
         doctorList_1: [],
155
+        org_id:''
133
       }
156
       }
134
     },
157
     },
135
    methods:{
158
    methods:{
330
       this.getHisPatientDetail()
353
       this.getHisPatientDetail()
331
       var xtuser = this.$store.getters.xt_user;
354
       var xtuser = this.$store.getters.xt_user;
332
       this.orgname = xtuser.org.org_name;
355
       this.orgname = xtuser.org.org_name;
333
-
356
+      this.org_id = this.$store.getters.xt_user.org.id
334
    },
357
    },
335
    watch:{
358
    watch:{
336
      ids:function(val){
359
      ids:function(val){

+ 0 - 3
src/xt_pages/workforce/scheduleTablePrintTwo.vue View File

502
                       </span>
502
                       </span>
503
                   </td>
503
                   </td>
504
                 </template>
504
                 </template>
505
-                
506
-                
507
-                
508
                 <!-- <td>{{item.total}}</td> -->
505
                 <!-- <td>{{item.total}}</td> -->
509
             </tr>
506
             </tr>
510
         </table>
507
         </table>