瀏覽代碼

25 3月27 处方笺

yq1 3 週之前
父節點
當前提交
4a73741e54
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      src/xt_pages/outpatientDoctorStation/template/printTwoteen.vue

+ 3 - 4
src/xt_pages/outpatientDoctorStation/template/printTwoteen.vue 查看文件

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) : "" }}