|
@@ -21,10 +21,11 @@
|
21
|
21
|
<div v-for="(main_collection,index) in scheduleData" :key="index" :class="(org_id == 9671 || org_id == 10340) && parseInt((index+1)%8) == 0 ? 'page-break-after':''"
|
22
|
22
|
style="display: inline-block; width: 42%; margin: 0px 35px 20px;
|
23
|
23
|
box-sizing: border-box;
|
24
|
|
- box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 20px rgba(0, 0, 0, 0.06) inset;">
|
|
24
|
+ border: 1px solid black;
|
|
25
|
+ ">
|
25
|
26
|
<!-- <div style="display: flex;justify-content: space-between;flex-wrap: wrap;">
|
26
|
|
- box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 20px rgba(0, 0, 0, 0.06) inset; border: 1px solid black;-->
|
27
|
|
- <div class="signPrint" style="font-size:16px;width: 100%; padding: 5px; word-wrap:break-word;">
|
|
27
|
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 20px rgba(0, 0, 0, 0.06) inset; -->
|
|
28
|
+ <div class="signPrint" style="font-size:16px;width: 100%;padding:5px; word-wrap:break-word;">
|
28
|
29
|
<div style="font-size:24px;font-weight: 400;">姓名:
|
29
|
30
|
<span v-if="type ==1 && printObj.name == 1">{{main_collection.patient.name}} </span>
|
30
|
31
|
<span v-if="type ==2 && printObj.name == 1">{{main_collection.patient}} </span>
|