Browse Source

修改打印单

csx 6 years ago
parent
commit
27fd8cefaf

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_other.vue View File

336
                     </tr>
336
                     </tr>
337
                     <!-- </thead>
337
                     <!-- </thead>
338
                     <tbody> -->
338
                     <tbody> -->
339
-                    <tr v-if="record.assessment_before_dislysis.systolic_blood_pressure != 0&&record.assessment_before_dislysis.diastolic_blood_pressure != 0||record.assessment_before_dislysis.remark.length > 0">
339
+                    <tr v-if="(record.assessment_before_dislysis&&record.assessment_before_dislysis.systolic_blood_pressure != 0&&record.assessment_before_dislysis.diastolic_blood_pressure != 0)||(record.assessment_before_dislysis&&record.assessment_before_dislysis.remark.length) > 0">
340
                       <td>{{'透析前'}}</td>
340
                       <td>{{'透析前'}}</td>
341
                       <td>{{record.assessment_before_dislysis&&record.assessment_before_dislysis.systolic_blood_pressure?record.assessment_before_dislysis.systolic_blood_pressure:''}}/{{record.assessment_before_dislysis &&record.assessment_before_dislysis.diastolic_blood_pressure?record.assessment_before_dislysis.diastolic_blood_pressure:''}}</td>
341
                       <td>{{record.assessment_before_dislysis&&record.assessment_before_dislysis.systolic_blood_pressure?record.assessment_before_dislysis.systolic_blood_pressure:''}}/{{record.assessment_before_dislysis &&record.assessment_before_dislysis.diastolic_blood_pressure?record.assessment_before_dislysis.diastolic_blood_pressure:''}}</td>
342
                       <td>{{''}}</td>
342
                       <td>{{''}}</td>

+ 15 - 3
src/xt_pages/dialysis/details/dialog/assessmentBeforeDislysisDialog.vue View File

621
       this.catheter = getDataConfig('hemodialysis', 'catheter')
621
       this.catheter = getDataConfig('hemodialysis', 'catheter')
622
       this.complication = getDataConfig('hemodialysis', 'complication')
622
       this.complication = getDataConfig('hemodialysis', 'complication')
623
       this.hemorrhage = getDataConfig('hemodialysis', 'hemorrhage')
623
       this.hemorrhage = getDataConfig('hemodialysis', 'hemorrhage')
624
-      this.internal_fistula = getDataConfig('hemodialysis', 'internal_fistula')
625
       this.blood_access_part = getDataConfig('hemodialysis', 'vascular_access')
624
       this.blood_access_part = getDataConfig('hemodialysis', 'vascular_access')
626
       this.blood_access_part_opera = getDataConfig('hemodialysis', 'vascular_access_desc')
625
       this.blood_access_part_opera = getDataConfig('hemodialysis', 'vascular_access_desc')
627
-
628
       this.internal_fistula_skin = getDataConfig('hemodialysis', 'internal_fistula_skin')
626
       this.internal_fistula_skin = getDataConfig('hemodialysis', 'internal_fistula_skin')
629
       this.puncture_method = getDataConfig('hemodialysis', 'puncture_method')
627
       this.puncture_method = getDataConfig('hemodialysis', 'puncture_method')
630
       this.blood_access_noise = this.$store.getters.blood_access_noise
628
       this.blood_access_noise = this.$store.getters.blood_access_noise
631
       var date = this.$route.query && this.$route.query.date
629
       var date = this.$route.query && this.$route.query.date
632
       this.record_date = uParseTime(date, '{y}-{m}-{d}')
630
       this.record_date = uParseTime(date, '{y}-{m}-{d}')
633
-  }, watch: {
631
+
632
+
633
+
634
+
635
+
636
+
637
+
638
+
639
+
640
+
641
+      this.internal_fistula = getDataConfig('hemodialysis', 'internal_fistula')
642
+      console.log(getDataConfig('hemodialysis', 'internal_fistula'))
643
+
644
+
645
+    }, watch: {
634
       isVisibility(val) {
646
       isVisibility(val) {
635
 
647
 
636
       },
648
       },