1688 PO Automation Project, feedback from Brian

This commit is contained in:
Dillon Ngo
2026-01-13 16:07:40 +08:00
parent ec38f9d2d8
commit 0b4d0fed3f
@@ -120,7 +120,7 @@
<div class="row" v-if="useUploadPdfPo"> <div class="row" v-if="useUploadPdfPo">
<div class="col"> <div class="col">
<!-- <pdf-table-extractor-component :booking-id="data.id" :section="section"></pdf-table-extractor-component> --> <!-- <pdf-table-extractor-component :booking-id="data.id" :section="section"></pdf-table-extractor-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="data.id" :section="section"></upload-purchase-order-pdf-v2-form-component>
</div> </div>
</div> </div>
</div> </div>