csx vor 2 Jahren
Ursprung
Commit
0ff055b466
1 geänderte Dateien mit 5 neuen und 6 gelöschten Zeilen
  1. 5 6
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 5 - 6
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Datei anzeigen

2912
             this.pwd = ''
2912
             this.pwd = ''
2913
           } else {
2913
           } else {
2914
             if (this.activeName == 'first') {
2914
             if (this.activeName == 'first') {
2915
-              this.$refs.charge.show(this.getTotalFour(prescriptions), this.currentOrder)
2915
+              this.$refs.charge.show(this.getTotalFour(prescriptions), this.currentOrder,this.patientInfo.id)
2916
             } else {
2916
             } else {
2917
-              this.$refs.charge.show(this.getTotalFour(prescriptions), this.currentOrder)
2917
+              this.$refs.charge.show(this.getTotalFour(prescriptions), this.currentOrder,this.patientInfo.id)
2918
             }
2918
             }
2919
 
2919
 
2920
           }
2920
           }
2922
           if (this.activeName == 'first') {/////////////////////////押金shows
2922
           if (this.activeName == 'first') {/////////////////////////押金shows
2923
             this.$refs.charge.show(this.getTotalFour(prescriptions), this.currentOrder,this.patientInfo.id)
2923
             this.$refs.charge.show(this.getTotalFour(prescriptions), this.currentOrder,this.patientInfo.id)
2924
           } else {
2924
           } else {
2925
-            this.$refs.charge.show(this.getTotalFour(prescriptions), this.currentOrder)
2925
+            this.$refs.charge.show(this.getTotalFour(prescriptions), this.currentOrder,this.patientInfo.id)
2926
           }
2926
           }
2927
         }
2927
         }
2928
 
2928
 
4527
                       price: prescription.project[b].price,
4527
                       price: prescription.project[b].price,
4528
                       remark: prescription.project[b].remark,
4528
                       remark: prescription.project[b].remark,
4529
                       // medical_code: prescription.project[b].project.medical_code,
4529
                       // medical_code: prescription.project[b].project.medical_code,
4530
-                      unit: prescription.project[b].unit,
4531
                       type: prescription.project[b].type,
4530
                       type: prescription.project[b].type,
4532
                       execution_state: prescription.project[b].execution_state,
4531
                       execution_state: prescription.project[b].execution_state,
4533
 
4532
 
4545
                       obj['project_name'] = prescription.project[b].project.project_name
4544
                       obj['project_name'] = prescription.project[b].project.project_name
4546
                       obj['spec'] = ''
4545
                       obj['spec'] = ''
4547
                       obj['name_id'] = 0
4546
                       obj['name_id'] = 0
4548
-
4547
+                      obj['unit']=  prescription.project[b].project.unit
4549
                     } else if (prescription.project[b].type == 3) {
4548
                     } else if (prescription.project[b].type == 3) {
4550
                       obj['statistical_classification'] = ''
4549
                       obj['statistical_classification'] = ''
4551
                       obj['medical_code'] = prescription.project[b].good_info.medical_insurance_number
4550
                       obj['medical_code'] = prescription.project[b].good_info.medical_insurance_number
4552
                       obj['project_name'] = prescription.project[b].good_info.good_name
4551
                       obj['project_name'] = prescription.project[b].good_info.good_name
4553
                       obj['spec'] = prescription.project[b].good_info.specification_name
4552
                       obj['spec'] = prescription.project[b].good_info.specification_name
4554
                       obj['name_id'] = prescription.project[b].good_info.manufacturer
4553
                       obj['name_id'] = prescription.project[b].good_info.manufacturer
4555
-
4554
+                      obj['unit']=  prescription.project[b].good_info.packing_unit
4556
                     }
4555
                     }
4557
 
4556
 
4558
                     tempProject.push(obj)
4557
                     tempProject.push(obj)