FDQPV5 - tampilkan waktu sampling di kolom nama jika flagSampleOnly Y
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -497,6 +497,11 @@
|
|||||||
<p v-if="props.item.order_header_addon_order_type == 'RUJUKAN'">
|
<p v-if="props.item.order_header_addon_order_type == 'RUJUKAN'">
|
||||||
<v-btn small color="blue lighten-2" dark @click="openDetailRujukan(props.item)">Detail Order</v-btn>
|
<v-btn small color="blue lighten-2" dark @click="openDetailRujukan(props.item)">Detail Order</v-btn>
|
||||||
</p>
|
</p>
|
||||||
|
<p v-if="props.item.flagSampleOnly === 'Y'" class="mb-0 mt-1">
|
||||||
|
<v-chip small label color="orange darken-2" text-color="white">
|
||||||
|
Sampling : {{ props.item.sampleOnlyTime }}
|
||||||
|
</v-chip>
|
||||||
|
</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-xs-left pa-2" v-bind:class="{
|
<td class="text-xs-left pa-2" v-bind:class="{
|
||||||
'': isSelected(props.item),
|
'': isSelected(props.item),
|
||||||
|
|||||||
Reference in New Issue
Block a user