convert 1688 purchase order to po on document upload

This commit is contained in:
Omair Saleh
2022-09-30 02:26:39 +08:00
parent c9fadcaed5
commit d1d4b2a770
@@ -228,7 +228,7 @@
</div>
</div>
<div class="col">
<p class="m-b-0 fs-12">Due to the system upgrades, you are no longer required to fill out the Purchase Order. We apologize that the invoices won't be available until the system has been fully upgraded. Thanks for your patience.</p>
<p class="m-b-0 fs-12">You are no longer required to key in your purchase order details manually, the system will automatically get your purchase order detail from 1688.</p>
</div>
</div>
<div class="row">
@@ -263,7 +263,7 @@
</div>
</div>
</div>
<purchase-order-form-component v-if="booking.service.id !== 4" :data="booking" :section="section"></purchase-order-form-component>
<purchase-order-form-component v-if="booking.service.id !== 4 || ($store.getters.isAdmin && booking.purchase_order)" :data="booking" :section="section"></purchase-order-form-component>
</div>
</div>
<div class="row m-t-15" v-if="booking.status === 3 && $store.getters.isSuperAdmin">
@@ -494,4 +494,4 @@
}
}
}
</script>
</script>