See999 4 years ago
parent
commit
c799f54f67
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/xt_pages/dialysis/template/DialysisPrintOrderFourteen.vue

+ 4 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderFourteen.vue View File

@@ -51,7 +51,7 @@
51 51
             <td width="10"></td>
52 52
             <td width="110">上次透析时间:</td>
53 53
             <td width="120">
54
-              <div class="under-line">&nbsp;{{lastpredialysis?getTime(lastpredialysis.assessment_date, "{y}-{m}-{d}"):''}}</div>
54
+              <div class="under-line">&nbsp;{{last_order?getTime(last_order.dialysis_date, "{y}-{m}-{d}"):''}}</div>
55 55
             </td>
56 56
             <td width="10"></td>
57 57
             <td width="110">本次透析时间:</td>
@@ -1134,7 +1134,8 @@ export default {
1134 1134
         finish_nurse: '',
1135 1135
         url: ''
1136 1136
       },
1137
-      displaceLiquiPartOptions: []
1137
+      displaceLiquiPartOptions: [],
1138
+      last_order:{}
1138 1139
     }
1139 1140
   },
1140 1141
   methods: {
@@ -1719,7 +1720,7 @@ export default {
1719 1720
             ].name
1720 1721
             this.AlPanel = this.anticoagulantsConfit[thisALID]
1721 1722
           }
1722
-
1723
+          this.last_order = response.data.data.last_order
1723 1724
           this.advices = response.data.data.advices
1724 1725
           this.monitors = response.data.data.monitors
1725 1726
           console.log('透析监测', this.monitors)