|
@@ -73,7 +73,7 @@
|
|
|
<span class="text-secondary mx-2">|</span>
|
|
|
<a href="#" v-on:click.prevent="addERxLineItem()">Add</a>
|
|
|
<span class="text-secondary mx-2 hide-inside-ticket-poppup">|</span>
|
|
|
- <a class="py-0 font-weight-normal c-pointer hide-inside-ticket-poppup" onclick="showStagPopup('client-rx')">Patient Rx</a>
|
|
|
+ <a class="py-0 font-weight-normal c-pointer hide-inside-ticket-poppup" onclick="showStagPopup('client-rx')">Patient Rx List</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -84,7 +84,7 @@
|
|
|
<div class="col-9">
|
|
|
<label class="text-sm text-secondary mb-1">
|
|
|
<div class="pro-initials pro-initials-sm bg-info text-white font-size-13 mr-1 font-weight-bold">1</div>
|
|
|
- Medication (<i>from Patient Rx</i>)
|
|
|
+ Medication (<i>from Patient Rx List</i>)
|
|
|
</label>
|
|
|
<select required class="form-control form-control-sm"
|
|
|
v-model="erxPopupItem.data.medication" v-on:change="onMedicationChange(erxPopupItem.data)">
|
|
@@ -160,7 +160,7 @@
|
|
|
<div class="col-9">
|
|
|
<label class="text-sm text-secondary mb-1 d-flex align-items-center">
|
|
|
<div class="pro-initials pro-initials-sm bg-info text-white font-size-13 mr-1 font-weight-bold" v-html="itemIndex + 2"></div>
|
|
|
- Medication (<i>from Patient Rx</i>)
|
|
|
+ Medication (<i>from Patient Rx List</i>)
|
|
|
<span class="text-secondary mx-2">|</span>
|
|
|
<a href="#" v-on:click.prevent="removeERxLineItem(itemIndex)" class="text-danger font-size-11">Remove</a>
|
|
|
</label>
|