Skip to content

Commit

Permalink
Improved: added serachbar on the Other stores inventory modal(#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sourabh committed May 8, 2024
1 parent dd1a763 commit 40a4fb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/views/OtherStoresInventoryModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</ion-toolbar>
</ion-header>
<ion-content class="ion-padding">
<ion-searchbar/>
<ion-list v-if="otherStoresInventory.length">
<ion-item v-for="details in otherStoresInventory" :key="details.facilityName">
<ion-label class="ion-text-wrap">{{ details.facilityName }}</ion-label>
Expand Down
4 changes: 2 additions & 2 deletions src/views/ProductDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<ion-label class="ion-text-wrap">Order Reservation</ion-label>
<ion-note slot="end">20</ion-note>
</ion-item>
<ion-item>
<ion-item lines="none">
<ion-label class="ion-text-wrap">Available to promise</ion-label>
<ion-badge color="success" slot="end">70</ion-badge>
</ion-item>
Expand All @@ -81,7 +81,7 @@
<ion-label class="ion-text-wrap">Other Stores</ion-label>
<ion-button @click="getOtherStoresInventoryDetails()" fill="outline">100 ATP</ion-button>
</ion-item>
<ion-item>
<ion-item lines="none">
<ion-label class="ion-text-wrap">Warehouse</ion-label>
<ion-note slot="end">100 ATP</ion-note>
</ion-item>
Expand Down

0 comments on commit 40a4fb9

Please sign in to comment.