Pārlūkot izejas kodu

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

XMLWAN 4 gadus atpakaļ
vecāks
revīzija
8848ecf3e4

+ 4 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderFourteen.vue Parādīt failu

51
             <td width="10"></td>
51
             <td width="10"></td>
52
             <td width="110">上次透析时间:</td>
52
             <td width="110">上次透析时间:</td>
53
             <td width="120">
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
             </td>
55
             </td>
56
             <td width="10"></td>
56
             <td width="10"></td>
57
             <td width="110">本次透析时间:</td>
57
             <td width="110">本次透析时间:</td>
1134
         finish_nurse: '',
1134
         finish_nurse: '',
1135
         url: ''
1135
         url: ''
1136
       },
1136
       },
1137
-      displaceLiquiPartOptions: []
1137
+      displaceLiquiPartOptions: [],
1138
+      last_order:{}
1138
     }
1139
     }
1139
   },
1140
   },
1140
   methods: {
1141
   methods: {
1719
             ].name
1720
             ].name
1720
             this.AlPanel = this.anticoagulantsConfit[thisALID]
1721
             this.AlPanel = this.anticoagulantsConfit[thisALID]
1721
           }
1722
           }
1722
-
1723
+          this.last_order = response.data.data.last_order
1723
           this.advices = response.data.data.advices
1724
           this.advices = response.data.data.advices
1724
           this.monitors = response.data.data.monitors
1725
           this.monitors = response.data.data.monitors
1725
           console.log('透析监测', this.monitors)
1726
           console.log('透析监测', this.monitors)