|
|
|
|
1009
|
},
|
1009
|
},
|
1010
|
printAction: function() {
|
1010
|
printAction: function() {
|
1011
|
// const style = '@media print {#scheduleTable{font-size:18px;} .scheduleTable tr td{text-align: center;padding: 5px;}}'
|
1011
|
// const style = '@media print {#scheduleTable{font-size:18px;} .scheduleTable tr td{text-align: center;padding: 5px;}}'
|
1012
|
- const style = '@media print {#scheduleTable{font-size:18px;} .scheduleTable tr td{text-align: center;}}'
|
|
|
|
|
1012
|
+ const style = '@media print {#scheduleTable{font-size:16px;} .scheduleTable tr td{text-align: center;}}'
|
1013
|
printJS({
|
1013
|
printJS({
|
1014
|
printable: 'scheduleTable',
|
1014
|
printable: 'scheduleTable',
|
1015
|
type: 'html',
|
1015
|
type: 'html',
|