see999 4 лет назад
Родитель
Сommit
b8a9debe30

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_twentyEight.vue Просмотреть файл

@@ -1076,9 +1076,9 @@ export default {
1076 1076
             var dlegh = 0
1077 1077
             if (
1078 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 1082
             } else {
1083 1083
               dlegh = 0
1084 1084
             }

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyEight.vue Просмотреть файл

@@ -2006,8 +2006,8 @@ export default {
2006 2006
             if (this.org_template_info.org_id == 9535) {
2007 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 2011
               for (let index = 0; index < nl; index++) {
2012 2012
                 this.monitors.push([])
2013 2013
               }