see999 4 jaren geleden
bovenliggende
commit
b8a9debe30

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_twentyEight.vue Bestand weergeven

1076
             var dlegh = 0
1076
             var dlegh = 0
1077
             if (
1077
             if (
1078
               this.records[recordIndex].monitor_records &&
1078
               this.records[recordIndex].monitor_records &&
1079
-              this.records[recordIndex].monitor_records.length < 11
1079
+              this.records[recordIndex].monitor_records.length < 8
1080
             ) {
1080
             ) {
1081
-              dlegh = 11 - this.records[recordIndex].monitor_records.length
1081
+              dlegh = 8 - this.records[recordIndex].monitor_records.length
1082
             } else {
1082
             } else {
1083
               dlegh = 0
1083
               dlegh = 0
1084
             }
1084
             }

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyEight.vue Bestand weergeven

2006
             if (this.org_template_info.org_id == 9535) {
2006
             if (this.org_template_info.org_id == 9535) {
2007
               this.isShowZero = true
2007
               this.isShowZero = true
2008
             }
2008
             }
2009
-            if (this.monitors.length < 11) {
2010
-              var nl = 11 - this.monitors.length
2009
+            if (this.monitors.length < 8) {
2010
+              var nl = 8 - this.monitors.length
2011
               for (let index = 0; index < nl; index++) {
2011
               for (let index = 0; index < nl; index++) {
2012
                 this.monitors.push([])
2012
                 this.monitors.push([])
2013
               }
2013
               }