csx 2 lat temu
rodzic
commit
3e4dbdc08e

+ 2 - 1
src/xt_pages/outpatientCharges/listPrint.vue Wyświetl plik

@@ -59,6 +59,7 @@
59 59
         p_admin:{},
60 60
         charge_admin:{},
61 61
         org_id:'',
62
+
62 63
         hospital_record:{}
63 64
       }
64 65
     },
@@ -583,7 +584,7 @@
583 584
                 '@media print {.listTitle{font-size: 24px;text-align: center;font-weight: bold;margin-bottom: 10px;}.listInfo{display: flex;font-size: 16px;justify-content: space-between;margin: 10px 0;} .listTable{width: 100%;text-align: center;border-collapse: collapse;line-height: 20px;font-size: 14px;border-color: #000;text-align:left;}.listTable tr td {padding: 0 5px;}.tableBottom{font-size: 16px;display: flex;margin-top: 10px;}.tableBottomOne{margin-right: 40px;}}'
584 585
             printJS({
585 586
               printable: 'list-print',
586
-              type: 'html', 
587
+              type: 'html',
587 588
               style: style,
588 589
               scanStyles: false
589 590
             })

+ 1 - 1
src/xt_pages/stock/drugs/drugStockInOrderDetailPrint.vue Wyświetl plik

@@ -51,7 +51,7 @@
51 51
                    <span>{{ item.warehousing_count }}</span>
52 52
               </td>
53 53
               <td style="line-height: 18px">
54
-                <span>{{item.limax_unit}}</span>
54
+                <span>{{item.max_unit}}</span>
55 55
               </td>
56 56
               <td style="line-height:18px">
57 57
                   <span>{{(item.warehousing_count * item.price).toFixed(2)}}</span>

+ 1 - 1
src/xt_pages/user/dialysisRecord.vue Wyświetl plik

@@ -588,7 +588,7 @@ export default {
588 588
       if (dl > 0) {
589 589
         for (let index = 0; index < dl; index++) {
590 590
 
591
-          if (this.nurseOptions[index].id = start_nurse) {
591
+          if (this.nurseOptions[index].id == start_nurse) {
592 592
 
593 593
             return this.nurseOptions[index].name;
594 594
           }