add button report pr non persediaan
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user