28169 преди 1 година
родител
ревизия
7bd764ef8f
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/xt_pages/dialysis/batch_print/batch_print_order_six.vue

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue Целия файл

3292
             var delghTwo = 0;
3292
             var delghTwo = 0;
3293
             if (
3293
             if (
3294
               this.records[recordIndex].advices &&
3294
               this.records[recordIndex].advices &&
3295
-              this.records[recordIndex].advices.length < 20
3295
+              this.records[recordIndex].advices.length < 10
3296
             ) {
3296
             ) {
3297
-              delghTwo = 20 - this.records[recordIndex].advices.length;
3297
+              delghTwo = 10 - this.records[recordIndex].advices.length;
3298
             } else {
3298
             } else {
3299
               delghTwo = 0;
3299
               delghTwo = 0;
3300
             }
3300
             }