Browse Source

25 3月13 小净费用清单

yq1 4 weeks ago
parent
commit
2275a0d780
1 changed files with 3 additions and 4 deletions
  1. 3 4
      src/xt_pages/outpatientCharges/listPrint.vue

+ 3 - 4
src/xt_pages/outpatientCharges/listPrint.vue View File

@@ -76,7 +76,6 @@ import { watch } from 'vue';
76 76
     created() {
77 77
       this.paramsobjid = this.paramsObj.id
78 78
       console.log('1111111222222',this.paramsObj.id);
79
-      
80 79
       // this.getInfo(this.paramsObj.id)
81 80
       this.getInfo(this.paramsobjid)
82 81
       console.log('333333333',this.paramsObj.id);
@@ -94,7 +93,7 @@ import { watch } from 'vue';
94 93
     },
95 94
     beforeUpdate(){
96 95
       console.log('444444',this.paramsObj.id);
97
-      
96
+
98 97
     },
99 98
 
100 99
     methods: {
@@ -199,7 +198,7 @@ import { watch } from 'vue';
199 198
 
200 199
                   }else if (infos.project.type == 3){
201 200
                     obj['name'] = infos.project.good_info.good_name
202
-                    obj['spec'] = ""
201
+                    obj['spec'] = infos.project.good_info.specification_name
203 202
                     obj['code'] = infos.project.good_info.medical_insurance_number
204 203
                     obj['unit'] = infos.project.good_info.packing_unit
205 204
                     obj['is_total']= 0
@@ -838,7 +837,7 @@ import { watch } from 'vue';
838 837
       //   })
839 838
       // }
840 839
     },
841
-    
840
+
842 841
   }
843 842
 </script>
844 843