mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-28 00:43:58 +00:00
fix up group transactions bulk purchase orders
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
</button>
|
||||
</template>
|
||||
</document-file-viewer-component>
|
||||
<p class="font-heading fs-12 bold text-success pointer"><span :class="[{'text-danger': item.complete_transactions.length !== item.transactions.length}]">{{item.complete_transactions.length}}</span>/{{item.transactions.length}}</p>
|
||||
<p class="font-heading fs-12 bold text-success pointer" @click="expanded = !expanded"><span :class="[{'text-danger': item.complete_transactions.length !== item.transactions.length}]">{{item.complete_transactions.length}}</span>/{{item.transactions.length}}</p>
|
||||
<!--<span class="font-heading fs-10" v-for="transaction in item.transactions">-->
|
||||
<!--<a :href="route('booking.details', transaction.booking.marking)">{{transaction.booking.marking}} </a>-->
|
||||
<!--</span>-->
|
||||
@@ -69,9 +69,6 @@
|
||||
<div class="col-auto">
|
||||
<div class="row parentContainer">
|
||||
<div class="col p-l-0">
|
||||
<button class="btn btn-xs btn-default b-rad-none">
|
||||
<i class="fa fa-angle-down" @click="expanded = !expanded"></i>
|
||||
</button>
|
||||
<button class="btn btn-xs btn-complete b-rad-none">
|
||||
<i class="fa fa-refresh" @click="updateDo()"></i>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user