소스 검색

打印单

XMLWAN 4 년 전
부모
커밋
58b6165300
1개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 8 8
      src/xt_pages/dialysis/batch_print/batch_print_order_thirty.vue

+ 8 - 8
src/xt_pages/dialysis/batch_print/batch_print_order_thirty.vue 파일 보기

@@ -265,7 +265,7 @@
265 265
                                 <div class="under-line" >
266 266
                                     &nbsp;
267 267
                                     <span>{{ record.prescription.anticoagulant_weichi ? record.prescription.anticoagulant_weichi : "0" }}</span>
268
-                                    
268
+
269 269
                                 </div>
270 270
                                 </td>
271 271
                                 <td width="40">
@@ -275,7 +275,7 @@
275 275
                                     <span v-if="record.prescription.anticoagulant == 2">mg/h</span>
276 276
                                     <span v-if="record.prescription.anticoagulant == 1">mg/h</span>
277 277
                                     <span v-if="record.prescription.anticoagulant == 6">iu/h</span>
278
-                                    <span v-if="record.prescription.anticoagulant == 7">iu/h</span> 
278
+                                    <span v-if="record.prescription.anticoagulant == 7">iu/h</span>
279 279
                                 </td>
280 280
                                 <td></td>
281 281
                             </tr>
@@ -372,8 +372,8 @@
372 372
                         <td width='80'>核对签名</td>
373 373
                         <td width='140'>执行时间</td>
374 374
                         <td width='80'>护士签名</td>
375
-                        
376
-                        
375
+
376
+
377 377
                         </tr>
378 378
                         <tr v-for="(advice, advice_index) in record.advices" :key="advice_index">
379 379
                         <td style="height:40px;line-height:40px">{{ getTime(advice[0].start_time, "{y}-{m}-{d} {h}:{i}") }}</td>
@@ -434,8 +434,8 @@
434 434
                               <img style="height:30px;" :src="setAdminUserES(advice[0], 'execution_staff')" alt srcset />
435 435
                           </span>
436 436
                         </td>
437
-                        
438
-                        
437
+
438
+
439 439
                         </tr>
440 440
                     </table>
441 441
 
@@ -557,7 +557,7 @@ export default {
557 557
     CheckBox,
558 558
     BreadCrumb,
559 559
     LabelBox
560
-    
560
+
561 561
   },
562 562
   data() {
563 563
     return {
@@ -1042,7 +1042,7 @@ export default {
1042 1042
       );
1043 1043
     },
1044 1044
     getNumber: function(record) {
1045
-      console.log(record);
1045
+      // console.log(record);
1046 1046
     }
1047 1047
   }
1048 1048
 };