Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 5 months ago
parent
commit
23c61613d5

+ 4 - 4
src/xt_pages/dialysis/batch_print/batch_print_order_eighty.vue View File

@@ -657,9 +657,9 @@
657 657
                               >
658 658
                                 <template
659 659
                                   v-if="
660
-                                    (dialysisOrder &&
660
+                                    (record.dialysis_order &&
661 661
                                     monitor_record.operate_time ==
662
-                                      dialysisOrder.start_time)&&(org_id!=10414) && (org_id!=10683)
662
+                                      record.dialysis_order.start_time)
663 663
                                   "
664 664
                                   >【开始透析】
665 665
                                   </template>
@@ -682,7 +682,7 @@
682 682
                             </span>
683 683
                           </td>
684 684
                         </tr>
685
-                        <tr v-for="(monitor_record, s) in record.monitor_records2" :key="s">
685
+                        <!-- <tr v-for="(monitor_record, s) in record.monitor_records2" :key="s">
686 686
                           <td></td>
687 687
                           <td></td>
688 688
                           <td></td>
@@ -695,7 +695,7 @@
695 695
                           <td></td>
696 696
                           <td></td>
697 697
                           <td></td>
698
-                        </tr>
698
+                        </tr> -->
699 699
                       </tbody>
700 700
                     </table>
701 701
                   </td>

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrdereighty.vue View File

@@ -598,7 +598,7 @@
598 598
                         <td width="200">病情变化及处理</td>
599 599
                         <td width="200">责任护士</td>
600 600
                       </tr>
601
-                      <tr v-for="(monitor, monindex) in monitors" :key="monindex" style="page-break-inside: avoid;">
601
+                      <tr v-for="(monitor, monindex) in monitors" :key="monindex" style="">
602 602
                         <td>{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
603 603
                         <td>{{monitor.systolic_blood_pressure? monitor.systolic_blood_pressure + "/": ""}}
604 604
                           {{monitor.diastolic_blood_pressure? monitor.diastolic_blood_pressure: ""}}</td>