2 次代码提交 28ae312693 ... d778e9aff1

作者 SHA1 备注 提交日期
  28169 d778e9aff1 Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch 1 天前
  28169 57c4f526ec hah阿凡达 1 天前

+ 8 - 5
src/xt_pages/dialysis/template/DialysisPrintOrdereightytwo.vue 查看文件

@@ -60,13 +60,16 @@
60 60
             <div class="inline_block" style="margin-right:30px;">
61 61
               血液净化器类型
62 62
               <div class="inline_block under_line" style="width:150px;text-align: center;">
63
-                <span v-if="prescription.dialyzer_perfusion_apparatus !=''">
63
+                <!-- <span v-if="prescription.dialyzer_perfusion_apparatus !=''">
64 64
                   {{
65 65
                     prescription.dialyzer_perfusion_apparatus
66 66
                       ? prescription.dialyzer_perfusion_apparatus
67 67
                       : ""
68 68
                   }}
69
-                </span>
69
+                </span> -->
70
+
71
+                
72
+              
70 73
                 <span v-if="prescription.dialysis_dialyszers !=''">
71 74
                   {{
72 75
                     prescription.dialysis_dialyszers
@@ -74,10 +77,10 @@
74 77
                       : "/"
75 78
                   }}
76 79
                 </span>
77
-                <span v-if="prescription.dialysis_strainer !=''">
80
+                <span v-if="prescription.dialysis_irrigation !=''">
78 81
                   {{
79
-                    prescription.dialysis_strainer?
80
-                    prescription.dialysis_strainer:""
82
+                    prescription.dialysis_irrigation?
83
+                    prescription.dialysis_irrigation:""
81 84
                   }}
82 85
                 </span>
83 86
               </div>

+ 2 - 2
src/xt_pages/user/components/PatientSidebar.vue 查看文件

@@ -433,7 +433,7 @@ export default {
433 433
       fetchAllList().then(response => {
434 434
         if (response.data.state == 1) {
435 435
           if(this.org_id ==10191){
436
-             var patients = response.data.data.patients
436
+             var patients = response.data.data.patientsOne
437 437
             //  console.log("patients",patients)
438 438
              for(let i=0;i<patients.length;i++){
439 439
                if(patients[i].lapseto ==1){
@@ -442,7 +442,7 @@ export default {
442 442
 
443 443
              }
444 444
           }else{
445
-            this.patientsList = response.data.data.patients
445
+            this.patientsList = response.data.data.patientsOne
446 446
             console.log("哈哈哈哈哈哈",this.patientsList)
447 447
           }
448 448
 

+ 1 - 1
src/xt_pages/user/components/PatientSidebar_ord.vue 查看文件

@@ -434,7 +434,7 @@
434 434
           if (response.data.state == 1) {
435 435
             if(this.org_id ==10191){
436 436
                var patients = response.data.data.patientsOne
437
-              //  console.log("patients",patients)
437
+              console.log("patients",patients)
438 438
                for(let i=0;i<patients.length;i++){
439 439
                  if(patients[i].lapseto ==1){
440 440
                   this.patientsList.push(patients[i])