Ver código fonte

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

csx 3 anos atrás
pai
commit
fd34a3d19e

+ 1 - 1
src/xt_pages/outpatientCharges/invoiceTemplate/printTwo.vue Ver arquivo

107
         <div style="position: absolute;top:280px;left:460px">现金:{{ list.psn_cash_money }}</div>
107
         <div style="position: absolute;top:280px;left:460px">现金:{{ list.psn_cash_money }}</div>
108
         <div>
108
         <div>
109
             <div style="position: absolute;top:320px;left:120px">{{ org_name }}</div>
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
         </div>
111
         </div>
112
     </div>
112
     </div>
113
 </template>
113
 </template>

+ 2 - 1
src/xt_pages/outpatientCharges/summary.vue Ver arquivo

770
           name: obj.patient.name,
770
           name: obj.patient.name,
771
           age: obj.age,
771
           age: obj.age,
772
           gend: obj.gend,
772
           gend: obj.gend,
773
-          setl_time: obj.setl_time
773
+          setl_time: obj.setl_time,
774
+          chargeName: this.getName(obj.creator)
774
         }
775
         }
775
         this.invoiceParams = paramsObj
776
         this.invoiceParams = paramsObj
776
         this.invoiceVisible = true
777
         this.invoiceVisible = true