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)"
|
||||
|
||||
@@ -1199,7 +1199,8 @@
|
||||
notes: this.$store.state.paymentmanual.notes,
|
||||
totalbill : this.$store.state.bill.selected_bill.totalbill,
|
||||
paid : this.$store.state.bill.selected_bill.paid,
|
||||
tanggalbayar : this.xtanggalbayar
|
||||
tanggalbayar: this.xtanggalbayar,
|
||||
type: this.$store.state.bill.selected_bill.type,
|
||||
}
|
||||
//console.log(prm.amount)
|
||||
this.$store.dispatch("paymentmanual/pay", prm)
|
||||
|
||||
Reference in New Issue
Block a user