mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-25 23:43:58 +00:00
hide po for 1688 orders
This commit is contained in:
+6
-1
@@ -219,6 +219,11 @@
|
||||
</div>
|
||||
<div class="row no-margin">
|
||||
<div class="col bg-white padding-25">
|
||||
<div class="row align-items-center m-b-10" v-if='booking.service.id === 4'>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row m-b-25" v-if="$store.getters.isAdmin && booking.service.id === 4 && booking.status !== 3">
|
||||
<div class="col">
|
||||
<div class="row" v-if="!booking.documents.ecommerce_purchase_order">
|
||||
@@ -245,7 +250,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<purchase-order-form-component :data="booking" :section="section"></purchase-order-form-component>
|
||||
<purchase-order-form-component v-if="booking.service.id !== 4" :data="booking" :section="section"></purchase-order-form-component>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row m-t-15" v-if="booking.status === 3 && $store.getters.isSuperAdmin">
|
||||
|
||||
Reference in New Issue
Block a user