csx 6 år sedan
förälder
incheckning
8145adf977

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_other.vue Visa fil

@@ -996,12 +996,12 @@
996 996
             }
997 997
 
998 998
             this.records[recordIndex].monitor_records2 = []
999
-            if (this.records[recordIndex].monitor_records.length > 12) {
999
+            if (this.records[recordIndex].monitor_records.length > 13) {
1000 1000
               const tempMonitors = []
1001 1001
               const tempMonitors2 = []
1002 1002
 
1003 1003
               for (let index = 0; index < this.records[recordIndex].monitor_records.length; index++) {
1004
-                if (index < 12) {
1004
+                if (index < 13) {
1005 1005
                   tempMonitors.push(this.records[recordIndex].monitor_records[index])
1006 1006
                 } else {
1007 1007
                   tempMonitors2.push(this.records[recordIndex].monitor_records[index])

+ 2 - 2
src/xt_pages/dialysis/template/dialysisPrintOrderTwo.vue Visa fil

@@ -1197,11 +1197,11 @@
1197 1197
             }
1198 1198
           }
1199 1199
 
1200
-          if (this.monitors.length > 12) {
1200
+          if (this.monitors.length > 13) {
1201 1201
             const tempMonitors = []
1202 1202
             const tempMonitors2 = []
1203 1203
             for (let index = 0; index < this.monitors.length; index++) {
1204
-              if (index < 12) {
1204
+              if (index < 13) {
1205 1205
                 tempMonitors.push(this.monitors[index])
1206 1206
               } else {
1207 1207
                 tempMonitors2.push(this.monitors[index])