소스 검색

Rx -> new item bug fix

Vijayakrishnan 4 년 전
부모
커밋
a702506ab9
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      resources/views/app/patient/canvas-sections/rx/form.blade.php

+ 6 - 0
resources/views/app/patient/canvas-sections/rx/form.blade.php

@@ -208,6 +208,12 @@ $formID = rand(0, 100000);
                             frequency: '',
                             detail: '',
                             is_currently_active: true,
+                            notes: [
+                                {
+                                    date: '{{@$note ? $note->effective_dateest : date('Y-m-d')}}',
+                                    text: '',
+                                }
+                            ]
                         });
                         Vue.nextTick(function() {
                             self.initRTE();