csx 6 years ago
parent
commit
8145adf977

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_other.vue View File

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

+ 2 - 2
src/xt_pages/dialysis/template/dialysisPrintOrderTwo.vue View File

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