Merge branch 'dillon/122-1688-po-automation-project' into vapor/development

This commit is contained in:
Dillon Ngo
2026-01-13 14:54:42 +08:00
3 changed files with 2 additions and 2 deletions
@@ -120,7 +120,7 @@
<div class="row" v-if="useUploadPdfPo">
<div class="col">
<!-- <pdf-table-extractor-component :booking-id="data.id" :section="section"></pdf-table-extractor-component> -->
<pdf-upload-1688-component :booking-id="data.id" :section="section"></pdf-upload-1688-component>
<upload-purchase-order-pdf-v2-form-component :booking-id="booking.id" :section="section"></upload-purchase-order-pdf-v2-form-component>
</div>
</div>
</div>
@@ -379,7 +379,7 @@
<div class="row" v-if="!booking.documents.ecommerce_purchase_order">
<div class="col">
<!-- <upload-purchase-order-pdf-form-component :data="booking" :section="section"></upload-purchase-order-pdf-form-component> -->
<pdf-upload-1688-component :booking-id="booking.id" :section="section"></pdf-upload-1688-component>
<upload-purchase-order-pdf-v2-form-component :booking-id="booking.id" :section="section"></upload-purchase-order-pdf-v2-form-component>
</div>
</div>
</div>