소스 검색

更新月亮湾透析液显示问题

XMLWAN 5 년 전
부모
커밋
1df303101e
2개의 변경된 파일6개의 추가작업 그리고 8개의 파일을 삭제
  1. 2 2
      src/xt_pages/dialysis/batch_print/batch_print_order_seven.vue
  2. 4 6
      src/xt_pages/dialysis/template/DialysisPrintOrderSeven.vue

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_seven.vue 파일 보기

567
                             v-if="
567
                             v-if="
568
                               record.prescription.dialysate_formulation == 0
568
                               record.prescription.dialysate_formulation == 0
569
                             "
569
                             "
570
-                          >  常规低钙(钾:0 ,钙:0 ,钠:0)
570
+                          >  常规(钾:0 ,钙:0 ,钠:0)
571
                           </span>
571
                           </span>
572
                           <span
572
                           <span
573
                             class="under-line"
573
                             class="under-line"
574
                             v-if="
574
                             v-if="
575
                               record.prescription.dialysate_formulation == 1
575
                               record.prescription.dialysate_formulation == 1
576
                             "
576
                             "
577
-                          >&nbsp; 常规低钙(钾:{{
577
+                          >&nbsp; 常规(钾:{{
578
                               record.prescription.kalium
578
                               record.prescription.kalium
579
                             }}&nbsp;,钙:{{
579
                             }}&nbsp;,钙:{{
580
                               record.prescription.calcium
580
                               record.prescription.calcium

+ 4 - 6
src/xt_pages/dialysis/template/DialysisPrintOrderSeven.vue 파일 보기

347
                     <span
347
                     <span
348
                       class="under-line"
348
                       class="under-line"
349
                       v-if="prescription.dialysate_formulation == 0"
349
                       v-if="prescription.dialysate_formulation == 0"
350
-                      >&nbsp; 常规低钙(钾:0&nbsp;,钙:0 &nbsp;,钠:0)
350
+                      >&nbsp; 常规(钾:0&nbsp;,钙:0 &nbsp;,钠:0)
351
                     </span>
351
                     </span>
352
                     <span
352
                     <span
353
                       class="under-line"
353
                       class="under-line"
354
                       v-if="prescription.dialysate_formulation == 1"
354
                       v-if="prescription.dialysate_formulation == 1"
355
-                      >&nbsp; 常规低钙(钾:{{
356
-                        prescription.kalium
357
-                      }}&nbsp;,钙:{{ prescription.calcium }}&nbsp;,钠:{{
358
-                        prescription.sodium
359
-                      }})
355
+                      >&nbsp; 常规(钾:{{ prescription.kalium }}&nbsp;,钙:{{
356
+                        prescription.calcium
357
+                      }}&nbsp;,钠:{{ prescription.sodium }})
360
                     </span>
358
                     </span>
361
                     <span
359
                     <span
362
                       class="under-line"
360
                       class="under-line"