Browse Source

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

csx 3 years ago
parent
commit
af3523b534
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/hospitalStation/template/printFive.vue

+ 2 - 2
src/xt_pages/hospitalStation/template/printFive.vue View File

2
   <div id='prescriptionPrint'>
2
   <div id='prescriptionPrint'>
3
     <div v-for="(item,index) in advicePrint" :key="index">
3
     <div v-for="(item,index) in advicePrint" :key="index">
4
       <div id='prescription-print' class="prescription-print" style="page-break-after: always;">
4
       <div id='prescription-print' class="prescription-print" style="page-break-after: always;">
5
-        <div  style="float: right" v-if="prescriptions[0].med_type == '1111'">{{ orgname }}精一</div>
6
-        <div  style="float: right" v-if="prescriptions[0].med_type == '1112'">{{ orgname }}精二</div>
5
+        <div  style="float: right" v-if="prescriptions[0].med_type == '1111'">精一</div>
6
+        <div  style="float: right" v-if="prescriptions[0].med_type == '1112'">精二</div>
7
         <div  style="float: right"
7
         <div  style="float: right"
8
              v-if="prescriptions[0].med_type != '1111' && prescriptions[0].med_type != '1112'">普通
8
              v-if="prescriptions[0].med_type != '1111' && prescriptions[0].med_type != '1112'">普通
9
         </div>
9
         </div>