Browse Source

9月21日杨青

杨青 1 year ago
parent
commit
0ee009a94e
1 changed files with 206 additions and 285 deletions
  1. 206 285
      src/xt_pages/dialysis/template/DialysisPrintOrderSixtyeight.vue

+ 206 - 285
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyeight.vue View File

@@ -126,7 +126,7 @@
126 126
             <div class="under_line" style="width: 70px;text-align: left" v-else>
127 127
               {{ "/" }}
128 128
             </div>
129
-          </div>
129
+          </div>&nbsp;&nbsp;&nbsp;
130 130
           <div class="inline_block" style="flex: 1">
131 131
             本次透析日期:
132 132
             <div
@@ -135,7 +135,7 @@
135 135
             >
136 136
               {{ xtdate }}
137 137
             </div>
138
-          </div>
138
+          </div>&nbsp;&nbsp;&nbsp;
139 139
           <div class="inline_block" style="flex: 1">
140 140
             透析次数:
141 141
             <div
@@ -236,35 +236,11 @@
236 236
                     class="row"
237 237
                     style="padding: 2px 0; line-height: 23px; display: flex"
238 238
                   >
239
-                    <!-- <div class="inline_block" style="flex: 1">
240
-                      本次透析日期:
241
-                      <div
242
-                        class="under_line"
243
-                        style="width: 100px; text-align: center"
244
-                      >
245
-                        {{ xtdate }}
246
-                      </div>
247
-                    </div>
248
-                    <div class="inline_block" style="flex: 1">
249
-                      透析次数:
250
-                      <div
251
-                        class="under_line"
252
-                        style="width: 70px; text-align: center"
253
-                      >
254
-                        {{
255
-                          patientInfo.total_dialysis +
256
-                          patientInfo.user_sys_before_count
257
-                            ? patientInfo.total_dialysis +
258
-                              patientInfo.user_sys_before_count
259
-                            : "/"
260
-                        }}
261
-                      </div>
262
-                    </div> -->
263
-                   
239
+                    
264 240
                   </div>
265 241
 
266
-                  <div class="row" style="padding: 2px 0; line-height: 23px">
267
-                    <div class="inline_block">
242
+                  <div class="row" style="padding: 2px 0; line-height: 23px;display: flex;">
243
+                    <div class="inline_block" style="flex: 1;">
268 244
                       T:
269 245
                       <div
270 246
                         class="under_line"
@@ -278,7 +254,7 @@
278 254
                       </div>
279 255
                       °C
280 256
                     </div>
281
-                    <div class="inline_block" style="margin-left: 10px">
257
+                    <div class="inline_block" style="flex: 1;">
282 258
                       P:
283 259
                       <div
284 260
                         class="under_line"
@@ -292,7 +268,7 @@
292 268
                       </div>
293 269
                       次/分
294 270
                     </div>
295
-                    <div class="inline_block" style="margin-left: 10px">
271
+                    <div class="inline_block" style="flex: 1;">
296 272
                       R:
297 273
                       <div
298 274
                         class="under_line"
@@ -306,7 +282,7 @@
306 282
                       </div>
307 283
                       次/分
308 284
                     </div>
309
-                    <div class="inline_block" style="margin-left: 10px">
285
+                    <div class="inline_block" style="flex: 1;">
310 286
                       BP:
311 287
                       <div
312 288
                         class="under_line"
@@ -331,23 +307,13 @@
331 307
                       </div>
332 308
                       mmHg
333 309
                     </div>
310
+                  </div>
311
+                  <div class="row" style="padding: 2px 0; line-height: 23px;display: flex;">
334 312
                     <div
335 313
                       class="inline_block"
336
-                      style="margin-left: 10px; flex: 1"
314
+                      style="flex: 1"
337 315
                     >
338 316
                       穿刺方式:
339
-                      <!-- <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 0">
340
-                        /
341
-                      </div>
342
-                      <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 1">
343
-                        绳梯
344
-                      </div>
345
-                      <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 2">
346
-                        扣眼
347
-                      </div>
348
-                      <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 3">
349
-                        区域
350
-                      </div> -->
351 317
                       <div
352 318
                         class="under_line"
353 319
                         style="width: 100px; text-align: center"
@@ -393,13 +359,38 @@
393 359
                         }}
394 360
                       </div>
395 361
                     </div>
362
+                    <div class="inline_block" style="margin-left: 1px; flex: 1">
363
+                      透析时间:
364
+                      <div
365
+                        class="under_line"
366
+                        style="width: 30px; text-align: center"
367
+                      >
368
+                        {{
369
+                          prescription.dialysis_duration_hour
370
+                            ? prescription.dialysis_duration_hour
371
+                            : "/"
372
+                        }}
373
+                      </div>
374
+                      h
375
+                      <div
376
+                        class="under_line"
377
+                        style="width: 30px; text-align: center"
378
+                      >
379
+                        {{
380
+                          prescription.dialysis_duration_minute
381
+                            ? prescription.dialysis_duration_minute
382
+                            : "/"
383
+                        }}
384
+                      </div>
385
+                      min
386
+                    </div>
396 387
                   </div>
397
-
388
+                  <!--  -->
398 389
                   <div
399 390
                     class="row"
400 391
                     style="padding: 2px 0; line-height: 23px; display: flex"
401 392
                   >
402
-                    <div class="inline_block">
393
+                    <div class="inline_block" style="flex: 1.4;">
403 394
                       血管通路:
404 395
                       <div
405 396
                         class="under_line"
@@ -410,7 +401,7 @@
410 401
                         {{ predialysis.blood_access_part_opera_name }}
411 402
                       </div>
412 403
                     </div>
413
-                    <div class="inline_block" style="margin-left: 10px" v-if="org_id!=9675 && org_id!=10447">
404
+                    <div class="inline_block" style="flex: 1;">
414 405
                       内瘘:
415 406
                       <div
416 407
                         class="under_line"
@@ -427,11 +418,9 @@
427 418
                         }}
428 419
                       </div>
429 420
                     </div>
430
-
431 421
                     <div
432 422
                       class="inline_block"
433 423
                       style="margin-left: 10px; flex: 1.4"
434
-                      v-if="org_id!=9675 && org_id!=10447"
435 424
                     >
436 425
                       导管:
437 426
                       <div
@@ -441,26 +430,9 @@
441 430
                         {{ predialysis.catheter ? predialysis.catheter : "/" }}
442 431
                       </div>
443 432
                     </div>
444
-                    <div
445
-                      class="inline_block"
446
-                      style="margin-left: 10px; flex: 1"
447
-                      v-if="org_id == 10223"
448
-                    >
449
-                      导管打折:
450
-                      <div
451
-                        class="under_line"
452
-                        style="
453
-                          width: 50px;
454
-                          text-align: center;
455
-                          white-space: normal;
456
-                        "
457
-                      >
458
-                        <span v-if="predialysis.catheter_bend == 0">/</span>
459
-                        <span v-if="predialysis.catheter_bend == 1">有</span>
460
-                        <span v-if="predialysis.catheter_bend == 2">无</span>
461
-                      </div>
462
-                    </div>
433
+                   
463 434
                   </div>
435
+
464 436
                   <div
465 437
                     class="row"
466 438
                     style="padding: 2px 0; line-height: 23px; display: flex"
@@ -770,8 +742,7 @@
770 742
                         }}
771 743
                       </div>
772 744
                     </div>
773
-                    <div
774
-                     
745
+                    <div                 
775 746
                       class="inline_block"
776 747
                       style="margin-left: 10px; flex: 1"
777 748
                     >
@@ -805,37 +776,13 @@
805 776
                       </div>
806 777
                       ml/min
807 778
                     </div>
808
-                    <div class="inline_block" style="margin-left: 1px; flex: 1">
809
-                      透析时间:
810
-                      <div
811
-                        class="under_line"
812
-                        style="width: 30px; text-align: center"
813
-                      >
814
-                        {{
815
-                          prescription.dialysis_duration_hour
816
-                            ? prescription.dialysis_duration_hour
817
-                            : "/"
818
-                        }}
819
-                      </div>
820
-                      h
821
-                      <div
822
-                        class="under_line"
823
-                        style="width: 30px; text-align: center"
824
-                      >
825
-                        {{
826
-                          prescription.dialysis_duration_minute
827
-                            ? prescription.dialysis_duration_minute
828
-                            : "/"
829
-                        }}
830
-                      </div>
831
-                      min
832
-                    </div>
779
+                   
833 780
                   </div>
834 781
                   <div
835 782
                     class="row"
836 783
                     style="padding: 2px 0; line-height: 23px; display: flex"
837 784
                   >
838
-                    <div class="inline_block" style="flex: 1">
785
+                    <div class="inline_block" style="flex: 0.9">
839 786
                       透析(滤)器:
840 787
                       <!--  透析(滤)器分开取值 -->
841 788
                       <div v-if="org_id!=10414"
@@ -868,7 +815,7 @@
868 815
 
869 816
                     </div>
870 817
 
871
-                    <div class="inline_block" style="flex: 1" >
818
+                    <div class="inline_block" style="flex: 0.8" >
872 819
                       灌流器:
873 820
                       <div
874 821
                         class="under_line"
@@ -895,22 +842,14 @@
895 842
                         }}
896 843
                       </div>
897 844
                     </div>
898
-                  </div>
899 845
 
900
-                  <div
901
-                    class="row"
902
-                    style="padding: 2px 0; line-height: 23px; display: flex"
903
-                  >
904
-                    <div class="inline_block" style="flex: 1" v-if="org_id!=10440 && org_id!=10510">
846
+                    <div class="inline_block" style="flex: 1">
905 847
                       上次透后体重:
906 848
                       <div
907 849
                         class="under_line"
908 850
                         style="width: 100px; text-align: center"
909 851
                       >
910
-                        <span v-if="org_id == 10290 || org_id == 10318 || org_id== 10217 || org_id== 10188 || org_id== 9956 || org_id == 10440 || org_id == 0 || org_id == 10469 || org_id == 10478 || org_id == 10490 || org_id ==10495 || org_id == 10460">{{
911
-                          lastafterdialysis.weight_after
912
-                        }}</span>
913
-                        <span v-if="org_id != 10290 && org_id != 10318  && org_id!= 10217 && org_id!=10188 && org_id!=9956 && org_id != 10440 && org_id!=0 && org_id!=10469 && org_id!=10478 && org_id!=10490 && org_id!=10495 && org_id!=10460">{{
852
+                        <span>{{
914 853
                           predialysis.weight_after_last_transparency
915 854
                             ? predialysis.weight_after_last_transparency
916 855
                             : "未称重"
@@ -919,13 +858,20 @@
919 858
                       </div>
920 859
                       kg
921 860
                     </div>
861
+                  </div>
862
+
863
+                  <div
864
+                    class="row"
865
+                    style="padding: 2px 0; line-height: 23px; display: flex"
866
+                  >
867
+                   
922 868
                     <div class="inline_block" style="flex: 1">
923 869
                       透前体重:
924 870
                       <div
925 871
                         class="under_line"
926 872
                         style="width: 70px; text-align: center"
927 873
                       >
928
-                      <span v-if="org_id !=10447 && org_id != 9675">{{
874
+                      <span>{{
929 875
                           predialysis.weight_before
930 876
                             ? parseFloat(
931 877
                                 predialysis.weight_before -
@@ -947,7 +893,7 @@
947 893
                       </div>
948 894
                       kg
949 895
                     </div>
950
-                    <div class="inline_block" style="flex: 1" v-if="org_id!=10469 && org_id!=0">
896
+                    <div class="inline_block" style="flex: 1">
951 897
                       计划超滤量: 
952 898
                       <div
953 899
                         class="under_line"
@@ -962,22 +908,6 @@
962 908
                       <span v-if="org_id == 10395 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471 || org_id == 10460">ml</span> 
963 909
                       <span v-if="org_id!=10395&&org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471 && org_id!=10460">L</span>
964 910
                     </div>
965
-
966
-
967
-                    <div class="inline_block" style="flex: 1" v-if="org_id == 10469 || org_id == 0">
968
-                      处方脱水量: 
969
-                      <div
970
-                        class="under_line"
971
-                        style="width: 100px; text-align: center"
972
-                      >
973
-                        {{
974
-                          prescription.prescription_water
975
-                            ? prescription.prescription_water
976
-                            : "/"
977
-                        }}
978
-                      </div>
979
-                       ml
980
-                    </div>
981 911
                     <div class="inline_block" style="flex: 1">
982 912
                       干体重:
983 913
                       <div
@@ -992,42 +922,42 @@
992 922
                     </div>
993 923
                   </div>
994 924
 
995
-                  <div class="row" style="padding: 2px 0; line-height: 23px" v-if="org_id !=10449">
925
+                  <div class="row" style="padding: 2px 0; line-height: 23px" >
996 926
                     <div class="inline_block">
997 927
                       透析液成分钾:
998 928
                       <div
999 929
                         class="under_line"
1000
-                        style="width: 50px; text-align: center"
930
+                        style="width: 55px; text-align: center"
1001 931
                       >
1002 932
                         {{ prescription.kalium ? prescription.kalium : "/" }}
1003 933
                       </div>
1004 934
                       mmol/L
1005 935
                     </div>
1006
-                    <div class="inline_block" style="margin-left: 10px">
936
+                    <div class="inline_block" style="margin-left: 5px">
1007 937
                       钠:
1008 938
                       <div
1009 939
                         class="under_line"
1010
-                        style="width: 50px; text-align: center"
940
+                        style="width: 55px; text-align: center"
1011 941
                       >
1012 942
                         {{ prescription.sodium ? prescription.sodium : "/" }}
1013 943
                       </div>
1014 944
                       mmol/L
1015 945
                     </div>
1016
-                    <div class="inline_block" style="margin-left: 10px">
946
+                    <div class="inline_block" style="margin-left: 5px">
1017 947
                       钙:
1018 948
                       <div
1019 949
                         class="under_line"
1020
-                        style="width: 50px; text-align: center"
950
+                        style="width: 55px; text-align: center"
1021 951
                       >
1022 952
                         {{ prescription.calcium ? prescription.calcium : "/" }}
1023 953
                       </div>
1024 954
                       mmol/L
1025 955
                     </div>
1026
-                    <div class="inline_block" style="margin-left: 10px" v-if="org_id!=10478">
956
+                    <div class="inline_block" style="margin-left: 5px" >
1027 957
                       碳酸氢根:
1028 958
                       <div
1029 959
                         class="under_line"
1030
-                        style="width: 50px; text-align: center"
960
+                        style="width: 55px; text-align: center"
1031 961
                       >
1032 962
                         {{
1033 963
                           prescription.bicarbonate
@@ -1037,11 +967,11 @@
1037 967
                       </div>
1038 968
                       mmol/L
1039 969
                     </div>
1040
-                    <div class="inline_block" style="margin-left: 10px" v-if="org_id!=10478">
970
+                    <div class="inline_block" style="margin-left: 5px">
1041 971
                       流量:
1042 972
                       <div
1043 973
                         class="under_line"
1044
-                        style="width: 50px; text-align: center"
974
+                        style="width: 55px; text-align: center"
1045 975
                       >
1046 976
                         {{
1047 977
                           prescription.dialysate_flow
@@ -1235,7 +1165,10 @@
1235 1165
                       </div>
1236 1166
                       <span>h</span>
1237 1167
                     </div>
1238
-                    <div class="inline_block" style="margin-left: 20px">
1168
+                   
1169
+                  </div>
1170
+                  <div class="row" style="padding: 2px 0; line-height: 23px">
1171
+                    <div class="inline_block" style="">
1239 1172
                       透析机号:
1240 1173
                       <div
1241 1174
                         class="under_line"
@@ -1264,6 +1197,7 @@
1264 1197
                     
1265 1198
                     </div>
1266 1199
                   </div>
1200
+                  
1267 1201
                 </td>
1268 1202
               </tr>
1269 1203
               <tr>
@@ -1823,7 +1757,7 @@
1823 1757
               <div class="under_line" style="width: 70px;text-align: left" v-else>
1824 1758
                 {{ "/" }}
1825 1759
               </div>
1826
-            </div>
1760
+            </div>&nbsp;&nbsp;&nbsp;
1827 1761
             <div class="inline_block" style="flex: 1">
1828 1762
               本次透析日期:
1829 1763
               <div
@@ -1832,7 +1766,7 @@
1832 1766
               >
1833 1767
                 {{ xtdate }}
1834 1768
               </div>
1835
-            </div>
1769
+            </div>&nbsp;&nbsp;&nbsp;
1836 1770
             <div class="inline_block" style="flex: 1">
1837 1771
               透析次数:
1838 1772
               <div
@@ -2075,7 +2009,7 @@
2075 2009
                     class="row"
2076 2010
                     style="padding: 2px 0; line-height: 23px; display: flex"
2077 2011
                   >
2078
-                    <div class="inline_block" style="flex: 1">
2012
+                    <div class="inline_block" style="flex: 0.8">
2079 2013
                       T:
2080 2014
                       <div
2081 2015
                         class="under_line"
@@ -2194,8 +2128,7 @@
2194 2128
                         {{ afterdialysis.cruor ? afterdialysis.cruor : "/" }}
2195 2129
                       </div>
2196 2130
                     </div>
2197
-                    <div class="inline_block" style="flex: 2"
2198
-                    v-if="org_id!=9675 && org_id!=10447">
2131
+                    <div class="inline_block" style="flex: 2">
2199 2132
                       内瘘:
2200 2133
                       <div
2201 2134
                         class="under_line"
@@ -2212,8 +2145,7 @@
2212 2145
                         }}
2213 2146
                       </div>
2214 2147
                     </div>
2215
-                    <div class="inline_block" style="flex: 4"
2216
-                    v-if="org_id!=9675 && org_id!=10447">
2148
+                    <div class="inline_block" style="flex: 3">
2217 2149
                       导管:
2218 2150
                       <div
2219 2151
                         class="under_line"
@@ -2236,7 +2168,7 @@
2236 2168
                         class="under_line"
2237 2169
                         style="width: 70px; text-align: center"
2238 2170
                       >
2239
-                      <span v-if="org_id!=9675&&org_id!=10447">
2171
+                      <span>
2240 2172
                         {{
2241 2173
                           afterdialysis.weight_after
2242 2174
                             ? parseFloat(
@@ -2246,17 +2178,6 @@
2246 2178
                             : "/"
2247 2179
                         }}
2248 2180
                       </span>
2249
-                      <span v-if="org_id ==9675 || org_id==10447">
2250
-                        {{
2251
-                          afterdialysis.weight_after
2252
-                            ? parseFloat(
2253
-                                afterdialysis.weight_after -
2254
-                                  afterdialysis.additional_weight
2255
-                              ).toFixed(1)
2256
-                            : "未称重"
2257
-                        }}
2258
-                      </span>
2259
-                       
2260 2181
                       </div>
2261 2182
                       kg
2262 2183
                     </div>
@@ -2358,7 +2279,7 @@
2358 2279
                       <div
2359 2280
                         class="under_line"
2360 2281
                         style="
2361
-                          width: 860px;
2282
+                          width: 800px;
2362 2283
                           line-height: 25px;
2363 2284
                           text-align: left;
2364 2285
                           margin-left: 2px;
@@ -2759,7 +2680,7 @@
2759 2680
           <!-- <div  class="print-yema">1</div> -->
2760 2681
         </div>
2761 2682
         <!-- 患者签名 -->
2762
-        <div style="position: relative; left: 70%;top: 50px;">
2683
+        <div style="position: relative; left: 70%;top: 50px;width: 288px;">
2763 2684
           患者签名:
2764 2685
           <div class="under_line" style="width: 120px;">
2765 2686
             <img
@@ -2774,7 +2695,6 @@
2774 2695
     </div>
2775 2696
 
2776 2697
 
2777
-
2778 2698
     <div id="dialysis-print-box-1-2" class="dialysis-print-order print-template-two print_page_main_content" style="position: relative;">
2779 2699
       <div class="order-yy-name">{{ orgname }}</div>
2780 2700
       <div class="order_title">血液净化科医嘱及执行单</div>
@@ -2822,132 +2742,132 @@
2822 2742
       </div>
2823 2743
 
2824 2744
       <table class="print-table-no">
2825
-                    <tbody>
2826
-                      <tr style="line-height: 35px; padding: 8px 5px">
2827
-                        <td
2828
-                          colspan="7"
2829
-                          style="
2830
-                            letter-spacing: 5px;
2831
-                            text-align: center;
2832
-                            font-weight: 520;
2833
-                            font-size: 16px;
2834
-                            padding: 6px 8px;
2835
-                            line-height: 30px;
2836
-                          "
2837
-                        >
2838
-                          医嘱内容
2839
-                        </td>
2840
-                      </tr>
2841
-                      <tr style="line-height: 35px; padding: 8px 5px">
2842
-                        <td style="font-size: 16px" width="10%">时间</td>
2843
-                        <td style="font-size: 16px" colspan="2" width="45%">
2844
-                          医嘱内容
2845
-                        </td>
2846
-                        <td style="font-size: 16px" width="10%">医生签名</td>
2847
-                        <!-- <td style="font-size: 16px" width="10%">核对人签名</td> -->
2848
-                        <td style="font-size: 16px" width="10%">时间</td>
2849
-                        <td style="font-size: 16px" width="10%">执行人签名</td>
2850
-                        <td
2851
-                          style="font-size: 16px"
2852
-                          width="10%"
2853
-                          v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || org_id ==10375"
2854
-                        >
2855
-                          核对护士
2856
-                        </td>
2857
-                      </tr>
2858
-                     
2745
+        <tbody>
2746
+          <tr style="line-height: 35px; padding: 8px 5px">
2747
+            <td
2748
+              colspan="7"
2749
+              style="
2750
+                letter-spacing: 5px;
2751
+                text-align: center;
2752
+                font-weight: 520;
2753
+                font-size: 16px;
2754
+                padding: 6px 8px;
2755
+                line-height: 30px;
2756
+              "
2757
+            >
2758
+              医嘱内容
2759
+            </td>
2760
+          </tr>
2761
+          <tr style="line-height: 35px; padding: 8px 5px">
2762
+            <td style="font-size: 16px" width="10%">时间</td>
2763
+            <td style="font-size: 16px" colspan="2" width="45%">
2764
+              医嘱内容
2765
+            </td>
2766
+            <td style="font-size: 16px" width="10%">医生签名</td>
2767
+            <!-- <td style="font-size: 16px" width="10%">核对人签名</td> -->
2768
+            <td style="font-size: 16px" width="10%">时间</td>
2769
+            <td style="font-size: 16px" width="10%">执行人签名</td>
2770
+            <td
2771
+              style="font-size: 16px"
2772
+              width="10%"
2773
+              v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || org_id ==10375"
2774
+            >
2775
+              核对护士
2776
+            </td>
2777
+          </tr>
2778
+          
2859 2779
 
2860
-                      <tr
2861
-                        v-for="(advice, advice_index) in doctor_advices"
2862
-                        :key="advice_index"
2863
-                      >
2864
-                        <td height="32px">
2865
-                          <span v-if="advice.start_time">
2866
-                            {{ getTime(advice.start_time, "{h}:{i}") }}
2867
-                          </span>
2868
-                          
2869
-                        </td>
2870
-                        <td
2871
-                          height="32px"
2872
-                          colspan="2"
2873
-                          class="advice-name"
2874
-                          style="padding-left: 7px"
2875
-                        >
2876
-                          <span v-if="advice.parent_id > 0">---></span>
2877
-                          <span>{{ advice.advice_name }}</span>
2878
-                          <span v-if="advice && advice.advice_desc"
2879
-                            >({{ advice.advice_desc
2880
-                            }}{{ advice.drug_spec_unit }})</span
2881
-                          >
2882
-                          <span v-if="advice.prescribing_number"
2883
-                            >&nbsp;&nbsp; {{ advice.prescribing_number
2884
-                            }}{{ advice.prescribing_number_unit }}</span
2885
-                          >
2886
-                          <span v-if="advice.single_dose != 0"
2887
-                            >{{ advice.single_dose
2888
-                            }}{{ advice.single_dose_unit }}</span
2889
-                          >
2890
-                          <span v-if="advice.parent_id == 0">{{
2891
-                            advice.delivery_way
2892
-                          }}</span>
2893
-                          <span v-if="advice.parent_id == 0">{{
2894
-                            advice.execution_frequency
2895
-                          }}</span>
2896
-                          <span
2897
-                            v-if="
2898
-                              advice.parent_id == 0 && advice.remark.length > 0
2899
-                            "
2900
-                            >({{ advice.remark }})</span
2901
-                          >
2902
-                        </td>
2903
-                    
2904
-                        <td height="32px">
2905
-                          <span
2906
-                            v-if="setAdminUserES(advice.advice_doctor) == ''"
2907
-                            >{{ getAdminUser(advice.advice_doctor) }}</span
2908
-                          >
2909
-                          <img
2910
-                            style="height: 30px"
2911
-                            :src="setAdminUserES(advice.advice_doctor)"
2912
-                            alt=""
2913
-                            srcset=""
2914
-                            v-else
2915
-                          />
2916
-                        </td>
2917
-                        <td height="32px">
2918
-                          <span v-if="advice.execution_time">{{
2919
-                            getTime(advice.execution_time, "{h}:{i}")
2920
-                          }}</span>
2921
-                        </td>
2922
-                        <td height="32px">
2923
-                          <span
2924
-                            v-if="setAdminUserES(advice.execution_staff) == ''"
2925
-                            >{{ getAdminUser(advice.execution_staff) }}</span
2926
-                          >
2927
-                          <img
2928
-                            style="height: 30px"
2929
-                            :src="setAdminUserES(advice.execution_staff)"
2930
-                            alt=""
2931
-                            srcset=""
2932
-                            v-else
2933
-                          />
2934
-                        </td>
2935
-                        
2936
-                        <td height="32px" v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || org_id ==10375">
2937
-                          <span v-if="setAdminUserES(advice.checker) == ''">{{
2938
-                            getAdminUser(advice.checker)
2939
-                          }}</span>
2940
-                          <img
2941
-                            style="height: 30px"
2942
-                            :src="setAdminUserES(advice.checker)"
2943
-                            alt=""
2944
-                            srcset=""
2945
-                            v-else
2946
-                          />
2947
-                        </td>
2948
-                      </tr>
2949
-                     
2950
-                    </tbody>
2780
+          <tr
2781
+            v-for="(advice, advice_index) in doctor_advices"
2782
+            :key="advice_index"
2783
+          >
2784
+            <td height="32px">
2785
+              <span v-if="advice.start_time">
2786
+                {{ getTime(advice.start_time, "{h}:{i}") }}
2787
+              </span>
2788
+              
2789
+            </td>
2790
+            <td
2791
+              height="32px"
2792
+              colspan="2"
2793
+              class="advice-name"
2794
+              style="padding-left: 7px"
2795
+            >
2796
+              <span v-if="advice.parent_id > 0">---></span>
2797
+              <span>{{ advice.advice_name }}</span>
2798
+              <span v-if="advice && advice.advice_desc"
2799
+                >({{ advice.advice_desc
2800
+                }}{{ advice.drug_spec_unit }})</span
2801
+              >
2802
+              <span v-if="advice.prescribing_number"
2803
+                >&nbsp;&nbsp; {{ advice.prescribing_number
2804
+                }}{{ advice.prescribing_number_unit }}</span
2805
+              >
2806
+              <span v-if="advice.single_dose != 0"
2807
+                >{{ advice.single_dose
2808
+                }}{{ advice.single_dose_unit }}</span
2809
+              >
2810
+              <span v-if="advice.parent_id == 0">{{
2811
+                advice.delivery_way
2812
+              }}</span>
2813
+              <span v-if="advice.parent_id == 0">{{
2814
+                advice.execution_frequency
2815
+              }}</span>
2816
+              <span
2817
+                v-if="
2818
+                  advice.parent_id == 0 && advice.remark.length > 0
2819
+                "
2820
+                >({{ advice.remark }})</span
2821
+              >
2822
+            </td>
2823
+        
2824
+            <td height="32px">
2825
+              <span
2826
+                v-if="setAdminUserES(advice.advice_doctor) == ''"
2827
+                >{{ getAdminUser(advice.advice_doctor) }}</span
2828
+              >
2829
+              <img
2830
+                style="height: 30px"
2831
+                :src="setAdminUserES(advice.advice_doctor)"
2832
+                alt=""
2833
+                srcset=""
2834
+                v-else
2835
+              />
2836
+            </td>
2837
+            <td height="32px">
2838
+              <span v-if="advice.execution_time">{{
2839
+                getTime(advice.execution_time, "{h}:{i}")
2840
+              }}</span>
2841
+            </td>
2842
+            <td height="32px">
2843
+              <span
2844
+                v-if="setAdminUserES(advice.execution_staff) == ''"
2845
+                >{{ getAdminUser(advice.execution_staff) }}</span
2846
+              >
2847
+              <img
2848
+                style="height: 30px"
2849
+                :src="setAdminUserES(advice.execution_staff)"
2850
+                alt=""
2851
+                srcset=""
2852
+                v-else
2853
+              />
2854
+            </td>
2855
+            
2856
+            <td height="32px" v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || org_id ==10375">
2857
+              <span v-if="setAdminUserES(advice.checker) == ''">{{
2858
+                getAdminUser(advice.checker)
2859
+              }}</span>
2860
+              <img
2861
+                style="height: 30px"
2862
+                :src="setAdminUserES(advice.checker)"
2863
+                alt=""
2864
+                srcset=""
2865
+                v-else
2866
+              />
2867
+            </td>
2868
+          </tr>
2869
+          
2870
+        </tbody>
2951 2871
      </table>
2952 2872
      
2953 2873
     </div>
@@ -4070,6 +3990,7 @@ export default {
4070 3990
 
4071 3991
 .inline_block {
4072 3992
   display: inline-block;
3993
+  font-size: 16px;
4073 3994
 }
4074 3995
 .under_line_two {
4075 3996
   display: inline-block;
@@ -4146,7 +4067,7 @@ export default {
4146 4067
 .print_page_main_content .proj_table .inside_table tr td {
4147 4068
   border: 1px solid;
4148 4069
   text-align: center;
4149
-  font-size: 14px;
4070
+  font-size: 16px;
4150 4071
   padding: 6px 5px;
4151 4072
   line-height: 16px;
4152 4073
 }