Browse Source

6月28开方日期

yq1 11 months ago
parent
commit
32a75d844e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/xt_pages/outpatientCharges/allListTemplate/printOne.vue

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

@@ -7,7 +7,8 @@
7 7
         <div>透析号:{{ patient.dialysis_no }}</div>
8 8
         <div>性别:{{ patient.gender == 1 ? '男' : '女' }}</div>
9 9
         <div>年龄:{{ patient.age }} 岁</div>
10
-        <div v-if="$store.getters.xt_user.org_id  == 10644">开方日期:{{ gettime(order.setl_time) }}
10
+        <div v-if="$store.getters.xt_user.org_id  == 10644 || 
11
+              $store.getters.xt_user.org_id  == 0">开方日期:{{ getTimes(order.settle_accounts_date) }}
11 12
           <!-- {{ hospital.in_hosptial_time }} 至
12 13
           {{ hospital.out_hosptial_time }} -->
13 14
         </div>