fixed issue where pdf-scope css won't apply to med feeds reports
This commit is contained in:
parent
7efba6ab7c
commit
26ae32aa52
3 changed files with 2 additions and 2 deletions
|
@ -10,6 +10,7 @@
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import PrintButtons from './PrintButtons.vue'
|
import PrintButtons from './PrintButtons.vue'
|
||||||
|
import '@/assets/css/reports.css';
|
||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
scope: String
|
scope: String
|
||||||
|
|
|
@ -57,7 +57,6 @@
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
import '@/assets/css/reports.css';
|
|
||||||
import ReportLayout from '@/components/ReportLayout.vue'
|
import ReportLayout from '@/components/ReportLayout.vue'
|
||||||
import Common from '@/common.js';
|
import Common from '@/common.js';
|
||||||
import moment from 'moment';
|
import moment from 'moment';
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
size is 2 tonnes.</p>
|
size is 2 tonnes.</p>
|
||||||
<p>If you require any further information about the veterinary
|
<p>If you require any further information about the veterinary
|
||||||
medicinal products we stock, please get in touch.</p>
|
medicinal products we stock, please get in touch.</p>
|
||||||
<p>Please ensure the prescription is filled out as per the Veterinary Medicines Regulations 2013.</p>
|
<p class="text-underline">Please ensure the prescription is filled out as per the Veterinary Medicines Regulations 2013.</p>
|
||||||
<h4>The customer requires this order on {{ formatDate(mf.date_required,"DD/MM/yyyy") }}</h4>
|
<h4>The customer requires this order on {{ formatDate(mf.date_required,"DD/MM/yyyy") }}</h4>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue