FHM300626cpone01 - fix packet detail fallback

This commit is contained in:
sas.fajri
2026-06-30 16:41:49 +07:00
parent 38bbfd4be4
commit 49bcf2ea1f

View File

@@ -178,9 +178,9 @@
padding-bottom: 2px; padding-bottom: 2px;
"> ">
<span class="font-weight-bold mr-2">{{ <span class="font-weight-bold mr-2">{{
note.T_TestSasCode note.T_TestSasCode || note.code
}}</span> }}</span>
{{ note.T_TestName }} {{ note.T_TestName || note.name }}
</td> </td>
<td width="20%" class="text-md-right pl-3 pr-3" style=" <td width="20%" class="text-md-right pl-3 pr-3" style="
border: 1px solid black; border: 1px solid black;
@@ -188,7 +188,7 @@
padding-top: 2px; padding-top: 2px;
padding-bottom: 2px; padding-bottom: 2px;
"> ">
{{ convertMoney(note.T_PacketDetailPrice) }} {{ convertMoney(note.T_PacketDetailPrice || note.price) }}
</td> </td>
</tr> </tr>
<tr class="mini-input" v-if="detailPacket.length === 0"> <tr class="mini-input" v-if="detailPacket.length === 0">