فهرست منبع

Rx <-> ERx link (wip)

Vijayakrishnan 4 سال پیش
والد
کامیت
0e10999df4

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
public/css/app.css


+ 3 - 1
resources/views/app/patient/canvas-sections/canvas-editor-modal.blade.php

@@ -1,4 +1,6 @@
-<a class="py-0 font-weight-normal c-pointer" onclick="showStagPopup('client-{{ $key }}')">Edit</a>
+@if(!@$noEditLink)
+    <a class="py-0 font-weight-normal c-pointer" onclick="showStagPopup('client-{{ $key }}')">Edit</a>
+@endif
 <div class="stag-popup mcp-theme-1 {{ isset($class) ? $class : '' }}" stag-popup-key="client-{{ $key }}">
     <?php
     $contentData = false;

+ 1 - 1
resources/views/app/patient/tickets.blade.php

@@ -81,7 +81,7 @@
 
         @include('app.patient.tickets.ticket_send_fax_form')
     </div>
-
+    @include('app.patient.canvas-sections.canvas-editor-modal', ['key' => 'rx', 'class' => 'wide', 'noEditLink' => true])
     <script>
         (function() {
             const debounce = (func, delay) => {

+ 2 - 0
resources/views/app/patient/tickets/erx.blade.php

@@ -98,6 +98,8 @@
                         <label class="text-secondary mb-0 font-weight-normal font-size-16">ERx</label>
                         <span class="text-secondary mx-2">|</span>
                         <a href="#" v-on:click.prevent="addERxLineItem()">Add</a>
+                        <span class="text-secondary mx-2">|</span>
+                        <a class="py-0 font-weight-normal c-pointer" onclick="showStagPopup('client-rx')">Patient Rx</a>
                     </div>
                 </div>
             </div>

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است