Merge pull request 'FHM300626cpone01 - fix packet detail fallback' (#7) from staging into master
Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
@@ -177,10 +177,10 @@
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
">
|
||||
<span class="font-weight-bold mr-2">{{
|
||||
note.T_TestSasCode
|
||||
}}</span>
|
||||
{{ note.T_TestName }}
|
||||
<span class="font-weight-bold mr-2">{{
|
||||
note.T_TestSasCode || note.code
|
||||
}}</span>
|
||||
{{ note.T_TestName || note.name }}
|
||||
</td>
|
||||
<td width="20%" class="text-md-right pl-3 pr-3" style="
|
||||
border: 1px solid black;
|
||||
@@ -188,7 +188,7 @@
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
">
|
||||
{{ convertMoney(note.T_PacketDetailPrice) }}
|
||||
{{ convertMoney(note.T_PacketDetailPrice || note.price) }}
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="mini-input" v-if="detailPacket.length === 0">
|
||||
|
||||
Reference in New Issue
Block a user