Browse Source

新分支

28169 1 year ago
parent
commit
529afa5068
1 changed files with 7 additions and 7 deletions
  1. 7 7
      src/xt_pages/dialysis/batch_print/batch_print_order_six.vue

+ 7 - 7
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue View File

3621
             var dlegh = 0;
3621
             var dlegh = 0;
3622
             if (
3622
             if (
3623
               this.records[recordIndex].monitor_records &&
3623
               this.records[recordIndex].monitor_records &&
3624
-              this.records[recordIndex].monitor_records.length < 6
3624
+              this.records[recordIndex].monitor_records.length < 8
3625
             ) {
3625
             ) {
3626
-              dlegh = 6 - this.records[recordIndex].monitor_records.length;
3626
+              dlegh = 8 - this.records[recordIndex].monitor_records.length;
3627
             } else {
3627
             } else {
3628
               dlegh = 0;
3628
               dlegh = 0;
3629
             }
3629
             }
3659
             var delghTwo = 0;
3659
             var delghTwo = 0;
3660
             if (
3660
             if (
3661
               this.records[recordIndex].advices &&
3661
               this.records[recordIndex].advices &&
3662
-              this.records[recordIndex].advices.length < 12
3662
+              this.records[recordIndex].advices.length < 14
3663
             ) {
3663
             ) {
3664
-              delghTwo = 12 - this.records[recordIndex].advices.length;
3664
+              delghTwo = 14 - this.records[recordIndex].advices.length;
3665
             } else {
3665
             } else {
3666
               delghTwo = 0;
3666
               delghTwo = 0;
3667
             }
3667
             }
3762
                 rightIndex in advices ? advices[i + halfLen] : []
3762
                 rightIndex in advices ? advices[i + halfLen] : []
3763
               );
3763
               );
3764
             }
3764
             }
3765
-            if (halfLen < 6) {
3766
-              var nl = 6 - leftAdvice.length;
3765
+            if (halfLen < 8) {
3766
+              var nl = 8 - leftAdvice.length;
3767
               for (let index = 0; index < nl; index++) {
3767
               for (let index = 0; index < nl; index++) {
3768
                 leftAdvice.push([]);
3768
                 leftAdvice.push([]);
3769
               }
3769
               }
3770
-              var nl = 6 - rightAdvice.length;
3770
+              var nl = 8 - rightAdvice.length;
3771
               for (let index = 0; index < nl; index++) {
3771
               for (let index = 0; index < nl; index++) {
3772
                 rightAdvice.push([]);
3772
                 rightAdvice.push([]);
3773
               }
3773
               }