huangyw 2 years ago
parent
commit
a4ba1c59d2

+ 42 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderFiftyThree.vue View File

@@ -770,10 +770,21 @@
770 770
                   <td style="height: 20px" width="50">
771 771
                     <p style="height: 20px; line-height: 20px">时间</p>
772 772
                   </td>
773
+                  <td
774
+                    style="height: 20px"
775
+                    width="100"
776
+                    v-if="org_id == 10346 || org_id == 9675"
777
+                  >
778
+                    <p style="height: 20px; line-height: 20px">开嘱医生</p>
779
+                  </td>
773 780
                   <td style="height: 20px" width="420">
774 781
                     <p style="height: 20px; line-height: 20px">医嘱执行记录</p>
775 782
                   </td>
776
-                  <td style="height: 20px" width="100" v-if="org_id==10346||org_id==9675">
783
+                  <td
784
+                    style="height: 20px"
785
+                    width="100"
786
+                    v-if="org_id == 10346 || org_id == 9675"
787
+                  >
777 788
                     <p style="height: 20px; line-height: 20px">执行时间</p>
778 789
                   </td>
779 790
                   <td style="height: 20px" width="85">
@@ -809,6 +820,31 @@
809 820
                   <td width="50">
810 821
                     {{ getTime(advice.start_time, "{h}:{i}") }}
811 822
                   </td>
823
+                  <td
824
+                    style="line-height: 30px"
825
+                    width="100"
826
+                    v-if="org_id == 10346 || org_id == 9675"
827
+                  >
828
+                    <span v-if="setAdminUserES(advice.advice_doctor) == ''">
829
+                      {{ getAdminUser(advice.advice_doctor) }}
830
+                    </span>
831
+                    <span
832
+                      v-else
833
+                      style="
834
+                        display: flex;
835
+                        align-items: center;
836
+                        justify-content: space-around;
837
+                        height: 36px;
838
+                      "
839
+                    >
840
+                      <img
841
+                        style="height: 30px"
842
+                        :src="setAdminUserES(advice.advice_doctor)"
843
+                        alt
844
+                        srcset
845
+                      />
846
+                    </span>
847
+                  </td>
812 848
                   <td style="text-align: left; padding-left: 5px" width="415">
813 849
                     <span v-if="advice.parent_id > 0">---></span>
814 850
                     <span>{{ advice.advice_name }}</span>
@@ -833,7 +869,11 @@
833 869
                     }}</span>
834 870
                     <span>{{ advice.remark }}</span>
835 871
                   </td>
836
-                  <td style="line-height: 30px" width="100" v-if="org_id==10346||org_id==9675">
872
+                  <td
873
+                    style="line-height: 30px"
874
+                    width="100"
875
+                    v-if="org_id == 10346 || org_id == 9675"
876
+                  >
837 877
                     <span v-if="advice.execution_time">{{
838 878
                       getTime(advice.execution_time, "{h}:{i}")
839 879
                     }}</span>

File diff suppressed because it is too large
+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderForty.vue