mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Merge branch 'vapor/production' of https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal into vapor/development
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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> -->
|
||||
|
||||
Reference in New Issue
Block a user