yq1 6 mesi fa
parent
commit
927ebdfaf0

+ 15 - 5
src/xt_pages/dialysis/batch_print/batch_print_order_seventythree.vue Vedi File

@@ -1118,7 +1118,6 @@
1118 1118
                         </tr>
1119 1119
 
1120 1120
                         <tr v-for="(monitor_record, j) in record.monitor_records" :key="j">
1121
-        
1122 1121
                           <td>
1123 1122
                             {{
1124 1123
                               getTime(monitor_record.operate_time, "{h}:{i}")
@@ -1180,8 +1179,8 @@
1180 1179
                                   v-if=" record.dialysis_order && monitor_record.operate_time == 
1181 1180
                                     record.dialysis_order.start_time
1182 1181
                                   "
1183
-                                  >【开始透析】引血 {{ record.dialysis_order.blood_drawing }} ml/min</template
1184
-                                >
1182
+                                  >【开始透析】引血 {{ record.dialysis_order.blood_drawing }} ml/min
1183
+                                </template>
1185 1184
                                 {{ monitor_record.dispose }} {{ monitor_record.end }}
1186 1185
                                  &nbsp;
1187 1186
                                 &nbsp;
@@ -1429,8 +1428,7 @@
1429 1428
                 </tr>
1430 1429
                 <tr>
1431 1430
                   <td>
1432
-                    <div
1433
-                      class="row"
1431
+                    <div class="row"
1434 1432
                       style="padding: 2px 0; line-height: 23px; display: flex"
1435 1433
                     >
1436 1434
                       <div class="inline_block" style="flex: 1">
@@ -1851,7 +1849,19 @@
1851 1849
                 </tr>
1852 1850
               </tbody>
1853 1851
             </table>
1852
+            <div style="text-align: right;margin-top: 10px;">
1853
+              患者签名:
1854
+              <div class="under_line" style="width: 120px;">
1855
+                <img v-if="record.dialysis_order.url!=''"
1856
+                  style="height: 30px"
1857
+                  :src="record.dialysis_order == null? 0: record.dialysis_order.url"
1858
+                  alt=""
1859
+                  srcset=""
1860
+                />
1861
+              </div>
1862
+            </div>
1854 1863
           </div>
1864
+          
1855 1865
         </div>
1856 1866
       </div>
1857 1867
     </div>

+ 2 - 2
src/xt_pages/dialysis/batch_print/option_check_box.vue Vedi File

@@ -47,8 +47,8 @@ export default {
47 47
 }
48 48
 .check_box_panel .did_checked::after {
49 49
     content: "√";
50
-    font-size: 10px;
51
-    margin-left: 2px;
50
+    font-size: 15px;
51
+    margin-left: -5px;
52 52
     position: absolute;
53 53
 }
54 54
 </style>

+ 12 - 6
src/xt_pages/dialysis/template/DialysisPrintOrderSeventythree.vue Vedi File

@@ -1086,7 +1086,7 @@
1086 1086
                                 "
1087 1087
                                 >【开始透析】引血{{ dialysisOrder.blood_drawing }} ml/min
1088 1088
                                 </template>
1089
-                              
1089
+                
1090 1090
                                 {{ monitor.dispose }} {{ monitor.end }}  &nbsp;
1091 1091
                               &nbsp;
1092 1092
                             </span>
@@ -1356,8 +1356,7 @@
1356 1356
               </tr>
1357 1357
               <tr>
1358 1358
                 <td colspan="7">
1359
-                  <div
1360
-                    class="row"
1359
+                  <div class="row"
1361 1360
                     style="padding: 2px 0; line-height: 23px; display: flex"
1362 1361
                   >
1363 1362
                     <div >
@@ -1641,11 +1640,18 @@
1641 1640
                   </div>
1642 1641
                 </td>
1643 1642
               </tr>
1644
-
1645
-
1646 1643
             </tbody>
1647 1644
           </table>
1648
-          <!-- <div  class="print-yema">1</div> -->
1645
+          <div style="text-align: right;margin-top: 10px;">
1646
+            患者签名:
1647
+            <div class="under_line" style="width: 120px;">
1648
+              <img v-if="dialysisOrder.url!=''&&dialysisOrder !=null"
1649
+                style="height: 30px"
1650
+                :src="dialysisOrder == null? 0: dialysisOrder.url"
1651
+                alt="" srcset=""
1652
+              />
1653
+            </div>
1654
+          </div>
1649 1655
         </div>
1650 1656
       </div>
1651 1657
     </div>