1688 PO Automation Project, feedback from Brian

This commit is contained in:
Dillon Ngo
2026-01-13 16:15:10 +08:00
parent 0b4d0fed3f
commit 25e97c1844
2 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> -->
<upload-purchase-order-pdf-v2-form-component :booking-id="data.id" :section="section"></upload-purchase-order-pdf-v2-form-component>
<upload-purchase-order-pdf-v2-form-component :booking-id="data.id" :section="section + 'PDFUpload1'"></upload-purchase-order-pdf-v2-form-component>
</div>
</div>
</div>
@@ -364,7 +364,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> -->
<upload-purchase-order-pdf-v2-form-component :booking-id="booking.id" :section="section"></upload-purchase-order-pdf-v2-form-component>
<upload-purchase-order-pdf-v2-form-component :booking-id="booking.id" :section="section + 'PDFUpload2'"></upload-purchase-order-pdf-v2-form-component>
</div>
</div>
</div>