see999 3 years ago
parent
commit
5ccfaa2099

+ 1 - 1
src/xt_pages/outpatientCharges/invoiceTemplate/printTwo.vue View File

@@ -107,7 +107,7 @@
107 107
         <div style="position: absolute;top:280px;left:460px">现金:{{ list.psn_cash_money }}</div>
108 108
         <div>
109 109
             <div style="position: absolute;top:320px;left:120px">{{ org_name }}</div>
110
-            <div v-if="org_id == 10106" style="position: absolute;top:320px;left:460px">林美华</div>
110
+            <div style="position: absolute;top:320px;left:460px">{{ paramsObj.chargeName }}</div>
111 111
         </div>
112 112
     </div>
113 113
 </template>

+ 2 - 1
src/xt_pages/outpatientCharges/summary.vue View File

@@ -694,7 +694,8 @@
694 694
           name: obj.patient.name,
695 695
           age: obj.age,
696 696
           gend: obj.gend,
697
-          setl_time: obj.setl_time
697
+          setl_time: obj.setl_time,
698
+          chargeName: this.getName(obj.creator)
698 699
         }
699 700
         this.invoiceParams = paramsObj
700 701
         this.invoiceVisible = true