|
|
|
|
492
|
</tbody>
|
492
|
</tbody>
|
493
|
</table>
|
493
|
</table>
|
494
|
<div class="print_footnote_panel">
|
494
|
<div class="print_footnote_panel">
|
495
|
- <div class="proj"><span class="proj_title">日期:</span>{{ print_time }}</div>
|
|
|
|
|
495
|
+ <div class="proj"><span class="proj_title">日期:</span>{{getTime(patientPrint.created_time)}}</div>
|
496
|
<div class="proj"><span class="proj_title">医生签名:</span></div>
|
496
|
<div class="proj"><span class="proj_title">医生签名:</span></div>
|
497
|
</div>
|
497
|
</div>
|
498
|
</div>
|
498
|
</div>
|
|
|
|
|
714
|
// this.print_time = uParseTime(ptime, '{y}-{m}-{d} {h}:{i}');
|
714
|
// this.print_time = uParseTime(ptime, '{y}-{m}-{d} {h}:{i}');
|
715
|
},
|
715
|
},
|
716
|
methods: {
|
716
|
methods: {
|
|
|
717
|
+ getTime(val){
|
|
|
718
|
+ return uParseTime(val, '{y}年{m}月{d}日')
|
|
|
719
|
+ },
|
717
|
printThisInfo() {
|
720
|
printThisInfo() {
|
718
|
var ptime = Math.round(new Date().getTime() / 1000)
|
721
|
var ptime = Math.round(new Date().getTime() / 1000)
|
719
|
this.print_time = uParseTime(ptime, '{y}年{m}月{d}日')
|
722
|
this.print_time = uParseTime(ptime, '{y}年{m}月{d}日')
|