feature: po pay downpayment
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
v-bind:class="{'amber lighten-4':isSelected(props.item)}"
|
||||
>
|
||||
{{ props.item.SupplierInvoiceNumber}}
|
||||
<p><v-btn v-if="props.item.SupplierInvoiceIsLunas === 'Y'" small color="success">Lunas</v-btn></p>
|
||||
<p><v-btn v-if="props.item.flaglunas === 'Y'" small color="success">Lunas</v-btn></p>
|
||||
</td>
|
||||
<td
|
||||
class="pa-2" @click="selectMe(props.item)"
|
||||
@@ -189,7 +189,7 @@
|
||||
v-bind:class="{'amber lighten-4':isSelected(props.item)}"
|
||||
>
|
||||
{{ props.item.SupplierInvoiceNumber}}
|
||||
<p><v-btn v-if="props.item.SupplierInvoiceIsLunas === 'Y'" small color="success">Lunas</v-btn></p>
|
||||
<p><v-btn v-if="props.item.flaglunas === 'Y'" small color="success">Lunas</v-btn></p>
|
||||
</td>
|
||||
<td
|
||||
class="pa-2" @click="selectMe(props.item)"
|
||||
|
||||
Reference in New Issue
Block a user