소스 검색

华侨打印单问题

张保健 4 년 전
부모
커밋
dbaf956dfe
2개의 변경된 파일3개의 추가작업 그리고 9개의 파일을 삭제
  1. 2 8
      src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue
  2. 1 1
      src/xt_pages/dialysis/template/dialysisPrintOrderTwo.vue

+ 2 - 8
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue 파일 보기

@@ -294,10 +294,7 @@
294 294
                   </div>
295 295
                 </div>
296 296
 
297
-                <div
298
-                  class="row"
299
-                  style="padding: 2px 0;line-height:23px;display:flex;"
300
-                >
297
+                <div class="row" style="padding: 2px 0;line-height:23px;display:flex;" >
301 298
                   <div class="inline_block" style="flex:1.4">
302 299
                     血管通路:
303 300
                     <div
@@ -1389,10 +1386,7 @@
1389 1386
                     min
1390 1387
                   </div>
1391 1388
                 </div>
1392
-                <div
1393
-                  class="row"
1394
-                  style="padding: 2px 0;line-height:23px;display:flex;"
1395
-                >
1389
+                <div  class="row"  style="padding: 2px 0;line-height:23px;display:flex;"  >
1396 1390
                   <div class="inline_block" style="flex:2;">
1397 1391
                     凝血程度:
1398 1392
                     <div

+ 1 - 1
src/xt_pages/dialysis/template/dialysisPrintOrderTwo.vue 파일 보기

@@ -1647,7 +1647,7 @@
1647 1647
         if (this.receiverTreatmentAccess.condition == 1) {
1648 1648
           this.patientInfo_source_1 = false
1649 1649
           this.patientInfo_source_2 = true
1650
-        } else if (this.receiverTreatmentAccess.source == 2) {
1650
+        } else if (this.receiverTreatmentAccess.condition == 2) {
1651 1651
           this.patientInfo_source_2 = false
1652 1652
           this.patientInfo_source_1 = true
1653 1653
         } else {