mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
customer notice
This commit is contained in:
-24
@@ -11,30 +11,6 @@
|
||||
<on-boarding-section-component v-if="!company.last_order"></on-boarding-section-component>
|
||||
<div class="row" v-if="company.last_order">
|
||||
<div class="col">
|
||||
<div class="row">
|
||||
<div class="col no-padding">
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<div class="row">
|
||||
<div class="col p-b-15">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<p class="fs-18 p-t-15"><i class="fa fa-exclamation-triangle m-r-5"></i> 通告!NOTICE! <i class="fa fa-exclamation-triangle m-l-5"></i></p>
|
||||
</div>
|
||||
<div class="col-auto"><i class="fa fa-times"></i></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<p>由于广州地区台风来袭, 广州港口船务公司暂停操作,在此前进仓的货物时效上会受到一些影响。</p>
|
||||
<p>年底不定性因素比较多,恳请大家提前做好采购安排,以免货物延迟照成不必要的损失</p>
|
||||
<p>Due to the typhoon in Guangzhou area, shipping liners in Guangzhou port suspended its operation, the duration of shipment for your recent goods will be affected.</p>
|
||||
<p class="m-b-0">As there are many uncertainties during the year end, please ensure your purchase arrangements in advance to avoid unnecessary losses due to cargo delays.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row m-b-30 relative">
|
||||
<div class="col">
|
||||
<div class="row">
|
||||
|
||||
@@ -1,5 +1,29 @@
|
||||
<div class="row d-none" :class="[{'d-flex': !$store.getters.isAdmin}]" v-if="!$store.getters.isAdmin">
|
||||
<div class="col">
|
||||
<div class="row">
|
||||
<div class="col no-padding">
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<div class="row">
|
||||
<div class="col p-b-15">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<p class="fs-18 p-t-15"><i class="fa fa-exclamation-triangle m-r-5"></i> 通告!NOTICE! <i class="fa fa-exclamation-triangle m-l-5"></i></p>
|
||||
</div>
|
||||
<div class="col-auto"><i class="fa fa-times"></i></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<p>由于广州地区台风来袭, 广州港口船务公司暂停操作,在此前进仓的货物时效上会受到一些影响。</p>
|
||||
<p>年底不定性因素比较多,恳请大家提前做好采购安排,以免货物延迟照成不必要的损失</p>
|
||||
<p>Due to the typhoon in Guangzhou area, shipping liners in Guangzhou port suspended its operation, the duration of shipment for your recent goods will be affected.</p>
|
||||
<p class="m-b-0">As there are many uncertainties during the year end, please ensure your purchase arrangements in advance to avoid unnecessary losses due to cargo delays.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<customer-profile-section-component :company_id="$store.getters.getCompanyId"></customer-profile-section-component>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user