12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121 |
- <template>
- <div>
- <div class="print_btn">
- <el-button type="primary" @click="printtpage">打印</el-button>
- </div>
- <div id="list-print" class="list-print">
- <div class="listTitle">{{$store.getters.xt_user.org.org_name}}费用汇总</div>
- <div class="listInfo" style="border-bottom: 2px solid;margin-bottom: 20px;padding-bottom: 10px;">
- <div>医疗机构名称:{{$store.getters.xt_user.org.org_name}}</div>
- </div>
- <div class="listInfo">
- <div>科别:{{getDepartment(his_patient.departments)}}
- {{getDepartment(his_record_patient.departments)}}
- </div>
- <div>床号:<span v-if="schedule.length > 0">{{getBedName(schedule[0].bed_id)}}</span></div>
- <div>门诊号:{{his_patient.number}}
- {{his_record_patient.ipt_otp_no}}
- </div>
- <div>姓名:{{patient.name}}</div>
- </div>
- <div class="listInfo" style="border-bottom: 2px solid;margin-bottom: 20px;padding-bottom: 20px;">
- <div>预交款:</div>
- <div>总费用:{{getAllPice()}}</div>
- <div>门诊日期:{{this.$route.query.end_time}}</div>
- </div>
- <div class="listInfo">
- <div>西药:{{getWesternMedicineCostTotal()}}</div>
- <div>中成药:{{getChineseTraditionalMedicineCostTotal()}}</div>
- <div>中草药:{{getChineseTotal()}}</div>
- </div>
- <div class="listInfo">
- <div>检查费:{{getCheckCostTotal()}}</div>
- <div>输氧费:{{getOxygen()}}</div>
- <div>手术费:{{getOperation()}}</div>
- </div>
- <div class="listInfo">
- <div>化验费:{{getLaboratoryCostTotal()}}</div>
- <div>输血费:{{getBlood()}}</div>
- <div>诊断费:{{getZhenChaCostTotal()}}</div>
- </div>
- <div class="listInfo">
- <div>治疗费:{{getTreatement()}}</div>
- <div>护理费:{{getNursing()}}</div>
- <div>床位费:{{getBedCostTotal()}}</div>
- </div>
- <div class="listInfo" style="margin-bottom: 20px;">
- <div>麻醉费:{{getAnesthesia()}}</div>
- <div>材料费:{{getMaterialCostTotal()}}</div>
- <div>其他:{{getOtherCostTotal()}}</div>
- </div>
- <table class="listTable" border="1">
- <tr>
- <td style="text-align:center" >序号</td>
- <td style="text-align:center" >费用分类</td>
- <td style="text-align:center">项目名称</td>
- <td style="text-align:center">规格</td>
- <td style="text-align:center">单价</td>
- <td style="text-align:center" >数量</td>
- <td style="text-align:center">金额</td>
- <td style="text-align:center" >医保类别</td>
- </tr>
- <tr v-for="(item, index) in tableList" :key="index">
- <td style="text-align:center" >
- <span v-if="item.is_total == 2">{{index+1}}</span>
- <span v-if="item.is_total == 1">合计</span>
- </td>
- <td style="text-align:center" >
- <span v-if="item.type == 1">
- {{item.cost_type}}
- </span>
- <span v-if="item.type == 2">
- {{item.cost_type}}
- </span>
- <span v-if="item.type == 3">
- 材料费
- </span>
- </td>
- <td style="text-align:center" >
- <span>{{item.name}}</span>
- </td>
- <td style="text-align:center" >
- {{ item.spec }}
- </td>
- <td style="text-align:center" >
- {{item.pric}}
- </td>
- <td style="text-align:center" >
- {{item.count_number }}{{item.unit }}
- </td>
- <td style="text-align:center" >
- <span v-if="item.is_total == 1">{{ item.total }}</span>
- <span v-if="item.is_total == 2">{{ (item.pric * item.count_number).toFixed(2) }}</span>
- </td>
- <td style="text-align:center" >
- {{getChrgitmLv(item.medical_insurance_level)}}
- </td>
- </tr>
- </table>
- </div>
- </div>
- </template>
-
- <script>
- import print from "print-js";
- import { uParseTime } from '@/utils/tools'
- import { getGatherDetailList } from '@/api/his/his_tools'
- export default {
- data(){
- return{
- patient:{},
- tableData:[],
- list:[],
- order:[],
- his_patient:{},
- hisDepatment:[],
- chineseTraditionalMedicineCostTotal:"",//中成药
- checkCostTotal:"",//检查费
- materialCostTotal:"",//材料费
- laboratoryCostTotal:"",//化验费
- bedCostTotal:"",//床位费,
- operationCostTotal:"",//材料费
- zhenChaCostTotal:"",//诊查费
- otherCostTotal:"",//其他费用
- tableList:[],
- order_info_list:[],
- balanceAccountsType:0,
- medicalInsuranceLevelList:[],
- schedule:[],
- bedNumber:[],
- tableList:[],
- order_info_list:[],
- balanceAccountsType:0,
- medicalInsuranceLevelList:[],
- drugTypeList:[],
- costClassifyList:[],
- id:0,
- start_time:"",
- end_time:"",
- his_record_patient:{},
- }
- },
- methods:{
- printtpage() {
- const style =
- '@media print {.list-print{width:960px;margin:0 auto} .listTitle {font-size: 24px;text-align: center;font-weight: bold;margin-bottom: 10px;}.listInfo {display: flex;font-size: 16px;justify-content: space-between;margin: 10px 0;}.listTable {width: 100%;text-align: center;border-collapse: collapse;line-height: 25px;font-size: 14px;border-color: #000;text-align: left;} .listTable tr td {padding: 0 5px;}.tableBottom {font-size: 16px;display: flex;margin-top: 20px;}.tableBottomOne {margin-right: 40px;}';
- printJS({
- printable: "list-print",
- type: "html",
- style: style,
- scanStyles: false,
- });
- },
-
- getNowTime: function () {
- let dateTime;
- let yy = new Date().getFullYear();
- let mm = new Date().getMonth() + 1;
- let dd = new Date().getDate();
- let hh = new Date().getHours();
- let mf = new Date().getMinutes() < 10 ? '0' + new Date().getMinutes()
- :
- new Date().getMinutes();
- let ss = new Date().getSeconds() < 10 ? '0' + new Date().getSeconds()
- :
- new Date().getSeconds();
- dateTime = yy + '-' + mm + '-' + dd + ' ' + hh + ':' + mf + ':' + ss;
- return dateTime
- },
- getTimes(time) {
- return uParseTime(time, '{y}-{m}-{d}')
- },
- getGatherDetailList() {
- let start_time = this.$route.query.start_time
- let end_time = this.$route.query.end_time
- let params = {
- patient_id:this.$route.query.patient_id,
- start_time: start_time,
- end_time: end_time,
- type: this.$route.query.type,
- keyword: this.$route.query.keyword
- }
- getGatherDetailList(params).then(response=>{
- if (response.data.state == 0) {
- this.$message.error(response.data.msg)
- return false
- } else {
- this.drugTypeList =response.data.data.drugTypeList
- this.costClassifyList = response.data.data.costClassifyList
- var list = response.data.data.list
- console.log("listw3232323223",list)
-
- var new_arr = []
-
- for(let i=0;i<list.length;i++){
- for(let j=0;j<list[i].orders.length;j++){
- new_arr.push(list[i].orders[j])
- }
- }
- console.log("new_arr2332323232",new_arr)
-
- var order_info = []
- for(let i=0;i<new_arr.length;i++){
- for(let j=0;j<new_arr[i].order_info.length;j++){
- order_info.push(new_arr[i].order_info[j])
- }
- }
-
- for(let i=0;i<order_info.length;i++){
- if(order_info[i].advice_id > 0){
- order_info[i].item_id = order_info[i].advice.drug.id +"_" + order_info[i].pric
- }
- if(order_info[i].project_id > 0){
- if(order_info[i].project.type == 2){
- order_info[i].item_id = order_info[i].project.project.id + "_"+order_info[i].pric
- }
- if(order_info[i].project.type == 3){
- order_info[i].item_id = order_info[i].project.good_info.id + "_"+order_info[i].pric
- }
- }
- }
- console.log("order_info222222222222",order_info)
-
- //合并,相同的合并在一起
-
- let dataInfo = {}
- order_info.forEach((item, index) => {
- let { item_id } = item
- if (!dataInfo[item_id]) {
- dataInfo[item_id] = {
- item_id,
- child: [],
- count_number:0,
- record_date:"",
- cost_type:"",
- name:"",
- pric:item.pric,
- chrgitm_lv:"",
- advice_id:item.advice_id,
- project_id:item.project_id,
- type:0,
- spec:"",
- unit:"",
- medical_insurance_level:"",
- cost_type:"",
- is_total:2,
- }
- }
- dataInfo[item_id].child.push(item)
- })
- let arr = Object.values(dataInfo)
-
- for(let i=0;i<arr.length;i++){
- for(let j=0;j<arr[i].child.length;j++){
- if(arr[i].advice_id >0){
- arr[i].record_date = arr[i].child[0].advice.advice_date
- arr[i].type = 1
- arr[i].name = arr[i].child[0].advice.advice_name
- arr[i].spec = arr[i].child[0].advice.drug.dose + arr[i].child[0].advice.drug.dose_unit + "*"+arr[i].child[0].advice.drug.min_number + arr[i].child[0].advice.drug.min_unit+"/"+arr[i].child[0].advice.drug.max_unit
- arr[i].unit = arr[i].child[0].advice.prescribing_number_unit
- arr[i].cost_type = arr[i].child[0].advice.drug.drug_type
- arr[i].medical_insurance_level = arr[i].child[0].advice.drug.medical_insurance_level
-
-
- }
- if(arr[i].project_id > 0){
- arr[i].record_date = arr[i].child[0].project.record_date
- arr[i].type = arr[i].child[0].project.type
- if(arr[i].child[0].project.type == 2){
- arr[i].name = arr[i].child[0].project.project.project_name
- arr[i].spec = arr[i].child[0].project.project.project_name
- arr[i].unit = arr[i].child[0].project.project.unit
- arr[i].medical_insurance_level = arr[i].child[0].project.project.medical_coverage
- arr[i].cost_type = arr[i].child[0].project.project.cost_classify
- }
- if(arr[i].child[0].project.type == 3){
- arr[i].name = arr[i].child[0].project.good_info.good_name
- arr[i].spec = arr[i].child[0].project.good_info.specification_name
- arr[i].unit = arr[i].child[0].project.good_info.packing_unit
- arr[i].medical_insurance_level = arr[i].child[0].project.good_info.medical_insurance_level
- arr[i].cost_type = "材料费"
- }
- }
- arr[i].count_number +=arr[i].child[j].cnt
- }
- }
- console.log("arr2323233232322332",arr)
- var obj = {is_total:1,total:0}
- obj.total = this.getAllPiceTwo(arr)
- for(let i=0;i<arr.length;i++){
- if(arr[i].advice_id >0){
- arr[i].cost_type = this.getDrugType(arr[i].cost_type)
- }
- if(arr[i].type ==2){
- arr[i].cost_type = this.getCostType(arr[i].cost_type)
- }
- }
- arr.push(obj)
-
- this.tableList = arr
- console.log("打印",this.tableList)
- this.patient = response.data.data.patient
- console.log("patinet",this.patient)
- this.his_patient = response.data.data.his_patient
- this.hisDepatment = response.data.data.hisDepatment
- this.order = response.data.data.order
- this.his_record_patient = response.data.data.his_record_patient
- this.medicalInsuranceLevelList = response.data.data.medicalInsuranceLevelList
- this.schedule = response.data.data.schedule
- this.bedNumber = response.data.data.bedNumber
- if(this.$route.query.keyword !=""){
- console.log("金拉风3322323232323",this.$route.query.keyword)
- console.log("Ar23233232323223",this.tableList)
- var new_arr = []
- for(let i=0;i<this.tableList.length;i++){
- if(this.tableList[i].is_total!=1){
- if(this.tableList[i].name.indexOf(this.$route.query.keyword) >-1){
- new_arr.push(this.tableList[i])
- }
- }
-
- }
- var obj ={index:"合计",is_total:1,total:0}
- obj.total = this.getAllPiceTwo(new_arr)
- new_arr.push(obj)
- this.tableList = []
- this.tableList = new_arr
- }
-
- if(this.$route.query.id == 1){
- var new_arr = []
- for(let i=0;i<this.tableList.length;i++){
- if(this.tableList[i].is_total!=1){
- if(this.tableList[i].type == 1){
- new_arr.push(this.tableList[i])
- }
- }
-
- }
- this.tableList = []
- this.tableList = new_arr
- }
- if(this.$route.query.id == 2){
- var new_arr = []
- for(let i=0;i<this.tableList.length;i++){
- if(this.tableList[i].is_total!=1){
- if(this.tableList[i].type == 2){
-
- new_arr.push(this.tableList[i])
- }
- }
- }
- this.tableList = []
- this.tableList = new_arr
- }
- if(this.$route.query.id == 3){
- var new_arr = []
- for(let i=0;i<this.tableList.length;i++){
- if(this.tableList[i].is_total!=1){
- if(this.tableList[i].type == 3){
- new_arr.push(this.tableList[i])
- }
- }
- }
- this.tableList = []
- this.tableList = new_arr
- }
- }
- })
- },
- getAdviceName(id){
- var drug_name = ""
- for(let i= 0;i<this.tableData.length;i++){
- if(id == this.tableData[i].advice_id){
- drug_name = this.tableData[i].advice.advice_name
- }
- }
- return drug_name
- },
- getProjectName(id){
- var project_name = ""
- for(let i=0;i<this.tableData.length;i++){
- if(id == this.tableData[i].project_id){
- project_name = this.tableData[i].project.project.project_name
- }
- }
- return project_name
- },
- setNewData(details) {
- let drug_ids = []
- let project_ids = []
-
- for (let i = 0; i < details.length; i++) {
- if (details[i].advice && details[i].advice.id > 0 && details[i].advice.prescription && details[i].advice.prescription.type == 1) { //药品
- let obj = {
- id: details[i].advice.drug_id,
- price: details[i].advice.price,
- record_date:details[i].advice.advice_date
-
- }
- drug_ids.push(obj)
- } else if (details[i].project && details[i].project.id > 0 && details[i].project.prescription && details[i].project.prescription.type == 2) { //项目
- let obj = {
- id: details[i].project.project_id,
- price: details[i].project.price,
- record_date:details[i].advice.record_date
- }
- project_ids.push(obj)
-
- }
-
- }
-
- let new_drug_ids = this.unique(drug_ids)
- let new_project_ids = this.unique(project_ids)
-
- let list = []
- if (new_drug_ids.length > 0 && new_project_ids.length == 0) {
- for (let i = 0; i < new_drug_ids.length; i++) {
- let obj = {}
- let count = 0
- for (let a = 0; a < details.length; a++) {
- if (new_drug_ids[i].id == details[a].advice.drug_id && new_drug_ids[i].price == details[a].advice.price) {
- obj['name'] = details[a].advice.advice_name
- obj['spec'] = details[a].advice.drug.dose + details[a].advice.drug.dose_unit+"*" + details[a].advice.drug.min_number + details[a].advice.drug.min_unit+"/"+ details[a].advice.drug.max_unit
- obj['unit'] = details[a].advice.drug.min_unit
- obj['medicine_insurance_kind'] = this.getMedicineInsuranceType(details[a].chrgitm_lv)
- obj['med_chrgitm_type'] = this.getType(details[a].med_chrgitm_type)
- obj['price'] = parseFloat(details[a].pric)
- obj['is_total'] = 2
- obj['record_date'] = details[a].advice.record_date
- obj['chrgitm_lv'] = details[a].chrgitm_lv
- count = count + details[a].cnt
- }
- }
- obj['count'] = count
- list.push(obj)
-
- }
- }
- if (new_drug_ids.length == 0 && new_project_ids.length > 0) {
- for (let i = 0; i < new_project_ids.length; i++) {
- let obj = {}
- let count = 0
- for (let a = 0; a < details.length; a++) {
- if (new_project_ids[i].id == details[a].project.project_id && new_project_ids[i].price == details[a].project.price) {
- if( details[a].project.type == 2){
- obj['name'] = details[a].project.project.project_name
- obj['spec'] = details[a].project.project.project_name
- obj['unit'] = details[a].project.project.unit
- obj['record_date'] = details[a].project.record_date
-
- }else if(details[a].project.type == 3){
- obj['name'] = details[a].project.good_info.good_name
- obj['spec'] = details[a].project.good_info.specification_name
- obj['unit'] = details[a].project.good_info.packing_unit
- obj['record_date'] = details[a].project.record_date
-
- }
- obj['medicine_insurance_kind'] = this.getMedicineInsuranceType(details[a].chrgitm_lv)
- obj['med_chrgitm_type'] = this.getType(details[a].med_chrgitm_type)
- obj['price'] = parseFloat(details[a].pric)
- obj['is_total'] = 2
- obj['chrgitm_lv'] = details[a].chrgitm_lv
-
- count = count + details[a].cnt
- }
- }
- obj['count'] = count
- list.push(obj)
-
- }
- }
-
- if (new_drug_ids.length > 0 && new_project_ids.length > 0) {
- for (let i = 0; i < new_drug_ids.length; i++) {
- let obj = {}
- let count = 0
- for (let a = 0; a < details.length; a++) {
- if (new_drug_ids[i].id == details[a].advice.drug_id && new_drug_ids[i].price == details[a].advice.price) {
- obj['name'] = details[a].advice.advice_name
- obj['spec'] = details[a].advice.drug.dose + details[a].advice.drug.dose_unit+"*" + details[a].advice.drug.min_number + details[a].advice.drug.min_unit+"/"+ details[a].advice.drug.max_unit
- obj['unit'] = details[a].advice.drug.min_unit
- obj['medicine_insurance_kind'] = this.getMedicineInsuranceType(details[a].chrgitm_lv)
- obj['med_chrgitm_type'] = this.getType(details[a].med_chrgitm_type)
- obj['price'] = parseFloat(details[a].pric)
- obj['is_total'] = 2
- obj['record_date'] = details[a].advice.record_date
- obj['chrgitm_lv'] = details[a].chrgitm_lv
- count = count + details[a].cnt
- }
- }
- obj['count'] = count
- list.push(obj)
-
- }
-
- for (let i = 0; i < new_project_ids.length; i++) {
- let obj = {}
- let count = 0
- for (let a = 0; a < details.length; a++) {
- if (new_project_ids[i].id == details[a].project.project_id && new_project_ids[i].price == details[a].project.price) {
- if( details[a].project.type == 2){
- obj['name'] = details[a].project.project.project_name
- obj['spec'] = ''
- obj['unit'] = details[a].project.project.unit
-
- }else if(details[a].project.type == 3){
- obj['name'] = details[a].project.good_info.good_name
- obj['spec'] = ''
- obj['unit'] = details[a].project.good_info.packing_unit
- }
- obj['medicine_insurance_kind'] = this.getMedicineInsuranceType(details[a].chrgitm_lv)
- obj['med_chrgitm_type'] = this.getType(details[a].med_chrgitm_type)
- obj['price'] = parseFloat(details[a].pric)
- obj['is_total'] = 2
- obj['record_date'] = details[a].project.record_date
- obj['chrgitm_lv'] = details[a].chrgitm_lv
- count = count + details[a].cnt
- }
- }
- obj['count'] = count
- list.push(obj)
-
- }
- }
- console.log("list232332322323332233223232323",list)
- return list
- },
-
- getMedicineInsuranceType(type) {
- switch (type) {
- case "01":
- return '甲类'
- break
- case "02":
- return '乙类'
-
- break
- case "03":
- return '自费'
- break
-
- }
-
- },
- getType(med_chrgitm_type){
- switch (med_chrgitm_type) {
- case '01':
- return '床位费'
- break
- case '02':
- return '诊察费'
-
- break
- case '03':
- return '检查费'
-
- break
- case '04':
- return '化验费'
- break
- case '05':
- return '治疗费'
-
- break
- case '06':
- return '手术费'
-
- break
- case '07':
- return '护理费'
-
- break
- case '08':
- return '材料费'
-
- break
- case '09':
- return '西药费'
-
- break
- case '10':
- return '中药饮片费'
-
- break
- case '11':
- return '中成药费'
-
- break
- case '12':
- return '一般诊疗费'
-
- break
- case '13':
- return '挂号费'
-
- break
- case '14':
- return '其他费'
-
- break
-
- }
- },
- unique(array) {
- // res用来存储结果
- var res = []
- for (var i = 0, arrayLen = array.length; i < arrayLen; i++) {
- for (var j = 0, resLen = res.length; j < resLen; j++) {
- if (array[i].id === res[j].id && array[i].price === res[j].price) {
- break
- }
- }
- // 如果array[i]是唯一的,那么执行完循环,j等于resLen
- if (j === resLen) {
- res.push(array[i])
- }
- }
- return res
- },
- getTotal:function(items){
- let total = 0
- for(let i = 0; i < items.length; i++){
- total = Number(total) + Number((parseFloat(items[i].count) * parseFloat(items[i].price)).toFixed(2))
- }
- return total.toFixed(2)
- },
- getTimes(time) {
- if(time < 0){
- return ""
- }else{
- return uParseTime(time, '{y}-{m}-{d}')
- }
- },
- getDepartment(id){
- var name = ""
- for(let i=0;i<this.hisDepatment.length;i++){
- if(id == this.hisDepatment[i].id){
- name = this.hisDepatment[i].name
- }
- }
- return name
- },
- getAllPice(){
-
- var total_price = 0
- for(let i=0;i<this.tableList.length;i++){
- if(this.tableList[i].is_total ==2){
- total_price += (this.tableList[i].pric * parseInt(this.tableList[i].count_number))
- }
- }
- if(total_price > 0){
- return total_price.toFixed(2)
- }else{
- return total_price
- }
-
- },
- getAllPiceTwo(arr){
-
- var total_price = 0
- for(let i=0;i<arr.length;i++){
- if(arr[i].is_total ==2){
- total_price += (arr[i].pric * parseInt(arr[i].count_number))
- }
- }
- if(total_price > 0){
- return total_price.toFixed(2)
- }else{
- return total_price
- }
-
- },
- setMonthPrescription(month_prescriptions) {
- let drug_month_prescriptions = {
- advices: []
- }
- let drug_ids = []
- let project_month_prescriptions = {
- project: []
-
- }
- let project_ids = []
-
- for (let i = 0; i < month_prescriptions.length; i++) {
- if (month_prescriptions[i].type == 1) { //药品
- for (let a = 0; a < month_prescriptions[i].advices.length; a++) {
- let obj = {
- id: month_prescriptions[i].advices[a].drug_id,
- price: month_prescriptions[i].advices[a].price
-
- }
- drug_ids.push(obj)
- drug_month_prescriptions.advices.push(month_prescriptions[i].advices[a])
- }
-
- } else if (month_prescriptions[i].type == 2) { //项目
- for (let a = 0; a < month_prescriptions[i].project.length; a++) {
- let obj = {
- id: month_prescriptions[i].project[a].project_id,
- price: month_prescriptions[i].project[a].price
-
- }
- project_ids.push(obj)
- project_month_prescriptions.project.push(month_prescriptions[i].project[a])
- }
- }
- }
-
- drug_ids = this.unique(drug_ids)
- project_ids= this.unique(project_ids)
-
- for (let i = 0; i < drug_ids.length; i++) {
- let obj = {}
- let count = 0
- for (let a = 0; a < drug_month_prescriptions.advices.length; a++) {
- if (drug_ids[i].price == drug_month_prescriptions.advices[a].price && drug_ids[i].id == drug_month_prescriptions.advices[a].drug_id) {
- obj['advice_id'] = drug_month_prescriptions.advices[a].id
- obj['name'] = drug_month_prescriptions.advices[a].advice_name
- obj['statistical_classification'] = ''
- obj['type'] = 1
- obj['single_dose'] = drug_month_prescriptions.advices[a].single_dose
- obj['delivery_way'] = drug_month_prescriptions.advices[a].delivery_way
- obj['execution_frequency'] = drug_month_prescriptions.advices[a].execution_frequency
- obj['day'] = drug_month_prescriptions.advices[a].day
- obj['prescribing_number_unit'] = drug_month_prescriptions.advices[a].prescribing_number_unit
- obj['remark'] = drug_month_prescriptions.advices[a].remark
- obj['price'] = parseFloat(drug_month_prescriptions.advices[a].price)
- obj['record_date'] = drug_month_prescriptions.advices[a].advice_date
- obj['spec'] = drug_month_prescriptions.advices[a].drug.dose + drug_month_prescriptions.advices[a].drug.dose_unit +"*" + drug_month_prescriptions.advices[a].drug.min_number + drug_month_prescriptions.advices[a].drug.min_unit + "/" + drug_month_prescriptions.advices[a].drug.max_unit
- obj['is_total'] = 2
- obj['chrgitm_lv'] = drug_month_prescriptions.advices[a].drug.medical_insurance_level
- obj['unit'] = drug_month_prescriptions.advices[a].prescribing_number_unit
- count = count + drug_month_prescriptions.advices[a].prescribing_number
-
- }
- }
- obj['count'] = count
- this.tableList.push(obj)
- }
-
- for (let i = 0; i < project_ids.length; i++) {
- let obj = {}
- let count = 0
- for (let a = 0; a < project_month_prescriptions.project.length; a++) {
- if (project_ids[i].price == project_month_prescriptions.project[a].price &&project_ids[i].id == project_month_prescriptions.project[a].project_id ) {
-
- if(project_month_prescriptions.project[a].type == 2){
- obj['project_id'] = project_month_prescriptions.project[a].id
- obj['name'] = project_month_prescriptions.project[a].project.project_name
- obj['statistical_classification'] = ''
- obj['project_type'] = 2
- obj['spec'] = project_month_prescriptions.project[a].project.project_name
- obj['unit'] = project_month_prescriptions.project[a].unit
- obj['chrgitm_lv'] = project_month_prescriptions.project[a].project.medical_coverage
- }else if (project_month_prescriptions.project[a].type == 3){
- obj['project_id'] = project_month_prescriptions.project[a].id
- obj['name'] = project_month_prescriptions.project[a].good_info.good_name
- obj['statistical_classification'] = ''
- obj['project_type'] = 3
- obj['spec'] = project_month_prescriptions.project[a].good_info.specification_name
- obj['unit'] = project_month_prescriptions.project[a].good_info.packing_unit
- obj['chrgitm_lv'] = project_month_prescriptions.project[a].good_info.medical_insurance_level
- }
- obj['single_dose'] = project_month_prescriptions.project[a].single_dose
- obj['delivery_way'] = project_month_prescriptions.project[a].delivery_way
- obj['execution_frequency'] = project_month_prescriptions.project[a].execution_frequency
- obj['day'] = project_month_prescriptions.project[a].day
- obj['single_dose_unit'] = project_month_prescriptions.project[a].unit
- obj['prescribing_number_unit'] = project_month_prescriptions.project[a].unit
-
- count = count + parseFloat(project_month_prescriptions.project[a].count)
- obj['price'] = parseFloat(project_month_prescriptions.project[a].price)
- obj['remark'] = project_month_prescriptions.project[a].remark
- obj['type'] = 2
- obj['record_date'] = project_month_prescriptions.project[a].record_date
- obj['is_total'] = 2
- }
- }
- obj['count'] = count
- this.tableList.push(obj)
-
- }
- var objOne = {index:"合计",is_total:1,total:0}
- objOne.total = this.getTotalPrice(this.tableList)
- for(let i=0;i<this.tableList.length;i++){
- this.tableList[i].index = i + 1
- }
- this.tableList.push(objOne)
- },
-
- getTotalPrice(val){
- var total_price = 0
- for(let i=0;i<val.length;i++){
- total_price +=val[i].count * val[i].price
- }
- return total_price.toFixed(2)
- },
- getTotalPriceTwo(val){
- var total_price = 0
- for(let i=0;i<val.length;i++){
- if(val[i].is_total!=1){
- total_price +=val[i].count * val[i].price
- }
- }
- return total_price.toFixed(2)
- },
- getAdviceMedChrgintmType(name){
- var med_chrgitm_type = ""
- for(let i=0;i<this.order_info_list.length;i++){
- if(name == this.order_info_list[i].advice.advice_name){
- med_chrgitm_type = this.order_info_list[i].med_chrgitm_type
- }
- }
- return med_chrgitm_type
- },
- getProjectMedChrgintmType(project_id){
- var med_chrgitm_type = ""
- for(let i=0;i<this.order_info_list.length;i++){
- if(project_id == this.order_info_list[i].project_id){
- med_chrgitm_type = this.order_info_list[i].med_chrgitm_type
- }
- }
- return med_chrgitm_type
- },
- getChrgitmLv(value){
- var name = ""
- for(let i=0;i<this.medicalInsuranceLevelList.length;i++){
- if(value == this.medicalInsuranceLevelList[i].value){
- name = this.medicalInsuranceLevelList[i].name
- }
- }
- return name
- },
- getAdviceMedChrgintmLv(advice_id){
- var chrgitm_lv = ""
- for(let i=0;i<this.order_info_list.length;i++){
- if(advice_id == this.order_info_list[i].advice_id){
- chrgitm_lv = this.order_info_list[i].chrgitm_lv
- }
- }
- return chrgitm_lv
- },
- getProjectMedChrgintmLv(advice_id){
- var chrgitm_lv = ""
- for(let i=0;i<this.order_info_list.length;i++){
- if(advice_id == this.order_info_list[i].advice_id){
- chrgitm_lv = this.order_info_list[i].chrgitm_lv
- }
- }
- return chrgitm_lv
- },
- getAdviceMedChrgintmType(name){
- var med_chrgitm_type = ""
- for(let i=0;i<this.order_info_list.length;i++){
- if(name == this.order_info_list[i].advice.advice_name){
- med_chrgitm_type = this.order_info_list[i].med_chrgitm_type
- }
- }
- return med_chrgitm_type
- },
- getProjectMedChrgintmType(project_id){
- var med_chrgitm_type = ""
- for(let i=0;i<this.order_info_list.length;i++){
- if(project_id == this.order_info_list[i].project_id){
- med_chrgitm_type = this.order_info_list[i].med_chrgitm_type
- }
- }
- return med_chrgitm_type
- },
- getChrgitmLv(value){
- var name = ""
- for(let i=0;i<this.medicalInsuranceLevelList.length;i++){
- if(value == this.medicalInsuranceLevelList[i].value){
- name = this.medicalInsuranceLevelList[i].name
- }
- }
- return name
- },
- getAdviceMedChrgintmLv(advice_id){
- var chrgitm_lv = ""
- for(let i=0;i<this.order_info_list.length;i++){
- if(advice_id == this.order_info_list[i].advice_id){
- chrgitm_lv = this.order_info_list[i].chrgitm_lv
- }
- }
- return chrgitm_lv
- },
- getProjectMedChrgintmLv(advice_id){
- var chrgitm_lv = ""
- for(let i=0;i<this.order_info_list.length;i++){
- if(advice_id == this.order_info_list[i].advice_id){
- chrgitm_lv = this.order_info_list[i].chrgitm_lv
- }
- }
- return chrgitm_lv
- },
- getWesternMedicineCostTotal(){
- var total_price = 0
- for(let i=0;i<this.tableList.length;i++){
- if(this.tableList[i].cost_type == "西药"){
- total_price += this.tableList[i].count_number * this.tableList[i].pric
- }
- }
-
- return total_price.toFixed(2)
- },
- getChineseTraditionalMedicineCostTotal(){
- var total_price = 0
- for(let i=0;i<this.tableList.length;i++){
- if(this.tableList[i].cost_type == "中成药"){
- total_price += this.tableList[i].count_number * this.tableList[i].pric
- }
- }
- return total_price.toFixed(2)
- },
- getChineseTotal(){
- var total_price = 0
- for(let i=0;i<this.tableList.length;i++){
- if(this.tableList[i].cost_type == "中草药"){
- total_price += this.tableList[i].count_number * this.tableList[i].pric
- }
- }
- return total_price.toFixed(2)
- },
- getCheckCostTotal(){
- var total_price = 0
- for(let i=0;i<this.tableList.length;i++){
- if(this.tableList[i].cost_type == "检验费"){
- total_price += this.tableList[i].count_number * this.tableList[i].pric
- }
- }
- return total_price.toFixed(2)
- },
- getOxygen(){
- var total_price = 0
- for(let i=0;i<this.tableList.length;i++){
- if(this.tableList[i].cost_type == "输氧费"){
- total_price += this.tableList[i].count_number * this.tableList[i].pric
- }
- }
- return total_price.toFixed(2)
- },
- getOperation(){
- var total_price = 0
- for(let i=0;i<this.tableList.length;i++){
- if(this.tableList[i].cost_type == "手术费"){
- total_price += this.tableList[i].count_number * this.tableList[i].pric
- }
- }
- return total_price.toFixed(2)
- },
- getLaboratoryCostTotal(){
- var total_price = 0
- for(let i=0;i<this.tableList.length;i++){
- if(this.tableList[i].cost_type == "化验费"){
- total_price += this.tableList[i].count_number * this.tableList[i].pric
- }
- }
- return total_price.toFixed(2)
- },
- getBlood(){
- var total_price = 0
- for(let i=0;i<this.tableList.length;i++){
- if(this.tableList[i].cost_type == "输血费"){
- total_price += this.tableList[i].count_number * this.tableList[i].pric
- }
- }
- return total_price.toFixed(2)
- },
- getZhenChaCostTotal(){
- var total_price = 0
- for(let i=0;i<this.tableList.length;i++){
- if(this.tableList[i].cost_type == "诊断费"){
- total_price += this.tableList[i].count_number * this.tableList[i].pric
- }
- }
- return total_price.toFixed(2)
- },
- getTreatement(){
- var total_price = 0
- for(let i=0;i<this.tableList.length;i++){
- if(this.tableList[i].cost_type == "治疗费"){
- total_price += this.tableList[i].count_number * this.tableList[i].pric
- }
- }
- return total_price.toFixed(2)
- },
- getNursing(){
- var total_price = 0
- for(let i=0;i<this.tableList.length;i++){
- if(this.tableList[i].cost_type == "护理费"){
- total_price += this.tableList[i].count_number * this.tableList[i].pric
- }
- }
- return total_price.toFixed(2)
- },
- getBedCostTotal(){
- var total_price = 0
- for(let i=0;i<this.tableList.length;i++){
- if(this.tableList[i].cost_type == "床位费"){
- total_price += this.tableList[i].count_number * this.tableList[i].pric
- }
- }
- return total_price.toFixed(2)
- },
- getAnesthesia(){
- var total_price = 0
- for(let i=0;i<this.tableList.length;i++){
- if(this.tableList[i].cost_type == "麻醉费"){
- total_price += this.tableList[i].count_number * this.tableList[i].pric
- }
- }
- return total_price.toFixed(2)
- },
- getMaterialCostTotal(){
- var total_price = 0
- for(let i=0;i<this.tableList.length;i++){
- if(this.tableList[i].cost_type == "材料费"){
- total_price += this.tableList[i].count_number * this.tableList[i].pric
- }
- }
- return total_price.toFixed(2)
- },
- getOtherCostTotal(){
- var total_price = 0
- for(let i=0;i<this.tableList.length;i++){
- if(this.tableList[i].cost_type == "其他"){
- total_price += this.tableList[i].count_number * this.tableList[i].pric
- }
- }
- return total_price.toFixed(2)
- },
- getDrugType(id){
- console.log("id2332323232233232232323",id)
- var name = ""
- for(let i=0;i<this.drugTypeList.length;i++){
- if(id == this.drugTypeList[i].value){
- name = this.drugTypeList[i].name
- }
- }
- return name
- },
- getCostType(id){
- var name = ""
- for(let i=0;i<this.costClassifyList.length;i++){
- if(id == this.costClassifyList[i].value){
- name = this.costClassifyList[i].name
- }
- }
- return name
- },
- getBedName(id){
- var number = ""
- for(let i=0;i<this.bedNumber.length;i++){
- if(id == this.bedNumber[i].id){
- number = this.bedNumber[i].number
- }
- }
- return number
- }
-
- },
- created(){
- this.getGatherDetailList()
- }
-
- }
-
-
- </script>
-
- <style lang="scss" scoped>
- .list-print{
- -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.06) inset;
- -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
- box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
- margin-bottom: 20px;
- padding:20px 10px;
- }
- .listTitle{
- font-size: 24px;
- text-align: center;
- font-weight: bold;
- margin-bottom: 10px;
- }
- .listInfo{
- display: flex;
- font-size: 16px;
- justify-content: space-between;
- margin: 10px 0;
- div{
- width: 200px;
- }
- }
- .listTable{
- width: 100%;
- text-align: center;
- border-collapse: collapse;
- line-height: 40px;
- font-size: 14px;
- border-color: #000;
- text-align: left;
- }
- .listTable tr td {
- padding: 0 5px;
- }
- .tableBottom{
- font-size: 16px;
- display: flex;
- margin-top: 20px;
- }
- .tableBottomOne{
- margin-right: 40px;
- }
- .print_btn {
- display: flex;
- justify-content: flex-end;
- }
- </style>
|