12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526 |
- <template>
- <div>
- <el-button type="primary" @click="checkData">一键核对</el-button>
- <div id="dialysis-print-box">
- <div class="dialysis-print-order">
- <div class="order-yy-name">{{ orgname }}</div>
- <div class="order-title">血液透析(滤过)记录表单</div>
- <table border="1" class="table-box" style="border-collapse: collapse;text-align: center;width: 99%;">
- <tbody>
- <tr>
- <td width="80" style="line-height:30px;">治疗日期: <span>{{ year }}</span>年<span>{{ months }}</span>月<span>{{ day }}</span>日</td>
- </tr>
- </tbody>
- </table>
- <table border="1" class="table-box" style="border-collapse: collapse;width: 99%;">
- <tbody>
- <tr>
- <td colspan="3">
- <div style="display: flex;line-height:30px;">
- <div style="flex: 1;">
- 姓 名:{{ patientInfo.name ? patientInfo.name : "/" }}
- </div>
- <div style="flex: 1;">
- 性 别:{{ patientInfo.gender ? patientInfo.gender : "/" }}
- </div>
- <div style="flex: 1;">
- 透析机号:
- {{ dialysisOrder && dialysisOrder.DeviceNumber && dialysisOrder.DeviceNumber.number.length > 0 ? dialysisOrder.DeviceNumber.number : patientInfo.DialysisSchedule.device_number.number }}
- </div>
- </div>
- </td>
- </tr>
-
- <tr>
- <td colspan="3">
- <div style="line-height:30px;">
- 上机前病情:
- <!-- <span v-if="predialysis.symptom_before_dialysis_other==''"> -->
- <label-box :isChecked="predialysis.symptom_before_dialysis_other==''?true :false" showValue="无特殊"></label-box>
- <label-box :isChecked="predialysis.symptom_before_dialysis_other!=''?true :false" showValue="出现:"></label-box>
- <!-- </span> -->
-
- <!-- <span>{{predialysis.symptom_before_dialysis}}</span> -->
- <span>{{predialysis.symptom_before_dialysis_other}}</span>
- </div>
- </td>
- </tr>
-
- <tr>
- <td colspan="2">
- <div style="line-height:30px;">
- 治疗方式:
- <label-box :isChecked="prescription.mode=='HD'?true :false" showValue="HD"></label-box>
- <label-box :isChecked="prescription.mode=='HDF'?true :false" showValue="HDF"></label-box>
- (<label-box :isChecked="prescription.mode=='HDF'&& prescription.displace_liqui_part == 1?true :false" showValue="前稀释"></label-box>
- <label-box :isChecked="prescription.mode=='HDF'&& prescription.displace_liqui_part == 2?true :false" showValue="后稀释,"></label-box>
- <span>置换量: {{ prescription.displace_liqui_value ? prescription.displace_liqui_value : "/" }} ml</span>
- )
- <label-box :isChecked="prescription.mode!='HDF' && prescription.mode!='HD' && prescription.mode!=''?true :false" showValue="其他:"></label-box>
- <span v-if="prescription.mode!='HDF' && prescription.mode!='HD'">{{ prescription.mode }}</span>
- </div>
- </td>
- <td style="line-height:30px;">
- 治疗时间:
- {{ afterdialysis.actual_treatment_hour ? afterdialysis.actual_treatment_hour : "0" }}小时
- {{ afterdialysis.actual_treatment_minute ? afterdialysis.actual_treatment_minute : 0 }}分
- </td>
- </tr>
-
- <tr>
- <td colspan="3">
- <div style="display: flex;line-height:30px;">
- <span>治疗抗凝:</span>
- <span v-if="prescription.anticoagulant !='普通肝素' && prescription.anticoagulant!='无肝素' && prescription.anticoagulant!='枸橼酸'">
- {{ prescription.anticoagulant }}
- {{prescription.anticoagulant_zongliang ? prescription.anticoagulant_zongliang : "0"}}
- </span>U
- <!-- <span v-if="prescription.anticoagulant !='普通肝素' && prescription.anticoagulant!='无肝素' && prescription.anticoagulant!='枸橼酸'">
-
- </span>U -->
- <label-box :isChecked="prescription.anticoagulant=='普通肝素'?true :false" showValue="普通肝素:"></label-box>
- <div style="display: inline-block;">
- 首剂:
- <span v-if="prescription.anticoagulant=='普通肝素'">
- {{ prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "0" }}
- </span>mg
- 追加:
- <span v-if="prescription.anticoagulant=='普通肝素'">
- {{prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "0"}}
- </span>mg/h
- 总量:
- <span v-if="prescription.anticoagulant=='普通肝素'">
- {{ prescription.anticoagulant_zongliang ? prescription.anticoagulant_zongliang : "0"}}
- </span>mg
- </div>
-
- <label-box :isChecked="prescription.anticoagulant=='无肝素'?true :false" showValue="无肝素"></label-box>
- <label-box :isChecked="prescription.anticoagulant=='枸橼酸'?true :false" showValue="枸橼酸"></label-box>
- </div>
- </td>
- </tr>
-
- <tr>
- <td colspan="2">
- <div style="line-height:30px;">
- <span>处方脱水量: {{ prescription.prescription_water ? prescription.prescription_water : "" }} </span>ml
- <span>透析液流量: {{ prescription.dialysate_flow ? prescription.dialysate_flow : "" }} </span>ml/h
- </div>
- </td>
- <td >
- 医师签名:
- <span class="under-line" style="display: inline-block;width: 50%;" v-if="setAdminUserES(prescription.creater) == ''">
- {{ getAdminUser(prescription.creater)}}
- </span>
- <span class="under-line" style="display: inline-block;width: 50%;" v-else>
- <img style="height:30px;" :src="setAdminUserES(prescription.creater)" alt srcset />
- </span>
- </td>
- </tr>
-
- </tbody>
- </table>
- <table border="1" class="table-box" style="border-collapse: collapse;width: 99%;">
- <tr>
- <td style="width: 20%; line-height: 30px;">透析机:
- {{predialysis.machine_type ? predialysis.machine_type : " "}}
- </td>
- <td style="width: 30%;line-height: 30px;">
- 透析(滤)器:
- {{ prescription.dialysis_dialyszers ? prescription.dialysis_dialyszers : "" }}
-
- {{ prescription.dialysis_strainer ? prescription.dialysis_strainer : "" }}
- <!-- {{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus : ""}}
- {{ prescription.dialysis_dialyszers ? prescription.dialysis_dialyszers : " "}} -->
- </td>
- <td style="">
- 透析液:钾:
- <span style="">
- {{ prescription.kalium ? prescription.kalium : "" }} </span
- >mmol/L 钙:
- <span style="">
- {{
- prescription.calcium ? prescription.calcium : ""
- }} </span
- >mmol/L 碳酸氢盐:
- <span >
- {{
- prescription.bicarbonate ? prescription.bicarbonate : ""
- }} </span
- >mmol/L 钠:<span>
- {{ prescription.sodium ? prescription.sodium : "" }} </span
- >mmol/L
- <!-- style="width: 20px; display: inline-block" -->
- </td>
- </tr>
-
- <tr>
- <td colspan="3">
- <div style="display: inline-block;line-height: 30px;">
- 血管通路:
- <label-box :isChecked="predialysis.blood_access_part_opera_name=='内瘘'?true :false" showValue="内瘘"></label-box>
- <label-box :isChecked="predialysis.blood_access_part_opera_name=='长期静脉导管'?true :false" showValue="长期静脉导管"></label-box>
- <label-box :isChecked="predialysis.blood_access_part_opera_name=='临时静脉导管'?true :false" showValue="临时(颈、股)静脉导管"></label-box>
- <label-box :isChecked="predialysis.blood_access_part_opera_name!='内瘘' &&
- predialysis.blood_access_part_opera_name!='长期静脉导管' &&
- predialysis.blood_access_part_opera_name!='临时静脉导管' &&
- predialysis.blood_access_part_opera_name!=''?true :false" showValue="其它">
- </label-box>
-
- </div>
- <div style="display: inline-block;line-height: 30px;">
- 穿刺者:
- <span v-if="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse) == ''">
- {{ getAdminUser(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse) }}
- </span>
- <img class="es-img" style="height:30px;" :src="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse)" alt="" srcset="" v-else />
- </div>
- </td>
-
- </tr>
- </table>
-
- <table border="1" class="table-box" style="border-collapse: collapse;text-align: center;width: 99%;">
- <tbody>
- <tr>
- <td colspan="12" style="padding: 5px;">治疗过程记录</td>
- </tr>
- <tr>
- <td rowspan="2">时间</td>
- <td colspan="4">透析参数</td>
- <td colspan="5">生命体征</td>
- <td colspan="2">治疗中病情变化</td>
- </tr>
- <tr>
- <td>TMP<br/>mmHg</td>
- <td>静脉压<br/>mmHg</td>
- <td>血流量<br/>ml/min</td>
- <td>脱水量<br/>ml</td>
- <td>超滤率<br/>ml/h</td>
- <td>HR<br/>bpm</td>
- <td>R<br/>bpm</td>
- <td>BP<br/>mmHg</td>
- <td>SpO₂<br/>%</td>
- <!-- <td>时间</td> -->
- <td>记录</td>
- </tr>
- <tr v-for="(monitor, monindex) in monitors" :key="monindex">
- <td style="height: 30px;">{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
- <td>{{
- monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "/"
- }}
- </td>
- <td>{{ monitor.venous_pressure ? monitor.venous_pressure : "/" }}</td>
- <td>{{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "/" }}</td>
- <td>{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "/"}}</td>
- <td>{{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : "/" }}</td>
- <td>{{ monitor.pulse_frequency ? monitor.pulse_frequency : "/" }}</td>
- <td>{{ monitor.breathing_rate ? monitor.breathing_rate : "/" }}</td>
- <td>{{
- monitor.systolic_blood_pressure
- ? monitor.systolic_blood_pressure
- : "/"
- }}/{{
- monitor.diastolic_blood_pressure
- ? monitor.diastolic_blood_pressure
- : "/"
- }}
- </td>
- <td>{{monitor.blood_oxygen_saturation ? monitor.blood_oxygen_saturation : "/"}}</td>
- <!-- <td></td> -->
- <td>
- {{ monitor.end }} {{ monitor.symptom }}
- {{monitor.dispose}} {{ monitor.result }}
- </td>
- </tr>
- </tbody>
- </table>
- <div>
- <table border="1" class="table-box" style="border-collapse: collapse;text-align: center;width: 99%;">
- <tbody>
- <tr>
- <td style="width:12%;height:25px;">
- <p style="height:30px;line-height:30px">时间</p>
- </td>
- <td style="width:120px;height:25px">
- <p style="height:30px;line-height:30px">医嘱执行记录</p>
- </td>
- <td style="width:10%;height:25px">
- <p style="height:30px;line-height:30px">执行</p>
- </td>
- <td style="width:10%;height:25px">
- <p style="height:30px;line-height:30px">核对</p>
- </td>
- <td style="width:15%;height:27px">
- <p style="height:30px;line-height:30px">上次透后体重</p>
- </td>
- <td style="width:10%;line-height:30px">
- {{ assessmentafter.weight_after ? assessmentafter.weight_after : "0" }}kg
- </td>
- </tr>
-
- <tr v-for="(advice, advice_index) in tableAdvice" :key="advice_index">
- <td style="height:30px;line-height:30px">{{ getTime(advice.start_time, "{y}-{m}-{d} {h}:{i}") }}</td>
- <td style="height:30px;line-height:30px">
- <span v-if="advice.parent_id > 0">---></span>
- <span>{{ advice.advice_name }}</span>
- <span v-if="advice && advice.advice_desc">({{ advice.advice_desc }}{{ advice.drug_spec_unit }})</span>
- <span v-if="advice.prescribing_number"> {{ advice.prescribing_number }}{{ advice.prescribing_number_unit }}</span>
- <span v-if="advice.single_dose != 0">{{ advice.single_dose }}{{ advice.single_dose_unit }}</span>
- <span v-if="advice.parent_id == 0">{{ advice.delivery_way }}</span>
- <span v-if="advice.parent_id == 0">{{ advice.execution_frequency }}</span>
- </td>
- <td style="height:30px;line-height:30px">
- <span v-if="setAdminUserES(advice.execution_staff) == ''">{{ getAdminUser(advice.execution_staff) }}</span>
- <img style="height:40px;" :src="setAdminUserES(advice.execution_staff)" alt="" srcset="" v-else />
- </td>
- <td style="height:30px;line-height:30px">
- <span v-if="setAdminUserES(advice.checker) == ''">{{ getAdminUser(advice.checker) }}</span>
- <img style="height:40px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else />
- </td>
- <td v-if="advice_index === 0">透前体重:</td>
- <td v-if="advice_index === 0">{{ predialysis.weight_before }}kg</td>
- <td v-if="advice_index === 1">体重增加量:</td>
- <td v-if="advice_index === 1">{{ (predialysis.weight_before - assessmentafter.weight_after).toFixed(1) }}kg</td>
- <td v-if="advice_index === 2">干体重(DW):</td>
- <td v-if="advice_index === 2">{{ predialysis.dry_weight }}kg</td>
- <td v-if="advice_index === 3">较干体重增加量:</td>
- <td v-if="advice_index === 3">
- {{ patientInfo.total_dialysis +patientInfo.user_sys_before_count >0 && afterdialysis.weight_after != 0
- ? (afterdialysis.weight_after - predialysis.dry_weight).toFixed(2): 0 }}kg
- </td>
- <td v-if="advice_index === 4">净脱水量:</td>
- <td v-if="advice_index === 4">{{ afterdialysis.actual_ultrafiltration }}ml</td>
- <td v-if="advice_index === 5">透后体重:</td>
- <td v-if="advice_index === 5">{{ afterdialysis.weight_after }}kg</td>
- <td v-if="advice_index === 6">本次透析体重下降量:</td>
- <td v-if="advice_index === 6">
- {{ afterdialysis.weight_after == 0 || predialysis.weight_before == 0? '0.00'
- : (predialysis.weight_before - afterdialysis.weight_after).toFixed(2) }}kg</td>
- </tr>
- </tbody>
- </table>
- </div>
- <div style="border: 1px solid black;width: 99%;">
- <div>
- 治疗小结
- <span class="under-line"> {{ summary.dialysis_summary }}</span>
- </div>
- <div style="display: flex;">
- <div style="flex: 1;"></div>
- <div style="flex: 1;margin-top: 20px;">
- <div style="display: inline-block;margin-right: 20px;">
- <span style="display: inline-block;">医生签名:</span>
- <span style="display: inline-block;" v-if="setAdminUserES(prescription.creater) == ''">
- {{ getAdminUser(prescription.creater)}}
- </span>
- <span style="display: inline-block;" v-else>
- <img style="height:30px;" :src="setAdminUserES(prescription.creater)" alt srcset />
- </span>
- </div>
- <div style="display: inline-block;">
- <span>护士签名:</span>
- <!-- <div class="under-line" style="width: 50%;display: inline-block;"> -->
- <span v-if="setAdminUserES( dialysisOrder == null ? 0 : dialysisOrder.start_nurse) == '' ">
- {{getAdminUser(dialysisOrder == null ? 0 : dialysisOrder.start_nurse)}}
- </span>
- <img class="es-img" style="height: 30px"
- :src=" setAdminUserES( dialysisOrder == null ? 0 : dialysisOrder.start_nurse) "
- alt=""
- srcset=""
- v-else
- />
- <!-- </div> -->
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </template>
-
- <script>
- import { getDialysisRecord } from "@/api/dialysis";
- import { getDataConfig } from "@/utils/data";
- import { jsGetAge, uParseTime } from "@/utils/tools";
- import LabelBox from "../printItem/LabelBox";
- import BreadCrumb from "@/xt_pages/components/bread-crumb";
- // import DialysisPrintOrderOne from './template/dialysisPrintOrderOne'
- // import DialysisPrintOrderTwo from './template/dialysisPrintOrderTwo'
- import print from "print-js";
-
- export default {
- name: "dialysisPrintOrderOne",
- components: {
- // DialysisPrintOrderOne,
- // DialysisPrintOrderTwo,
- LabelBox,
- BreadCrumb
- },
- data() {
- return {
- way_arr: [],
- consciousness_arr: [],
- appetite_arr: [],
- posture_arr: [],
- sick_condition_arr: [],
- precaution_arr: [],
- intake_arr: [],
- nutrition_arr: [],
-
- crumbs: [
- { path: false, name: "透析管理" },
- { path: false, name: "打印单" }
- ],
- operators: [],
- adminUser: [],
- check: {},
- dialysisOrder: {
- DeviceNumber: []
- },
- Order: {},
- operatorMaps: {},
- complications: [
- "低血压",
- "高血压",
- "心律失常",
- "头晕",
- "头痛",
- "呕吐",
- "抽搐",
- "出血",
- "心衰",
- "腹痛",
- "无"
- ],
- jilurow: 0,
- advice_jilurow: 0,
- loading: false,
- orgname: "",
- patientInfo_gender_1: false,
- patientInfo_gender_2: false,
- patientInfo_source_2: false,
- patientInfo_source_1: false,
- modeOptions: {},
- replacementWays: [],
- perfusionApparatus: [],
- anticoagulantsConfit: {},
- bloodAccessParOpera: {},
- dialysateFormulationOptions: {},
-
- queryParams: {
- xtdate: "",
- xtno: "",
- patient_id:0,
- },
- patientInfo: {
- birth: "",
- age: "",
- DialysisSchedule: {
- device_number: { number: "" },
- device_zone: { name: "" }
- },
- gender: 0
- },
- predialysis: {
- score: "",
- internal_fistula: "",
- internal_fistula_skin: "",
- catheter: "",
- blood_access_part_opera_name: ""
- },
- afterdialysis: {
- complications_index: ""
- },
- prescription: {
- dialysate_formulation_name: "",
- device: {}
- },
- advices: [],
- users: [],
- monitors: [],
- summary: {},
- receiverTreatmentAccess: {},
- org_template_info: {},
- isShowZero: false,
-
- doctor_advices: [],
- advice_groups: [],
-
- AlPanel: {
- id: 0,
- name: "",
- type: 1,
- shouji: 2,
- weichi: 2,
- zongliang: 2,
- gaimingcheng: -1,
- gaijiliang: -1,
- shouji_unit: "mg",
- weichi_unit: "mg/h",
- zongliang_unit: "mg",
- gaimingcheng_unit: "",
- gaijiliang_unit: ""
- },
- total: "",
- doctorForm: {
- doctor: "",
- url: ""
- },
- dialysisDoctor: {
- doctor: "",
- url: ""
- },
- tableAdvice: [],
- assessmentafter: {},
- orderForm: {
- start_nurse: "",
- url: ""
- },
- finshForm: {
- finish_nurse: "",
- url: ""
- },
- displaceLiquiPartOptions: [],
- org_id: 0,
- year:'',
- months:'',
- day:'',
- };
- },
- methods: {
- checkData(){
- var checkDate =[]
- if(this.predialysis.symptom_before_dialysis_other == '' &&
- this.predialysis.symptom_before_dialysis == ''
- ){
- const obj = "上机前病情"
- checkDate.push(obj)
- } if(this.prescription.mode == ""){
- const obj2 = "治疗方式"
- checkDate.push(obj2)
- } if(this.prescription.displace_liqui_value == "" &&
- (this.prescription.mode_id == 2 || this.prescription.mode_id == 5 || this.prescription.mode_id == 12)){
- const obj3 = "置换量"
- checkDate.push(obj3)
- } if(this.afterdialysis.actual_treatment_hour == '' &&
- this.afterdialysis.actual_treatment_minute == ''
- ){
- const obj4 = "治疗时间"
- checkDate.push(obj4)
- } if(this.prescription.anticoagulant == ''){
- const obj5 = "抗凝剂未填"
- checkDate.push(obj5)
- } if(this.prescription.anticoagulant_shouji == 0 && this.prescription.anticoagulant=='普通肝素'){
- const obj6 = "首剂"
- checkDate.push(obj6)
- } if(this.prescription.anticoagulant_weichi == 0 && this.prescription.anticoagulant=='普通肝素'){
- const obj7 = "维持"
- checkDate.push(obj7)
- } if(this.prescription.anticoagulant_zongliang == 0 && this.prescription.anticoagulant=='普通肝素'){
- const obj8 = "总量"
- checkDate.push(obj8)
- } if(this.prescription.prescription_water == 0){
- const obj14 = "处方脱水量"
- checkDate.push(obj14)
- } if(this.prescription.dialysate_flow == ''){
- const obj16 = "透析液流量"
- checkDate.push(obj16)
- } if(this.prescription.creater == ""){
- const obj15 = "医生签名"
- checkDate.push(obj15)
- } if (this.predialysis.machine_type == '') {
- const obj19 = "透析机"
- checkDate.push(obj19)
- } if (
- this.prescription.dialysis_irrigation == '' &&
- this.prescription.dialysis_dialyszers == '' &&
- this.prescription.dialysis_strainer == ''
- ){
- const obj18 = "透析(滤)器"
- checkDate.push(obj18)
- } if (this.prescription.calcium == 0) {
- const obj37 = "钙"
- checkDate.push(obj37)
- } if (this.prescription.sodium == 0) {
- const obj38 = "钠"
- checkDate.push(obj38)
- } if (this.prescription.kalium == 0) {
- const obj39 = "钾"
- checkDate.push(obj39)
- } if (this.prescription.bicarbonate == 0) {
- const obj40 = "碳酸氢根"
- checkDate.push(obj40)
- } if (this.predialysis.blood_access_part_opera_name == ''){
- const obj20 = "血管通路"
- checkDate.push(obj20)
- } if (this.dialysisOrder == null ||
- this.dialysisOrder.puncture_nurse == 0
- ) {
- const obj21 = "穿刺者"
- checkDate.push(obj21)
- } if(this.summary.dialysis_summary == ""){
- const obj22 = "透析小结"
- checkDate.push(obj22)
- } if(this.assessmentafter.weight_after == 0){
- const obj9 = "上次透后体重"
- checkDate.push(obj9)
- } if(this.predialysis.weight_before == 0){
- const obj10 = "透前体重"
- checkDate.push(obj10)
- } if(this.predialysis.dry_weight == 0){
- const obj11 = "干体重"
- checkDate.push(obj11)
- } if(this.afterdialysis.weight_after == 0){
- const obj12 = "透后体重"
- checkDate.push(obj12)
- } if(this.afterdialysis.actual_ultrafiltration == 0){
- const obj33 = "净脱水量"
- checkDate.push(obj33)
- } if (
- this.dialysisOrder == null ||
- this.dialysisOrder.start_nurse == 0
- ) {
- const obj23 = "护士签名"
- checkDate.push(obj23)
- } if(this.tableAdvice.length > 0){
- this.tableAdvice.map(item => {
- if(item.id > 0 && (item.created_time || item.start_time)){
- if(item.execution_staff ==0 || item.checker ==0){
- const obj24 = '执行,核对'
- checkDate.push(obj24)
- }
- }
- })
- }
- this.getcheckData(checkDate)
- },
- getDisplaceLiquiPart: function(val) {
- let displace_liqui_part_name = "/";
- const displace_liqui_part = this.displaceLiquiPartOptions;
- for (let i = 0; i < displace_liqui_part.length; i++) {
- if (displace_liqui_part[i].id == val) {
- displace_liqui_part_name = displace_liqui_part[i].name;
- }
- }
- return displace_liqui_part_name;
- },
- getAdminUser(id) {
- if (id == 0) {
- return "";
- }
- if (id == undefined) {
- return "";
- }
- for (let i = 0; i < this.adminUser.length; i++) {
- if (this.adminUser[i].id == id) {
- return this.adminUser[i].name;
- }
- }
- },
- getTime(value, temp) {
- if (value == 0) {
- return "";
- }
- if (value != undefined) {
- return uParseTime(value, temp);
- }
- return "";
- },
- printThisPage() {
- var ptime = Math.round(new Date().getTime() / 1000);
- this.print_time = uParseTime(ptime, "{y}-{m}-{d} {h}:{i}");
-
- const style =
- '@media print {.dialysis-print-order{width:960px;margin:0 auto}.dialysis-print-order .order-yy-name{margin:auto;text-align:center;font-size:20px;letter-spacing:5px}.dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px 20px 20px 20px}.dialysis-print-order .table-box{width:100%;line-height:23px;font-size:14px}.dialysis-print-order .print-table{width:100%;text-align:center;border-collapse:collapse;line-height:25px;font-size:14px}.dialysis-print-order .print-table-no{width:100%;text-align:center;border-collapse:collapse;font-size:14px}.dialysis-print-order .under-line{border-bottom:1px solid #999;width:95%;text-align:center;margin-left:2px}.dialysis-print-order .title-box{text-align:center;font-size:16px;border:1px solid #666}.dialysis-print-order .radio-lebel-box{font-weight:400;cursor:pointer}.dialysis-print-order .radio-no{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.dialysis-print-order .radio-inner{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.dialysis-print-order .radio-fang{display:inline-block;position:relative;border:1px solid #000;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.dialysis-print-order .is-checked-radio::after{content:"√";font-size:15px}}.dialysis-print-order .print-table-no tr td { padding: 8px 5px; line-height: 25px; }.es-img{height: 20px; }.advice-name{text-align: left;}.advice-children{display:flex;} .dialysis-print-order .print-table tr td{padding: 0px 0px;} .print-template-two tr {line-height: 30px;} .title-box-pro{border: 0 #fff;line-height: 40px;height: 40px;text-align: left;padding-left: 10px !important;} .text-align-left{text-align: left !important;padding-left:10px !important;font-size: 14px !important;line-height: 25px;}';
-
- if (this.org_template_info.template_id == 1) {
- printJS({
- printable: "dialysis-print-box",
- type: "html",
- style: style,
- scanStyles: false
- });
- } else if (
- this.org_template_info.template_id == 2 ||
- this.org_template_info.template_id == 0
- ) {
- printJS({
- printable: "dialysis-print-box-1",
- type: "html",
- style: style,
- scanStyles: false
- });
- }
- },
- getNumber() {
- if (this.dialysisOrder != null) {
- return (
- this.patientInfo.DialysisSchedule.device_zone.name +
- this.dialysisOrder.DeviceNumber.number
- );
- } else {
- return (
- this.patientInfo.DialysisSchedule.device_zone.name +
- this.patientInfo.DialysisSchedule.device_number.number
- );
- }
- },
-
- getXuserName(id) {
- if (id <= 0) {
- return "";
- }
- var name = "";
- if (this.users == null || typeof this.users.length === "undefined") {
- return name;
- }
- var leng = this.users.length;
- if (leng == 0) {
- return name;
- }
- for (let index = 0; index < leng; index++) {
- if (this.users[index].id == id) {
- name = this.users[index].name;
- break;
- }
- }
- return name;
- },
- setAdminUserES(id) {
- if (id == 0) {
- return "";
- }
- if (id in this.operatorMaps) {
- return this.operatorMaps[id].url;
- } else {
- return "";
- }
- },
- modeName(mode_id) {
- return typeof this.modeOptions[mode_id] !== "undefined" &&
- typeof this.modeOptions[mode_id].name !== "undefined"
- ? this.modeOptions[mode_id].name
- : "";
- },
- // 数据源
- getDialysisRecord() {
- this.loading = true;
- this.queryParams.patient_id = parseInt(this.$route.query.patient_id)
- getDialysisRecord(this.queryParams).then(response => {
- if (response.data.state === 1) {
- this.total = response.data.data.total;
-
- this.adminUser = response.data.data.users;
- this.users = response.data.data.users;
- var patientInfo = response.data.data.patientInfo;
- if (patientInfo.gender === 1) {
- patientInfo.gender = "男";
- }
- if (patientInfo.gender === 2) {
- patientInfo.gender = "女";
- }
- console.log("patientInfo", patientInfo);
- this.patientInfo = patientInfo;
- this.patientInfo.birth = uParseTime(
- this.patientInfo.birthday,
- "{y}-{m}-{d}"
- );
- // this.patientInfo.age = jsGetAge(this.patientInfo.birth, '-')
- if (response.data.data.patientInfo.first_dialysis_date != 0) {
- this.patientInfo.first_dialysis_date = uParseTime(
- response.data.data.patientInfo.first_dialysis_date,
- "{y}-{m}-{d}"
- );
- } else {
- this.patientInfo.first_dialysis_date = "";
- }
- this.check = response.data.data.check;
- console.log("核对信息", this.check);
- this.predialysis = response.data.data.PredialysisEvaluation;
- console.log("透前评估", this.predialysis);
- this.predialysis.blood_access_part_opera_name = this.bloodAccessParOperaName(
- this.predialysis.blood_access_part_opera_id
- );
- this.assessmentafter = response.data.data.assessmentAfterDislysis;
- console.log("上次透后体重", this.assessmentafter);
- var doctorAdevieInfo = response.data.data.doctorAdevieInfo;
- var tableAdvice = doctorAdevieInfo;
- // console.log('医生', tableAdvice.length)
- if (tableAdvice.length === 0) {
- var obj = { advice_name: "", start_time: "" };
- var obj1 = { advice_name: "", start_time: "" };
- var obj2 = { advice_name: "", start_time: "" };
- var obj3 = { advice_name: "", start_time: "" };
- var obj4 = { advice_name: "", start_time: "" };
- var obj5 = { advice_name: "", start_time: "" };
- var obj6 = { advice_name: "", start_time: "" };
- tableAdvice.push(obj);
- tableAdvice.push(obj1);
- tableAdvice.push(obj2);
- tableAdvice.push(obj3);
- tableAdvice.push(obj4);
- tableAdvice.push(obj5);
- tableAdvice.push(obj6);
- this.tableAdvice = tableAdvice;
- }
- if (tableAdvice.length === 1) {
- var obj = { advice_name: "", start_time: "" };
- var obj1 = { advice_name: "", start_time: "" };
- var obj2 = { advice_name: "", start_time: "" };
- var obj3 = { advice_name: "", start_time: "" };
- var obj4 = { advice_name: "", start_time: "" };
- var obj5 = { advice_name: "", start_time: "" };
- tableAdvice.push(obj);
- tableAdvice.push(obj1);
- tableAdvice.push(obj2);
- tableAdvice.push(obj3);
- tableAdvice.push(obj4);
- tableAdvice.push(obj5);
- this.tableAdvice = tableAdvice;
- }
- if (tableAdvice.length === 2) {
- var obj = { advice_name: "", start_time: "" };
- var obj1 = { advice_name: "", start_time: "" };
- var obj2 = { advice_name: "", start_time: "" };
- var obj3 = { advice_name: "", start_time: "" };
- var obj4 = { advice_name: "", start_time: "" };
- tableAdvice.push(obj);
- tableAdvice.push(obj1);
- tableAdvice.push(obj2);
- tableAdvice.push(obj3);
- tableAdvice.push(obj4);
- this.tableAdvice = tableAdvice;
- }
- if (tableAdvice.length === 3) {
- // eslint-disable-next-line no-redeclare
- var obj = { advice_name: "", start_time: "" };
- // eslint-disable-next-line no-redeclare
- var obj1 = { advice_name: "", start_time: "" };
- // eslint-disable-next-line no-redeclare
- var obj2 = { advice_name: "", start_time: "" };
- var obj3 = { advice_name: "", start_time: "" };
- // eslint-disable-next-line no-redeclare
- tableAdvice.push(obj);
- tableAdvice.push(obj1);
- tableAdvice.push(obj2);
- tableAdvice.push(obj3);
- this.tableAdvice = tableAdvice;
- }
- if (tableAdvice.length === 4) {
- // eslint-disable-next-line no-redeclare
- var obj = { advice_name: "", start_time: "" };
- // eslint-disable-next-line no-redeclare
- var obj1 = { advice_name: "", start_time: "" };
- // eslint-disable-next-line no-redeclare
- var obj2 = { advice_name: "", start_time: "" };
- tableAdvice.push(obj);
- tableAdvice.push(obj1);
- tableAdvice.push(obj2);
- this.tableAdvice = tableAdvice;
- }
- if (tableAdvice.length === 5) {
- // eslint-disable-next-line no-redeclare
- var obj = { advice_name: "", start_time: "" };
- // eslint-disable-next-line no-redeclare
- var obj1 = { advice_name: "", start_time: "" };
- var obj2 = { advice_name: "", start_time: "" };
- tableAdvice.push(obj);
- tableAdvice.push(obj1);
- tableAdvice.push(obj2);
- this.tableAdvice = tableAdvice;
- }
-
- if (tableAdvice.length >= 6) {
- var obj = { advice_name: "", start_time: "" };
- tableAdvice.push(obj);
- this.tableAdvice = tableAdvice;
- }
- this.afterdialysis = response.data.data.AssessmentAfterDislysis;
- console.log("透后评估", this.afterdialysis);
- this.operators = response.data.data.operators;
- this.dialysisOrder =
- response.data.data.dialysisOrder === null
- ? null
- : response.data.data.dialysisOrder;
-
- if (this.operators.length > 0) {
- var operatorsLen = this.operators.length;
- for (var index = 0; index < operatorsLen; index++) {
- this.$set(
- this.operatorMaps,
- this.operators[index].creator,
- this.operators[index]
- );
- }
- }
-
- this.afterdialysis.txqnx = -1;
- if (this.afterdialysis.cruor.indexOf("0度") > -1) {
- this.afterdialysis.txqnx = 0;
- }
- if (this.afterdialysis.cruor.indexOf("Ⅰ度") > -1) {
- this.afterdialysis.txqnx = 1;
- }
- if (this.afterdialysis.cruor.indexOf("Ⅱ度") > -1) {
- this.afterdialysis.txqnx = 2;
- }
- if (this.afterdialysis.cruor.indexOf("Ⅲ度") > -1) {
- this.afterdialysis.txqnx = 3;
- }
-
- this.afterdialysis.complications = this.afterdialysis.complication.split(
- ","
- );
- this.afterdialysis.complications_other = [];
- this.afterdialysis.complications_index = [];
- var acllen = this.afterdialysis.complications.length;
- for (let index = 0; index < acllen; index++) {
- if (
- this.complications.indexOf(
- this.afterdialysis.complications[index]
- ) >= 0
- ) {
- this.afterdialysis.complications_index.push(
- this.afterdialysis.complications[index]
- );
- } else if (
- this.complications.indexOf(
- this.afterdialysis.complications[index]
- ) < 0 &&
- this.afterdialysis.complications_other.indexOf(
- this.afterdialysis.complications[index]
- ) < 0
- ) {
- this.afterdialysis.complications_other.push(
- this.afterdialysis.complications[index]
- );
- }
- }
- this.afterdialysis.complications_other = this.afterdialysis.complications_other.join(
- ","
- );
- var doctorname = response.data.data.DoctorName;
- //console.log("医师签名", doctorname);
- this.doctorForm.doctor = doctorname.user_name;
- this.doctorForm.url = doctorname.url;
- var prescription = response.data.data.dialysisPrescription;
- console.log("透析处方", prescription);
- if (prescription.anticoagulant == 6) {
- prescription.anticoagulant = "低分子肝素钙";
- }
- if (prescription.anticoagulant == 7) {
- prescription.anticoagulant = "低分子肝素钠";
- }
- if (prescription.blood_access === 1) {
- prescription.blood_access = "正常";
- }
- if (prescription.blood_access === 2) {
- prescription.blood_access = "震颤";
- }
- if (prescription.blood_access === 3) {
- prescription.blood_access = "堵塞";
- }
- if (prescription.blood_access === 4) {
- prescription.blood_access = "血肿";
- }
- if (prescription.blood_access === 5) {
- prescription.blood_access = "淤血";
- }
- if (prescription.blood_access === 6) {
- prescription.blood_access = "感染";
- }
- if (prescription.blood_access === 7) {
- prescription.blood_access = "自体内瘘";
- }
- if (prescription.blood_access === 8) {
- prescription.blood_access = "人工血管内瘘";
- }
- if (prescription.replacement_way === 1) {
- prescription.replacement_way = "前置换";
- }
- if (prescription.replacement_way === 2) {
- prescription.replacement_way = "后置换";
- }
- if (prescription.replacement_way === 3) {
- prescription.replacement_way = "中置换";
- }
- if (prescription.replacement_way === 4) {
- prescription.replacement_way = "混合置换";
- }
- if (prescription.anticoagulant === 1) {
- prescription.anticoagulant = "无肝素";
- }
- if (prescription.anticoagulant === 2) {
- prescription.anticoagulant = "普通肝素";
- }
- if (prescription.anticoagulant === 3) {
- prescription.anticoagulant = "低分子肝素";
- }
- if (prescription.anticoagulant === 4) {
- prescription.anticoagulant = "阿加曲班";
- }
- if (prescription.anticoagulant === 5) {
- prescription.anticoagulant = "枸橼酸钠";
- }
- this.prescription = prescription;
- var receiverTreatmentAccess =
- response.data.data.receiverTreatmentAccess;
- if (receiverTreatmentAccess.sick_condition === 1) {
- receiverTreatmentAccess.sick_condition = "一般";
- }
- if (receiverTreatmentAccess.sick_condition === 2) {
- receiverTreatmentAccess.sick_condition = "严重";
- }
- if (receiverTreatmentAccess.sick_condition === 3) {
- receiverTreatmentAccess.sick_condition = "危";
- }
- if (receiverTreatmentAccess.way === 1) {
- receiverTreatmentAccess.way = "步行";
- }
- if (receiverTreatmentAccess.way === 2) {
- receiverTreatmentAccess.way = "扶行";
- }
- if (receiverTreatmentAccess.way === 3) {
- receiverTreatmentAccess.way = "轮椅";
- }
- if (receiverTreatmentAccess.way === 4) {
- receiverTreatmentAccess.way = "平车";
- }
- console.log("接诊评估:", receiverTreatmentAccess);
- this.receiverTreatmentAccess = receiverTreatmentAccess;
- this.prescription.mode = this.modeName(this.prescription.mode_id);
- var rwLen = this.replacementWays.length;
- this.prescription.replacement = "";
- for (let index = 0; index < rwLen; index++) {
- if (
- this.replacementWays[index].id ==
- this.prescription.replacement_way
- ) {
- this.prescription.replacement = this.replacementWays[index].name;
- break;
- }
- }
-
- this.prescription.dialysate_formulation_name = this.dialysateFormulationName(
- this.prescription.dialysate_formulation
- );
-
- var paLen = this.perfusionApparatus.length;
- this.prescription.perfusion_apparatus_name = "";
- for (let index = 0; index < paLen; index++) {
- if (
- this.perfusionApparatus[index].id ==
- this.prescription.perfusion_apparatus
- ) {
- this.prescription.perfusion_apparatus_name = this.perfusionApparatus[
- index
- ].name;
- break;
- }
- }
-
- var acLen = this.anticoagulantsConfit.length;
- var thisALID = this.prescription.anticoagulant;
- this.prescription.anticoagulant_name = "";
-
- if (
- typeof this.anticoagulantsConfit[thisALID] !== "undefined" &&
- this.anticoagulantsConfit[thisALID] != null
- ) {
- this.prescription.anticoagulant_name = this.anticoagulantsConfit[
- thisALID
- ].name;
- this.AlPanel = this.anticoagulantsConfit[thisALID];
- }
-
- this.advices = response.data.data.advices;
- this.monitors = response.data.data.monitors;
- console.log("透析监测", this.monitors);
- this.summary = response.data.data.summary;
- this.Order = response.data.data.order;
-
- var start_nurse = response.data.data.startNuse;
- // console.log('上机护士', start_nurse)
- this.orderForm.start_nurse = start_nurse.user_name;
- this.orderForm.url = start_nurse.url;
- var finish_nurse = response.data.data.FinishNuse;
- // console.log('下机护士', finish_nurse)
- this.finshForm.url = finish_nurse.url;
- this.finshForm.finish_nurse = finish_nurse.user_name;
- var dialysisdoctor = response.data.data.dialysisdocotr;
- //this.dialysisDoctor.doctor = dialysisdoctor.user_name;
- // this.dialysisDoctor.url = dialysisdoctor.url;
- this.org_template_info = response.data.data.org_template_info;
- // 配置超滤量和置换量是否要显示0还是空
- if (this.org_template_info.org_id == 9535) {
- this.isShowZero = true;
- }
- if (this.monitors.length < 7) {
- var nl = 8 - this.monitors.length;
- for (let index = 0; index < nl; index++) {
- this.monitors.push([]);
- }
- }
- this.jilurow = this.monitors.length + 1;
-
- this.advice_jilurow = this.advices.length + 1;
-
- var childMap = {};
- for (const index in this.advices) {
- if (this.advices[index].parent_id == 0) {
- continue;
- }
- if (!(this.advices[index].parent_id in childMap)) {
- childMap[this.advices[index].parent_id] = [];
- }
- childMap[this.advices[index].parent_id].push(this.advices[index]);
- }
-
- var advices = [];
- for (const index in this.advices) {
- if (this.advices[index].parent_id > 0) {
- continue;
- }
- var item = this.advices[index];
- if (item.id in childMap) {
- item.children = childMap[item.id];
- } else {
- item.children = [];
- }
- advices.push(item);
- }
-
- var leftAdvice = [];
- var rightAdvice = [];
- var adlen = advices.length;
-
- var halfLen = adlen % 2 == 0 ? adlen / 2 : (adlen + 1) / 2;
- for (var i = 0; i < halfLen; i++) {
- leftAdvice.push(advices[i]);
- rightAdvice.push(advices[i + halfLen]);
- }
- if (halfLen < 5) {
- var nl = 5 - leftAdvice.length;
- for (let index = 0; index < nl; index++) {
- leftAdvice.push([]);
- }
- var nl = 5 - rightAdvice.length;
- for (let index = 0; index < nl; index++) {
- rightAdvice.push([]);
- }
- }
-
- this.advices = [];
- for (var i = 0; i < halfLen; i++) {
- var item = [];
- item.push(leftAdvice[i]);
- item.push(rightAdvice[i]);
- this.advices.push(item);
- }
- this.loading = false;
-
- this.doctor_advices =
- response.data.data.advices == null
- ? []
- : response.data.data.advices;
-
- for (let index = 0; index < this.doctor_advices.length; index++) {
- this.doctor_advices[index]["isShow"] = 2;
- }
-
- if (this.doctor_advices.length > 0) {
- var group = this.newAdviceGroupObject();
- var initGroupBlock = function(group, advice) {
- group.group_no = advice.groupno;
- };
- for (
- let index = this.doctor_advices.length - 1;
- index >= 0;
- index--
- ) {
- var new_advice_index = 0;
-
- if (
- "children" in this.doctor_advices[index] &&
- this.doctor_advices[index].children.length > 0
- ) {
- new_advice_index =
- index + this.doctor_advices[index].children.length + 1;
-
- var doctor_advice = {
- delivery_way: this.doctor_advices[index].delivery_way,
- execution_frequency: this.doctor_advices[index]
- .execution_frequency,
- groupno: this.doctor_advices[index].groupno,
- id: this.doctor_advices[index].id,
- parent_id: this.doctor_advices[index].parent_id,
- children: this.doctor_advices[index].children,
- remark: this.doctor_advices[index].remark
- };
- doctor_advice["isShow"] = 1;
- this.doctor_advices.splice(new_advice_index, 0, doctor_advice);
- // this.doctor_advices.push(doctor_advice)
- }
- }
-
- for (let index = 0; index < this.doctor_advices.length; index++) {
- const advice = this.doctor_advices[index];
- if (advice.groupno == 0) {
- // 老版本的医嘱没有分组的概念,所以这一个 if 是解决这个问题的,将每个无分组的医嘱各自归为一组
- if (advice.parent_id > 0) {
- if (this.advice_groups.length > 0) {
- var parent_group = this.advice_groups[
- this.advice_groups.length - 1
- ];
- if (parent_group.advices.length > 0) {
- if (parent_group.advices[0].id == advice.parent_id) {
- parent_group.advices.push(advice);
- }
- }
- }
- continue;
- } else {
- if (group.group_no > 0) {
- this.advice_groups.push(group);
- group = this.newAdviceGroupObject();
- }
-
- initGroupBlock(group, advice);
- group.advices.push(advice);
- this.advice_groups.push(group);
- group = this.newAdviceGroupObject();
- continue;
- }
- }
-
- if (group.group_no > 0 && group.group_no != advice.groupno) {
- this.advice_groups.push(group);
- group = this.newAdviceGroupObject();
- }
- if (group.group_no == 0) {
- initGroupBlock(group, advice);
- }
- if (group.group_no == advice.groupno) {
- group.advices.push(advice);
- }
- }
- if (group.group_no > 0) {
- // 上述的算法会导致最后一组没有加到advice_groups,这里要手动加上
- this.advice_groups.push(group);
- }
- }
- console.log(this.advice_groups);
- } else {
- this.loading = false;
- this.$message.error("请求数据失败");
- return false;
- }
- });
- },
- bloodAccessParOperaName(id) {
- if (id in this.bloodAccessParOpera) {
- return this.bloodAccessParOpera[id].name;
- }
- return "";
- },
- dialysateFormulationName(id) {
- if (id in this.dialysateFormulationOptions) {
- return this.dialysateFormulationOptions[id].name;
- }
- return "";
- },
- getAge: function(val) {
- if (val.birthday != 0) {
- return jsGetAge(val.birth, "-");
- }
- return "";
- },
- checkIdCardNo(val) {
- var thisLen = val.length;
- var birth = "";
- if (thisLen == 15) {
- birth = "19" + val.substr(6, 6);
- } else {
- birth = val.substr(6, 8);
- }
- var birthTwo =
- birth.substr(0, 4) +
- "-" +
- birth.substr(4, 2) +
- "-" +
- birth.substr(6, 2);
-
- var age = jsGetAge(birthTwo, "-");
- return age;
- },
- newAdviceGroupObject: function() {
- return Object.assign(
- {},
- {
- group_no: 0,
- // advice_doctor: 0,
- // start_time: 0,
- advices: []
- // exec_staff: 0,
- // exec_time: 0,
- // checker: 0,
- }
- );
- },
- getcheckData(val){
- if(val.length >0){
- let message = `记录单未填数据:<br/> ${val.join("<br/> ")}`;
- this.$alert(message, '提示', {
- confirmButtonText: '确定',
- type: 'warning',
- dangerouslyUseHTMLString: true,
-
- });
- }else{
- this.$message.success('核对完成')
- }
- }
- },
- watch: {
- "patientInfo.gender": function() {
- if (this.patientInfo.gender == 1) {
- this.patientInfo_gender_1 = true;
- this.patientInfo_gender_2 = false;
- } else if (this.patientInfo.gender == 2) {
- this.patientInfo_gender_2 = true;
- this.patientInfo_gender_1 = false;
- } else {
- this.patientInfo_gender_2 = false;
- this.patientInfo_gender_1 = false;
- }
- },
- "patientInfo.source": function() {
- if (this.patientInfo.source == 1) {
- this.patientInfo_source_1 = true;
- this.patientInfo_source_2 = false;
- } else if (this.patientInfo.source == 2) {
- this.patientInfo_source_2 = true;
- this.patientInfo_source_1 = false;
- } else {
- this.patientInfo_source_2 = false;
- this.patientInfo_source_1 = false;
- }
- }
- },
- created() {
- var xtuser = this.$store.getters.xt_user;
- this.orgname = xtuser.org.org_name;
- // this.orgname = "遂溪方济医院";
- this.modeOptions = this.$store.getters.treatment_mode;
- this.replacementWays = this.$store.getters.replacement_ways;
- this.perfusionApparatus = this.$store.getters.perfusion_apparatus;
- this.anticoagulantsConfit = this.$store.getters.anticoagulants_confit;
-
- this.way_arr = getDataConfig("hemodialysis", "way");
- this.consciousness_arr = getDataConfig("hemodialysis", "consciousness");
- this.appetite_arr = getDataConfig("hemodialysis", "appetite");
- this.posture_arr = getDataConfig("hemodialysis", "posture");
- this.sick_condition_arr = getDataConfig("hemodialysis", "sick_condition");
- this.precaution_arr = getDataConfig("hemodialysis", "precaution");
- this.intake_arr = getDataConfig("hemodialysis", "intake");
- this.nutrition_arr = getDataConfig("hemodialysis", "nutrition");
- this.displaceLiquiPartOptions = this.$store.getters.displace_liqui;
- // this.bloodAccessParOpera = getDataConfig('hemodialysis', 'vascular_access_desc')
- this.org_id = this.$store.getters.xt_user.org.id;
- var bloodAccessParOpera = getDataConfig(
- "hemodialysis",
- "vascular_access_desc"
- );
- for (var key in bloodAccessParOpera) {
- this.bloodAccessParOpera[bloodAccessParOpera[key].id] =
- bloodAccessParOpera[key];
- }
-
- var dialysateFormulationOptions = getDataConfig(
- "hemodialysis",
- "dialysate_formulation"
- );
- for (var key in dialysateFormulationOptions) {
- this.dialysateFormulationOptions[dialysateFormulationOptions[key].id] =
- dialysateFormulationOptions[key];
- }
-
- const xtdate = this.$route.query && this.$route.query.xtdate;
- const xtno = this.$route.query && this.$route.query.xtno;
- if (
- typeof xtdate === "string" &&
- xtdate.length > 0 &&
- typeof xtno === "string" &&
- xtno.length > 0
- ) {
- this.queryParams.xtdate = xtdate;
- this.queryParams.xtno = xtno;
- this.getDialysisRecord();
- const arr = xtdate.split('-')
- // console.log('arrrarrr',arr);
- this.year = arr[0]
- this.months = arr[1]
- this.day = arr [2]
- } else {
- this.$message.error("参数不齐");
- return false;
- }
-
- }
- };
- </script>
-
- <style>
- .dialysis-print-order {
- width: 950px;
- margin: 0 auto;
- }
-
- .dialysis-print-order .order-yy-name {
- margin: auto;
- text-align: center;
- font-size: 20px;
- letter-spacing: 5px;
- }
-
- .dialysis-print-order .order-title {
- margin: auto;
- font-weight: 600;
- text-align: center;
- font-size: 22px;
- padding: 10px 20px 20px 20px;
- }
-
- .dialysis-print-order .table-box {
- width: 100%;
- line-height: 25px;
- font-size: 14px;
-
- }
-
-
- .dialysis-print-order .print-table {
- width: 100%;
- text-align: center;
- border-collapse: collapse;
- line-height: 40px;
- font-size: 14px;
- }
-
- .dialysis-print-order .print-table-no {
- width: 100%;
- text-align: center;
- border-collapse: collapse;
- font-size: 14px;
- }
-
- .dialysis-print-order .under-line {
- border-bottom: 1px solid #999;
- width: 95%;
- text-align: center;
- margin-left: 2px;
- }
-
- .dialysis-print-order .title-box {
- text-align: center;
- font-size: 16px;
- }
-
- .dialysis-print-order .radio-lebel-box {
- font-weight: 400;
- cursor: pointer;
- }
-
- .dialysis-print-order .radio-no {
- opacity: 0;
- outline: none;
- position: absolute;
- margin: 0;
- width: 0;
- height: 0;
- z-index: -1;
- }
-
- .dialysis-print-order .radio-inner {
- white-space: nowrap;
- cursor: pointer;
- outline: none;
- display: inline-block;
- line-height: 1;
- position: relative;
- vertical-align: middle;
- }
-
- .dialysis-print-order .radio-fang {
- display: inline-block;
- position: relative;
- border: 1px solid #000;
- box-sizing: border-box;
- width: 14px;
- height: 14px;
- background-color: #fff;
- z-index: 1;
- transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
- background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
- }
-
- .dialysis-print-order .is-checked-radio::after {
- content: "√";
- font-size: 20px;
- font-weight: 200;
- }
-
- .dialysis-print-order .print-table-no tr td {
- padding: 8px 5px;
- line-height: 25px;
- }
-
- .dialysis-print-order .print-table tr td {
- padding: 1px 1px;
- /*line-height: 25px;*/
- }
- .table-box .ta_top td{
- padding-top: 10px !important;
- }
-
- .es-img {
- height: 25px;
- }
-
- .advice-name {
- text-align: left;
- }
-
- .advice-children {
- display: flex;
- }
-
- .title-box-pro {
- border: 0 #fff;
- line-height: 25px;
- height: 25px;
- text-align: left;
- padding-left: 10px !important;
- }
- .title-box-pro-tr {
- border: 0 #fff;
- }
- .text-align-left {
- text-align: left !important;
- padding-left: 10px !important;
- font-size: 14px !important;
- line-height: 25px;
- }
- .print-table-tr-new td {
- line-height: 20px !important;
- }
- .border-top-solid {
- border: solid 1px #000;
- }
- .print-template-two tr {
- line-height: 30px;
- }
- </style>
|