Browse Source

华侨打印单问题

张保健 4 years ago
parent
commit
dbaf956dfe

+ 2 - 8
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

294
                   </div>
294
                   </div>
295
                 </div>
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
                   <div class="inline_block" style="flex:1.4">
298
                   <div class="inline_block" style="flex:1.4">
302
                     血管通路:
299
                     血管通路:
303
                     <div
300
                     <div
1389
                     min
1386
                     min
1390
                   </div>
1387
                   </div>
1391
                 </div>
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
                   <div class="inline_block" style="flex:2;">
1390
                   <div class="inline_block" style="flex:2;">
1397
                     凝血程度:
1391
                     凝血程度:
1398
                     <div
1392
                     <div

+ 1 - 1
src/xt_pages/dialysis/template/dialysisPrintOrderTwo.vue View File

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