|
@ -195,9 +195,9 @@ Vue.component('comB', {
|
|
getFeiYongStr: function (obj) {
|
|
getFeiYongStr: function (obj) {
|
|
debugger
|
|
debugger
|
|
if (this.eventType == "0") {
|
|
if (this.eventType == "0") {
|
|
this.feiyong = '门急诊费用>=' + (obj *5).toFixed(2)+' ('+ (obj *5).toFixed(2)+'='+ obj.toFixed(2) +'(上月门急诊次均费用)*5)'
|
|
|
|
|
|
this.feiyong = '门急诊费用>=' + obj .toFixed(2)+' ('+ obj.toFixed(2)+'='+ (obj/5).toFixed(2) +'(上月门急诊次均费用)*5)'
|
|
} else {
|
|
} else {
|
|
this.feiyong = '住院费用>=' + (obj *5).toFixed(2)+' ('+ (obj *5).toFixed(2)+'='+ obj.toFixed(2) +'(上月住院次均费用)*5)'
|
|
|
|
|
|
this.feiyong = '住院费用>=' + obj .toFixed(2)+' ('+ obj.toFixed(2)+'='+ (obj/5).toFixed(2) +'(上月住院次均费用)*5)'
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|