Procházet zdrojové kódy

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

28169 před 3 týdny
rodič
revize
12c916c630

+ 3 - 4
src/xt_pages/outpatientDoctorStation/template/printTwoteen.vue Zobrazit soubor

12
         <div class="printTitle" v-if="prescriptions[index].med_type == '1112'">
12
         <div class="printTitle" v-if="prescriptions[index].med_type == '1112'">
13
           {{ orgname }}第二类精神处方笺
13
           {{ orgname }}第二类精神处方笺
14
         </div> -->
14
         </div> -->
15
-        <div
16
-          class="printTitle"
15
+        <div class="printTitle"
17
           v-if="
16
           v-if="
18
             prescriptions[index].med_type != '1111' &&
17
             prescriptions[index].med_type != '1111' &&
19
             prescriptions[index].med_type != '1112'
18
             prescriptions[index].med_type != '1112'
61
             </div>
60
             </div>
62
             <div style="display: flex;width: 100%;">
61
             <div style="display: flex;width: 100%;">
63
               <div style="flex: 1;">
62
               <div style="flex: 1;">
64
-                临床诊断:{{ item.info ? getDepart(item.info.departments) : "" }}
63
+                临床诊断:{{ getDiagnosis(item.info.diagnosis) }}
65
               </div>
64
               </div>
66
               <div style="flex: 1;">
65
               <div style="flex: 1;">
67
                 开具日期:{{ getTime(item.ctime) ? getTime(item.ctime) : "" }}
66
                 开具日期:{{ getTime(item.ctime) ? getTime(item.ctime) : "" }}
115
                   </div>
114
                   </div>
116
                   <div style="display: flex;width: 100%;">
115
                   <div style="display: flex;width: 100%;">
117
                     <div style="flex: 1;">
116
                     <div style="flex: 1;">
118
-                      临床诊断:{{ item.info ? getDepart(item.info.departments) : "" }}
117
+                      临床诊断:{{ getDiagnosis(item.info.diagnosis) }}
119
                     </div>
118
                     </div>
120
                     <div style="flex: 1;">
119
                     <div style="flex: 1;">
121
                       开具日期:{{ getTime(item.ctime) ? getTime(item.ctime) : "" }}
120
                       开具日期:{{ getTime(item.ctime) ? getTime(item.ctime) : "" }}