yq1 1 year ago
parent
commit
592fa12618
1 changed files with 24 additions and 15 deletions
  1. 24 15
      src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue

+ 24 - 15
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

316
                     <div
316
                     <div
317
                       class="inline_block"
317
                       class="inline_block"
318
                       style="margin-left: 10px; flex: 1"
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
                       <div
322
                       <div
334
                         class="under_line"
323
                         class="under_line"
335
                         style="width: 100px; text-align: center"
324
                         style="width: 100px; text-align: center"
336
                         v-if="predialysis.puncture_way == ''"
325
                         v-if="predialysis.puncture_way == ''"
337
                       >
326
                       >
338
-                        /
327
+                         /
339
                       </div>
328
                       </div>
340
                       <div
329
                       <div
341
                         class="under_line"
330
                         class="under_line"
359
                         区域
348
                         区域
360
                       </div>
349
                       </div>
361
                     </div>
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
                     <div
365
                     <div
363
                       class="inline_block"
366
                       class="inline_block"
364
                       style="margin-left: 10px; flex: 1"
367
                       style="margin-left: 10px; flex: 1"
368
                         class="under_line"
371
                         class="under_line"
369
                         style="width: 100px; text-align: center"
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
                           predialysis.puncture_needle
379
                           predialysis.puncture_needle
373
                             ? predialysis.puncture_needle
380
                             ? predialysis.puncture_needle
374
                             : "/"
381
                             : "/"
375
                         }}
382
                         }}
383
+                      </span>
384
+                       
376
                       </div>
385
                       </div>
377
                     </div>
386
                     </div>
378
                   </div>
387
                   </div>
3954
       var response = this.childResponse;
3963
       var response = this.childResponse;
3955
       if (response.data.state == 1) {
3964
       if (response.data.state == 1) {
3956
         this.adminUser = response.data.data.users;
3965
         this.adminUser = response.data.data.users;
3957
-
3966
+        console.log('3333333wwwwww',response.data.data);
3958
         this.users = response.data.data.users;
3967
         this.users = response.data.data.users;
3959
         this.patientInfo = response.data.data.patientInfo;
3968
         this.patientInfo = response.data.data.patientInfo;
3960
 
3969
 
3975
         this.check = response.data.data.check;
3984
         this.check = response.data.data.check;
3976
         this.xtdate = response.data.data.xtdate;
3985
         this.xtdate = response.data.data.xtdate;
3977
         this.predialysis = response.data.data.PredialysisEvaluation;
3986
         this.predialysis = response.data.data.PredialysisEvaluation;
3978
-        // console.log('透前评估', this.predialysis)
3987
+        console.log('透前评估', this.predialysis)
3979
         this.predialysis.blood_access_part_opera_name =
3988
         this.predialysis.blood_access_part_opera_name =
3980
           this.bloodAccessParOperaName(
3989
           this.bloodAccessParOperaName(
3981
             this.predialysis.blood_access_part_opera_id
3990
             this.predialysis.blood_access_part_opera_id