Browse Source

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

陈少旭 7 months ago
parent
commit
cafe4340f4

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_seventynine.vue View File

@@ -75,7 +75,7 @@
75 75
                       <div style="line-height:30px;">
76 76
                         上机前病情:
77 77
                         <label-box :isChecked="record.assessment_before_dislysis.symptom_before_dialysis_other==''?true :false" showValue="无特殊"></label-box>&nbsp;
78
-                        <label-box :isChecked="record.assessment_before_dislysis.symptom_before_dialysis_other!=''?true :false" showValue="出现:"></label-box>
78
+                        <label-box :isChecked="record.assessment_before_dislysis.symptom_before_dialysis_other!=''?true :false" showValue="症状:"></label-box>
79 79
                         <span>{{record.assessment_before_dislysis.symptom_before_dialysis_other}}</span>
80 80
                       </div>
81 81
                     </td>

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_sixtyeight.vue View File

@@ -3048,7 +3048,7 @@
3048 3048
             <div class="under_line" style="width: 120px;">
3049 3049
               <img
3050 3050
                 v-if="record.dialysis_order.url!=''"
3051
-                style="height: 40px"
3051
+                style="height: 50px"
3052 3052
                 :src="record.dialysis_order == null? 0: record.dialysis_order.url"
3053 3053
                 alt=""
3054 3054
                 srcset=""

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

@@ -49,7 +49,7 @@
49 49
                   上机前病情:
50 50
                   <!-- <span v-if="predialysis.symptom_before_dialysis_other==''"> -->
51 51
                     <label-box :isChecked="predialysis.symptom_before_dialysis_other==''?true :false" showValue="无特殊"></label-box>&nbsp;
52
-                    <label-box :isChecked="predialysis.symptom_before_dialysis_other!=''?true :false" showValue="出现:"></label-box>
52
+                    <label-box :isChecked="predialysis.symptom_before_dialysis_other!=''?true :false" showValue="症状:"></label-box>
53 53
                   <!-- </span> -->
54 54
 
55 55
                   <!-- <span>{{predialysis.symptom_before_dialysis}}</span> -->
@@ -138,7 +138,7 @@
138 138
                 </div>
139 139
               </td>
140 140
             </tr>
141
-            
141
+
142 142
             <tr>
143 143
               <td colspan="3">
144 144
                 <div style="display: flex;flex-wrap: wrap;">

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

@@ -2604,12 +2604,12 @@
2604 2604
         </div>
2605 2605
 
2606 2606
          <!-- 患者签名 -->
2607
-         <div style="position: relative; left: 70%;top: 50px;">
2607
+         <div style="position: relative; left: 70%;top: 20px;">
2608 2608
           患者签名:
2609 2609
           <div class="under_line" style="width: 120px;">
2610 2610
             <img
2611 2611
               v-if="dialysisOrder.url!=''"
2612
-              style="height: 40px"
2612
+              style="height: 50px"
2613 2613
               :src="dialysisOrder == null? 0: dialysisOrder.url"
2614 2614
               alt=""
2615 2615
               srcset=""