Merge branch 'vapor/production' of https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal into vapor/development

This commit is contained in:
edmondlang
2024-10-31 18:13:39 +08:00
2 changed files with 3 additions and 2 deletions
@@ -107,7 +107,7 @@ export default {
step: this.data.supplier_tax_rebate.length ? 'list_qr' : '1',
qr_code_img_url: this.$qr_code_img_url,
fields: {
reference_number: 'Reference Number',
// reference_number: 'Reference Number',
supplier_name: 'Supplier Name',
// supplier_contact_number: 'Supplier Contact Number'
supplier_contact_number: 'Contact Number'
+2 -1
View File
@@ -14,7 +14,8 @@
</style>
<div class="tax-rebate">
<h2 style="font-size: 60px;">Tax Rebate Order</h2>
<!-- <h2 style="font-size: 60px;">Tax Rebate Order</h2> -->
<h2 style="font-size: 60px;">退税单</h2>
<p style="font-size: 25px; color: white;">供应商: {{$supplierTaxRebate['supplier_name']}}</p>
<p style="font-size: 25px; color: white;">联络号码: {{$supplierTaxRebate['supplier_contact_number']}}</p>
<!-- <p style="font-size: 25px;">Tax Rebate No: {{$supplierTaxRebate['reference_number']}}</p> -->