Procházet zdrojové kódy

25 3月13 小净费用清单

yq1 před 1 měsícem
rodič
revize
2275a0d780
1 změnil soubory, kde provedl 3 přidání a 4 odebrání
  1. 3 4
      src/xt_pages/outpatientCharges/listPrint.vue

+ 3 - 4
src/xt_pages/outpatientCharges/listPrint.vue Zobrazit soubor

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