yq1 1 år sedan
förälder
incheckning
9ce1f3c2d7
1 ändrade filer med 5 tillägg och 3 borttagningar
  1. 5 3
      src/xt_pages/outpatientCharges/allListTemplate/printOne.vue

+ 5 - 3
src/xt_pages/outpatientCharges/allListTemplate/printOne.vue Visa fil

@@ -7,11 +7,11 @@
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  == 0">日期:{{ hospital.in_hosptial_time }} 至
11
-          {{ hospital.out_hosptial_time }}
10
+        <div v-if="$store.getters.xt_user.org_id  != 0">日期:{{ order.setl_time }}
11
+          <!-- {{ hospital.in_hosptial_time }} 至
12
+          {{ hospital.out_hosptial_time }} -->
12 13
         </div>
13 14
         <div v-else>日期:{{ getTimes(order.settle_start_time) }} 至 {{ getTimes(order.settle_end_time) }}</div>
14
-
15 15
       </div>
16 16
       <table class="allListTable" border="1">
17 17
         <tr>
@@ -151,6 +151,8 @@ export default {
151 151
   },
152 152
   created(){
153 153
     this.org_id = this.$store.getters.xt_user.org_id
154
+    console.log('hospital',this.hospital);
155
+    console.log('order',this.order);
154 156
   },
155 157
   watch: {
156 158
     list: {