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
                       <div style="line-height:30px;">
75
                       <div style="line-height:30px;">
76
                         上机前病情:
76
                         上机前病情:
77
                         <label-box :isChecked="record.assessment_before_dislysis.symptom_before_dialysis_other==''?true :false" showValue="无特殊"></label-box>&nbsp;
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
                         <span>{{record.assessment_before_dislysis.symptom_before_dialysis_other}}</span>
79
                         <span>{{record.assessment_before_dislysis.symptom_before_dialysis_other}}</span>
80
                       </div>
80
                       </div>
81
                     </td>
81
                     </td>

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

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

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

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

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

2604
         </div>
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
           <div class="under_line" style="width: 120px;">
2609
           <div class="under_line" style="width: 120px;">
2610
             <img
2610
             <img
2611
               v-if="dialysisOrder.url!=''"
2611
               v-if="dialysisOrder.url!=''"
2612
-              style="height: 40px"
2612
+              style="height: 50px"
2613
               :src="dialysisOrder == null? 0: dialysisOrder.url"
2613
               :src="dialysisOrder == null? 0: dialysisOrder.url"
2614
               alt=""
2614
               alt=""
2615
               srcset=""
2615
               srcset=""