yq1 1 year ago
parent
commit
9ce1f3c2d7
1 changed files with 5 additions and 3 deletions
  1. 5 3
      src/xt_pages/outpatientCharges/allListTemplate/printOne.vue

+ 5 - 3
src/xt_pages/outpatientCharges/allListTemplate/printOne.vue View File

7
         <div>透析号:{{ patient.dialysis_no }}</div>
7
         <div>透析号:{{ patient.dialysis_no }}</div>
8
         <div>性别:{{ patient.gender == 1 ? '男' : '女' }}</div>
8
         <div>性别:{{ patient.gender == 1 ? '男' : '女' }}</div>
9
         <div>年龄:{{ patient.age }} 岁</div>
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
         </div>
13
         </div>
13
         <div v-else>日期:{{ getTimes(order.settle_start_time) }} 至 {{ getTimes(order.settle_end_time) }}</div>
14
         <div v-else>日期:{{ getTimes(order.settle_start_time) }} 至 {{ getTimes(order.settle_end_time) }}</div>
14
-
15
       </div>
15
       </div>
16
       <table class="allListTable" border="1">
16
       <table class="allListTable" border="1">
17
         <tr>
17
         <tr>
151
   },
151
   },
152
   created(){
152
   created(){
153
     this.org_id = this.$store.getters.xt_user.org_id
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
   watch: {
157
   watch: {
156
     list: {
158
     list: {