Bladeren bron

打印单

XMLWAN 4 jaren geleden
bovenliggende
commit
58b6165300
1 gewijzigde bestanden met toevoegingen van 8 en 8 verwijderingen
  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 Bestand weergeven

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