Browse Source

合并带嘛

csx 2 years ago
parent
commit
0ff055b466
1 changed files with 5 additions and 6 deletions
  1. 5 6
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 5 - 6
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

@@ -2912,9 +2912,9 @@ export default {
2912 2912
             this.pwd = ''
2913 2913
           } else {
2914 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 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,7 +2922,7 @@ export default {
2922 2922
           if (this.activeName == 'first') {/////////////////////////押金shows
2923 2923
             this.$refs.charge.show(this.getTotalFour(prescriptions), this.currentOrder,this.patientInfo.id)
2924 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,7 +4527,6 @@ export default {
4527 4527
                       price: prescription.project[b].price,
4528 4528
                       remark: prescription.project[b].remark,
4529 4529
                       // medical_code: prescription.project[b].project.medical_code,
4530
-                      unit: prescription.project[b].unit,
4531 4530
                       type: prescription.project[b].type,
4532 4531
                       execution_state: prescription.project[b].execution_state,
4533 4532
 
@@ -4545,14 +4544,14 @@ export default {
4545 4544
                       obj['project_name'] = prescription.project[b].project.project_name
4546 4545
                       obj['spec'] = ''
4547 4546
                       obj['name_id'] = 0
4548
-
4547
+                      obj['unit']=  prescription.project[b].project.unit
4549 4548
                     } else if (prescription.project[b].type == 3) {
4550 4549
                       obj['statistical_classification'] = ''
4551 4550
                       obj['medical_code'] = prescription.project[b].good_info.medical_insurance_number
4552 4551
                       obj['project_name'] = prescription.project[b].good_info.good_name
4553 4552
                       obj['spec'] = prescription.project[b].good_info.specification_name
4554 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 4557
                     tempProject.push(obj)