yq1 1 rok temu
rodzic
commit
592fa12618

+ 24 - 15
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Wyświetl plik

@@ -316,26 +316,15 @@
316 316
                     <div
317 317
                       class="inline_block"
318 318
                       style="margin-left: 10px; flex: 1"
319
+                      v-if="org_id!=10580 && org_id !=0"
319 320
                     >
320 321
                       穿刺方式:
321
-                      <!-- <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 0">
322
-                        /
323
-                      </div>
324
-                      <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 1">
325
-                        绳梯
326
-                      </div>
327
-                      <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 2">
328
-                        扣眼
329
-                      </div>
330
-                      <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 3">
331
-                        区域
332
-                      </div> -->
333 322
                       <div
334 323
                         class="under_line"
335 324
                         style="width: 100px; text-align: center"
336 325
                         v-if="predialysis.puncture_way == ''"
337 326
                       >
338
-                        /
327
+                         /
339 328
                       </div>
340 329
                       <div
341 330
                         class="under_line"
@@ -359,6 +348,20 @@
359 348
                         区域
360 349
                       </div>
361 350
                     </div>
351
+                    <div
352
+                      class="inline_block"
353
+                      style="margin-left: 10px; flex: 1"
354
+                      v-if="org_id==10580 || org_id ==0"
355
+                    >
356
+                      穿刺方式:
357
+                      <div
358
+                        class="under_line"
359
+                        style="width: 100px; text-align: center"
360
+                      >
361
+                         {{ dialysisOrder.puncture_way }}
362
+                      </div>
363
+                      
364
+                    </div>
362 365
                     <div
363 366
                       class="inline_block"
364 367
                       style="margin-left: 10px; flex: 1"
@@ -368,11 +371,17 @@
368 371
                         class="under_line"
369 372
                         style="width: 100px; text-align: center"
370 373
                       >
374
+                      <span v-if="org_id==10580 || org_id==0">
375
+                        {{ dialysisOrder.puncture_needle}}
376
+                      </span>
377
+                      <span v-if="org_id != 10580 && org_id!=0">
371 378
                         {{
372 379
                           predialysis.puncture_needle
373 380
                             ? predialysis.puncture_needle
374 381
                             : "/"
375 382
                         }}
383
+                      </span>
384
+                       
376 385
                       </div>
377 386
                     </div>
378 387
                   </div>
@@ -3954,7 +3963,7 @@ export default {
3954 3963
       var response = this.childResponse;
3955 3964
       if (response.data.state == 1) {
3956 3965
         this.adminUser = response.data.data.users;
3957
-
3966
+        console.log('3333333wwwwww',response.data.data);
3958 3967
         this.users = response.data.data.users;
3959 3968
         this.patientInfo = response.data.data.patientInfo;
3960 3969
 
@@ -3975,7 +3984,7 @@ export default {
3975 3984
         this.check = response.data.data.check;
3976 3985
         this.xtdate = response.data.data.xtdate;
3977 3986
         this.predialysis = response.data.data.PredialysisEvaluation;
3978
-        // console.log('透前评估', this.predialysis)
3987
+        console.log('透前评估', this.predialysis)
3979 3988
         this.predialysis.blood_access_part_opera_name =
3980 3989
           this.bloodAccessParOperaName(
3981 3990
             this.predialysis.blood_access_part_opera_id