add button report pr non persediaan

This commit is contained in:
Hanan Askarim
2026-07-20 16:42:49 +07:00
parent 4c7ef4dce7
commit e0536e554d
4 changed files with 89 additions and 16 deletions

View File

@@ -111,7 +111,7 @@
{{ props.item.PurchaseRequestDirectStatus }}
</v-chip>
</td>
<td class="text-xs-center pa-2">
<td class="text-xs-center pa-2" style="white-space: nowrap;">
<div v-if="props.item.PurchaseRequestDirectStatus != 'Draft'">
<v-btn
v-if="props.item.PurchaseRequestDirectStatus == 'Pending'"
@@ -400,7 +400,7 @@ module.exports = {
},
{
text: "TOTAL", align: "left", sortable: false,
value: "description", width: "20%", class: "blue lighten-3 white--text",
value: "description", width: "15%", class: "blue lighten-3 white--text",
},
{
text: "STATUS", align: "center", sortable: false,
@@ -408,7 +408,7 @@ module.exports = {
},
{
text: "AKSI", align: "center", sortable: false,
value: "action", width: "10%", class: "blue lighten-3 white--text",
value: "action", width: "15%", class: "blue lighten-3 white--text",
},
],
detail_headers: [