12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430 |
- <template>
- <div >
- <!-- <el-button type="primary" @click="checkData">一键核对</el-button> -->
- <el-button type="primary" @click="toUpload">一键上传</el-button>
- <div id="dialysis-print-box-64">
- <div
- id="dialysis-print-box-64-1"
- class="dialysis-print-order print-template-two print_page_main_content"
- >
- <div>
- <!-- <div
- class="order-yy-name"
- style=" letter-spacing: 0;
- font-weight: 600;
- font-size: 22px;
- display: inline-block;
- "
- >
- {{ orgname }}
- </div> -->
- <h1 style="text-align: center;">血液透析(滤过)记录表单</h1>
- <div>
- <div>
- <div style="display:inline-block; ;">病历号:
- {{patientInfo.record_number?patientInfo.record_number:"" }}
- </div>
- <div style="display:inline-block;margin-left: 90px;">
- 姓名:{{ patientInfo.name }}
- </div>
- <div style="display:inline-block; margin-left: 90px;">
- 性别:{{ patientInfo_gender_1 == true ? "男" : "女" }}
- </div>
- <div style="display:inline-block; margin-left: 90px;">
- 年龄:{{ getAge(patientInfo) }}
- </div>
- <div style="display:inline-block; margin-left: 90px;">
- 透析次数:{{
- patientInfo.total_dialysis +
- patientInfo.user_sys_before_count
- }}次
- </div>
- </div>
- <div style="margin: 10px 0px;">
- <div style="display:inline-block;">
- 透析日期:{{ queryParams.xtdate }}
- </div>
- <div style="display:inline-block; margin-left: 90px;">
- 透析机号:{{ getNumber() }}
- </div>
-
- <div style="display:inline-block; margin-left: 90px;">
- 透析中心:{{ orgname }}
- </div>
- </div>
- <table border="1" cellspacing="0" cellpadding="0" style="border-collapse: collapse; width: 960px; ">
- <tr>
- <td colspan="3" style="border:1px solid black">
- <div style="display: inline-block; word-break: break-all;word-wrap: break-word;">
- 上机前病情:
- <!-- {{ predialysis.symptom_before_dialysis ? predialysis.symptom_before_dialysis : "/" }} -->
- {{ predialysis.befor_symptoms? predialysis.befor_symptoms:"" }}
- </div>
-
- </td>
- </tr>
- <tr>
- <td colspan="3">
- <div style="display: inline-block; word-break: break-all;word-wrap: break-word;">
- 疾病诊断:
- {{ getDiagnosis(prescriptionInfo.patient_diagnosis) }}
- </div>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <span>治疗方式:</span>
- <span v-if="prescription.mode_id == 0">/</span>
- <span v-else-if="prescription.mode_id == 1">HD</span>
- <span v-else-if="prescription.mode_id == 2">HDF</span>
- <span v-else-if="prescription.mode_id == 3">HD+HP</span>
- <span v-else-if="prescription.mode_id == 4">HP</span>
- <span v-else-if="prescription.mode_id == 5">HF</span>
- <span v-else-if="prescription.mode_id == 6">SCUF</span>
- <span v-else-if="prescription.mode_id == 7">IUF</span>
- <span v-else-if="prescription.mode_id == 8">HFHD</span>
- <span v-else-if="prescription.mode_id == 9">HFHD+HP</span>
- <span v-else-if="prescription.mode_id == 10">PHF</span>
- <span v-else-if="prescription.mode_id == 11">HFR</span>
- <span v-else-if="prescription.mode_id == 12">HDF+HP</span>
- <span v-else-if="prescription.mode_id == 13">CRRT</span>
-
- <span v-else-if="prescription.mode_id == 19">IUF+HD</span>
- <span v-else-if="prescription.mode_id == 20">UF</span>
- <span v-else-if="prescription.mode_id == 21">HD+</span>
- <span v-else-if="prescription.mode_id == 22">血浆胆红素吸附+HDF</span>
- <span v-else-if="prescription.mode_id == 23">血浆胆红素吸附</span>
- <span v-else-if="prescription.mode_id == 24">I-HDF</span>
- <span v-else-if="prescription.mode_id == 25">HD高通</span>
- <span v-else-if="prescription.mode_id == 26">CVVH</span>
- <span v-else-if="prescription.mode_id == 27">CVVHD</span>
- <span v-else-if="prescription.mode_id == 28">CVVHDF</span>
- <span v-else-if="prescription.mode_id == 29">PE</span>
- <span v-else-if="prescription.mode_id == 30">血浆胆红素吸附+HP</span>
- <span v-else-if="prescription.mode_id == 31">HPD</span>
- <span v-else-if="prescription.mode_id == 32">HDP</span>
- </td>
- <td>
- <span
- >治疗时间:{{
- afterdialysis.actual_treatment_hour
- ? afterdialysis.actual_treatment_hour
- : "0"
- }} 小时 {{
- afterdialysis.actual_treatment_minute
- ? afterdialysis.actual_treatment_minute
- : '0'
- }} 分
- </span>
- </td>
- </tr>
- <tr>
- <td colspan="3">
- <span>治疗抗凝:</span>
- <span v-if="prescription.anticoagulant == 0">/</span>
- <span v-else-if="prescription.anticoagulant == 1">无肝素</span>
- <span v-else-if="prescription.anticoagulant == 2">普通肝素</span>
- <span v-else-if="prescription.anticoagulant == 3">低分子肝素</span>
- <span v-else-if="prescription.anticoagulant == 4">阿加曲班</span>
- <span v-else-if="prescription.anticoagulant == 5">枸橼酸钠</span>
- <span v-else-if="prescription.anticoagulant == 6">低分子肝素钙</span>
- <span v-else-if="prescription.anticoagulant == 7">低分子肝素钠</span>
- <span v-else-if="prescription.anticoagulant == 8">依诺肝素</span>
- <span v-else-if="prescription.anticoagulant == 9">达肝素</span>
- <span v-else-if="prescription.anticoagulant == 10">体外抗凝</span>
- <span v-else-if="prescription.anticoagulant == 11">那屈肝素</span>
- <span v-else-if="prescription.anticoagulant == 12">无抗凝剂</span>
- <span v-else-if="prescription.anticoagulant == 13">那屈肝素钙</span>
- <span v-else-if="prescription.anticoagulant == 14">肝素钙注射液</span>
- <span v-else-if="prescription.anticoagulant == 15">甲磺酸萘莫司他</span>
-
- <span style="width:135px;display: inline-block;"
- v-if=" prescription.anticoagulant != 1 && prescription.anticoagulant != 12 && prescription.anticoagulant != 5">
- 首剂: {{ prescription.anticoagulant_shouji }}
- <span v-if="prescription.anticoagulant == 4">mg</span>
- <span v-if="prescription.anticoagulant == 3">iu</span>
- <span v-if="prescription.anticoagulant == 2">iu</span>
- <span v-if="prescription.anticoagulant == 6">iu</span>
- <span v-if="prescription.anticoagulant == 7">iu</span>
- <span v-if="prescription.anticoagulant == 10">mg</span>
- <span v-if="prescription.anticoagulant == 8">iu</span>
- <span v-if="prescription.anticoagulant == 9">iu</span>
- <span v-if="prescription.anticoagulant == 11">mg</span>
- <span v-if="prescription.anticoagulant == 13">mg</span>
- <span v-if="prescription.anticoagulant == 14 ||
- prescription.anticoagulant == 15">mg
- </span>
-
- </span>
-
- <span style="width:135px;display: inline-block;"
- v-if="prescription.anticoagulant != 12 && prescription.anticoagulant != 1 ">
- 追加: {{ prescription.anticoagulant_weichi }}
- <span v-if="prescription.anticoagulant == 5">ml/h</span>
- <span v-if="prescription.anticoagulant == 4">mg/h</span>
- <span v-if="prescription.anticoagulant == 3">iu/h</span>
- <span v-if="prescription.anticoagulant == 2">iu/h</span>
- <span v-if="prescription.anticoagulant == 6">iu/h</span>
- <span v-if="prescription.anticoagulant == 7">iu/h</span>
- <span v-if="prescription.anticoagulant == 10">mg/h</span>
- <span v-if="prescription.anticoagulant == 8">iu/h</span>
- <span v-if="prescription.anticoagulant == 9">iu/h</span>
- <span v-if="prescription.anticoagulant == 11">mg/h</span>
- <span v-if="prescription.anticoagulant == 13">mg/h</span>
- <span v-if="prescription.anticoagulant == 14 ||
- prescription.anticoagulant == 15">mg/h
- </span>
- </span>
-
-
- <span style="width:150px;display: inline-block;"
- v-if="prescription.anticoagulant != 12 && prescription.anticoagulant != 1 && prescription.anticoagulant != 5 ">
- 总量: {{ prescription.anticoagulant_zongliang }}
- <span v-if="prescription.anticoagulant == 4">mg</span>
- <span v-if="prescription.anticoagulant == 3">iu</span>
- <span v-if="prescription.anticoagulant == 2">iu</span>
- <span v-if="prescription.anticoagulant == 6">iu</span>
- <span v-if="prescription.anticoagulant == 7">iu</span>
- <span v-if="prescription.anticoagulant == 10">mg</span>
- <span v-if="prescription.anticoagulant == 8">iu</span>
- <span v-if="prescription.anticoagulant == 9">iu</span>
- <span v-if="prescription.anticoagulant == 11">mg</span>
- <span v-if="prescription.anticoagulant == 13">mg</span>
- <span v-if="prescription.anticoagulant == 14 ||
- prescription.anticoagulant == 15">mg
- </span>
- </span>
-
- </td>
- </tr>
- <tr>
- <td colspan="3">
- <div style="display: inline-block;">
- 处方脱水量:
- {{
- prescription.target_ultrafiltration
- ? prescription.target_ultrafiltration
- : "/"
- }} L
- </div>
- <div style="margin-left:70px ;display: inline-block;">
- 透析液流量:
- {{
- prescription.dialysate_flow
- ? prescription.dialysate_flow
- : "/"
- }} ml/min
- </div>
- <!-- <div style="margin-left:70px ;display: inline-block;">
- 实际预冲量:
- {{ prescription.pre_impulse ? prescription.pre_impulse : "/" }}
- L
- </div> -->
- <div style="margin-left:70px ; display: inline-block;">
- 医师签名:
-
- <span v-if="setAdminUserES(prescription.creater) == ''">
- {{ getAdminUser(prescription.creater) }}
- </span>
- <img
- class="es-img"
- style="height: 30px"
- :src="setAdminUserES(prescription.creater)"
- alt
- srcset
- v-else
- />
- </div>
- </td>
- </tr>
- <tr>
- <td>
- <span
- >透析机:
- <span>
- {{ predialysis.machine_type ? predialysis.machine_type : "/" }}
- </span>
- </span>
- </td>
- <td>
- <span>
- 透析(滤)器:
- {{ prescription.dialysis_dialyszers ? prescription.dialysis_dialyszers : "/" }}
- </span>
- </td>
- <td>
- <span>灌流器:</span>
- <span>{{ prescription.dialysis_irrigation ? prescription.dialysis_irrigation : "/" }}</span>
- </td>
- </tr>
- <tr>
- <td colspan="3">
- <span>透析液(mmo l/L)
- <span>
- K:{{
- prescription.kalium ? prescription.kalium : "/"
- }} \ Ca:{{
- prescription.calcium
- ? prescription.calcium
- : "/"
- }} \ Na:{{
- prescription.sodium ? prescription.sodium : "/"
- }} \ HCO3:{{
- prescription.bicarbonate
- ? prescription.bicarbonate
- : "/"
- }}
- </span>
-
- </span>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <span>血管通路:</span>
- <span v-if="predialysis.blood_access_part_opera_name.indexOf('长期管路') > -1">长期管路</span>
- <span v-else-if="predialysis.blood_access_part_opera_name.indexOf('动脉直穿') > -1">动脉直穿</span>
- <span v-else-if="predialysis.blood_access_part_opera_name.indexOf('动静脉直穿') > -1">动静脉直穿</span>
- <span v-else-if="predialysis.blood_access_part_opera_name.indexOf('带隧道带绦纶套股静脉导管') > -1">带隧道带绦纶套股静脉导管</span>
- <span v-else-if="predialysis.blood_access_part_opera_name.indexOf('带隧道带绦纶套锁骨下静脉导管') > -1">带隧道带绦纶套锁骨下静脉导管</span>
- <span v-else-if="predialysis.blood_access_part_opera_name.indexOf('带隧道带绦纶套颈内静脉导管') > -1">带隧道带绦纶套颈内静脉导管</span>
- <span v-else-if="predialysis.blood_access_part_opera_name.indexOf('无绦纶套股静脉导管') > -1">无绦纶套股静脉导管</span>
- <span v-else-if="predialysis.blood_access_part_opera_name.indexOf('无绦纶套锁骨下静脉导管') > -1">无绦纶套锁骨下静脉导管</span>
- <span v-else-if="predialysis.blood_access_part_opera_name.indexOf('无绦纶套颈内静脉导管') > -1">无绦纶套颈内静脉导管</span>
- <span v-else-if="predialysis.blood_access_part_opera_name.indexOf('直线型移植血管动静脉内瘘') > -1">直线型移植血管动静脉内瘘</span>
- <span v-else-if="predialysis.blood_access_part_opera_name.indexOf('自体动静脉内瘘') > -1">自体动静脉内瘘</span>
- <span v-else-if="predialysis.blood_access_part_opera_name.indexOf('袢型移植血管动静脉内瘘') > -1">袢型移植血管动静脉内瘘</span>
- <span v-else-if="predialysis.blood_access_part_opera_name.indexOf('静脉直穿') > -1">静脉直穿</span>
- <span v-else-if="predialysis.blood_access_part_opera_name.indexOf('自体内瘘') > -1">自体内瘘</span>
- <span v-else-if="predialysis.blood_access_part_opera_name.indexOf('人造血管') > -1">人造血管</span>
- <span v-else-if="predialysis.blood_access_part_opera_name.indexOf('直穿') > -1">直穿</span>
- <span v-else-if="predialysis.blood_access_part_opera_name.indexOf('颈内静脉') > -1">颈内静脉</span>
- <span v-else-if="predialysis.blood_access_part_opera_name.indexOf('股静脉') > -1">股静脉</span>
- </td>
- <td>
- <div style="display: inline-block;">
- 穿刺者:
- <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>
- <tr style="border-bottom: none;">
- <td colspan="3" style=" text-align: center; border-bottom: none;">
- <span style="font-weight: bold;"
- >治 疗 过 程 记 录</span
- >
- </td>
- </tr>
- <tr>
- <td colspan="3">
- <table border="1" cellspacing="0" cellpadding="0"
- style=" width: 100%; text-align: center; border: none;"
- >
- <!-- border-bottom: 1px solid gray; border-right: 1px solid gray;-->
- <tr style="">
- <td rowspan="2" style=" ">时间</td>
- <td colspan="4" style=" ">透析参数</td>
- <td colspan="4" style=" ">生命体征</td>
- <td colspan="2" style=" ">治疗中病情变化</td>
- </tr>
- <tr style="">
- <td style=" ">TMP<br />mmHg</td>
- <td style=" ">静脉压<br />mmHg</td>
- <td style=" ">血流量<br />ml/min</td>
- <td style="">脱水量<br />ml</td>
- <td style=" ">T<br />ºC</td>
- <td style=" ">HR<br />bpm</td>
- <td style=" ">R<br />bpm</td>
- <td style=" ">BP<br />mmHg</td>
- <!-- <td style=" ">时间</td> -->
- <td style=" ">记录</td>
- <!-- <td >护士签名</td> -->
- </tr>
-
- <tr style="" v-for="(monitor, monindex) in monitors" :key="monindex" >
- <td style=" "> {{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
- <td style=" ">
- <span v-if="getTime(monitor.operate_time) != ''">
- {{
- monitor.transmembrane_pressure
- ? monitor.transmembrane_pressure
- : ""
- }}
- </span>
- </td >
- <td style=" ">
- <span v-if="getTime(monitor.operate_time) != ''">
- {{
- monitor.venous_pressure ? monitor.venous_pressure : ""
- }}
- </span>
- </td>
-
- <td style=" ">
- <span v-if="getTime(monitor.operate_time) != ''">
- {{
- monitor.blood_flow_volume
- ? monitor.blood_flow_volume
- : ""
- }}
- </span>
- </td>
-
- <td style=" ">
- <span v-if="getTime(monitor.operate_time) != ''&&monindex == 0 ">
- {{'/'}}
- </span>
- <span v-else-if="getTime(monitor.operate_time) != ''&&monindex == 0 ">
- {{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}
- </span>
- <span v-else>{{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
- </td>
-
- <td style=" ">
- <span v-if="getTime(monitor.operate_time) != ''">
- {{ monitor.temperature ? monitor.temperature : "" }}
- </span>
- </td>
-
- <td style=" ">
- <span v-if="getTime(monitor.operate_time) != ''">
- {{
- monitor.pulse_frequency ? monitor.pulse_frequency : ""
- }}
- </span>
- </td>
-
- <td style=" ">
- <span v-if="getTime(monitor.operate_time) != ''">
- {{ monitor.breathing_rate ? monitor.breathing_rate : "" }}
- </span>
- </td>
-
- <td style=" ">
- <span v-if="getTime(monitor.operate_time) != ''">
- {{
- monitor.systolic_blood_pressure
- ? monitor.systolic_blood_pressure
- : ""
- }}/{{
- monitor.diastolic_blood_pressure
- ? monitor.diastolic_blood_pressure
- : ""
- }}
-
- </span>
- </td>
-
- <!-- <td style=" "> {{ getTime(monitor.operate_time, "{h}:{i}") }}</td> -->
- <td style=" ">
- <!-- <span style="display:inline-block;word-break: break-all;word-wrap: break-word; text-align: left;text-indent:2em;">
- {{ monitor.symptom }} {{ monitor.dispose }} {{monitor.result}}
- </span> -->
- <div style="word-break: break-all;word-wrap: break-word; text-align: left;text-indent:2em;">
- {{ monitor.symptom }} {{ monitor.dispose }} {{monitor.result}}
- </div>
- </td>
- <!-- <td>
- <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
- />
- </td> -->
- </tr>
- </table>
- </td>
- </tr>
-
- <tr>
- <td colspan="3">
- <table class="inside_table" border="1" cellspacing="0" cellpadding="0"
- style="text-align: center; border-top: none;border-bottom: none;
- border-right: none;border-left: none; box-sizing: border-box;">
- <tr>
- <td style="height: 20px;" width="110">
- <p style="height: 20px; line-height: 20px" >提交时间</p>
- </td>
-
- <td style="height: 20px; " width="350">
- <p style="height: 20px; line-height: 20px">医嘱执行记录</p>
- </td>
- <td style="height: 20px; " width="130">
- <p style="height: 20px; line-height: 20px">执行时间</p>
- </td>
-
- <td style="height: 20px; " width="110">
- <p style="height: 20px; line-height: 20px">执行</p>
- </td>
-
- <td style="height: 20px; " width="150">
- <p style="height: 20px; line-height: 20px">上次透后体重</p>
- </td>
- <td style="height: 20px;" width="110">
- {{ lastafterdialysis.weight_after.toFixed(2) }}kg
- </td>
- </tr>
-
- </table>
- </td>
- </tr>
- <tr v-for="(advice, advice_index) in advices" :key="advice_index" >
- <td colspan="3">
- <table class="inside_table" border="1" cellspacing="0" cellpadding="0"
- style="text-align: center; border-top: none;border-bottom: none;
- border-right: none;border-left: none; box-sizing: border-box;">
- <tr style="border-bottom:none;">
- <td width="110" style="">
- {{ getTime(advice.start_time, "{h}:{i}") }}
- </td>
-
- <td style=" text-align: left; padding-left: 5px ; word-break: break-all;word-wrap: break-word; box-sizing: border-box;" width="350">
- <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>
- <span>{{ advice.remark }}</span>
- </td>
- <!-- 执行时间 -->
- <td width="130" style="">
- {{ getTime(advice.execution_time, "{h}:{i}") }}
- </td>
- <!-- 执行 -->
- <td width="110" style="">
- <!-- <span
- v-if="setAdminUserES(advice.advice_doctor) == ''"
- >
- {{ getAdminUser(advice.advice_doctor) }}
- </span>
- <img
- style="height: 30px"
- :src="setAdminUserES(advice.advice_doctor)"
- alt=""
- srcset=""
- /> -->
- <span
- v-if="setAdminUserES(advice.execution_staff) == ''">{{getAdminUser(advice.execution_staff)}}
- </span>
- <img class="es-img" style="height: 30px" :src="setAdminUserES(advice.execution_staff)"
- alt="" srcset="" v-else>
- </td>
- <td v-if="advice_index === 0" width="150" style="">透前体重</td>
- <td v-if="advice_index === 0" width="110" >
- {{predialysis.weight_before.toFixed(2) }}kg
- </td>
- <td v-if="advice_index === 1" width="150" style="">体重增加量</td>
- <td v-if="advice_index === 1" width="110">
- {{
- assessmentafter.weight_after == 0 ||
- predialysis.weight_before == 0
- ? '0.00'
- : (
- predialysis.weight_before -
- assessmentafter.weight_after
- ).toFixed(2)
- }}kg
- </td>
- <td v-if="advice_index === 2" width="150" style="">干体重(DW)</td>
- <td v-if="advice_index === 2" width="110">
- {{ predialysis.dry_weight.toFixed(2) }}kg
- </td>
- <td v-if="advice_index === 3" width="150" style="">较干体重增加量</td>
- <td v-if="advice_index === 3" width="110">
- {{
- patientInfo.total_dialysis +
- patientInfo.user_sys_before_count >
- 0 && predialysis.weight_before != 0
- ? (
- predialysis.weight_before - predialysis.dry_weight
- ).toFixed(2)
- : '0.00'
- }}kg
- </td>
-
- <td v-if="advice_index === 4" width="150" style="">透后体重</td>
- <td v-if="advice_index === 4" width="110">
- {{ afterdialysis.weight_after.toFixed(2) }}kg
- </td>
- <td v-if="advice_index === 5" width="150" style="">
- 本次透析体重下降量
- </td>
- <td v-if="advice_index === 5" width="110">
- {{
- afterdialysis.weight_after == 0 || predialysis.weight_before == 0
- ? '0.00'
- : (
- predialysis.weight_before - afterdialysis.weight_after
- ).toFixed(2)
- }}kg
- </td>
- <td v-if="advice_index > 5" width="150" style=""></td>
- <td v-if="advice_index > 5" width="110"></td>
- </tr>
-
- </table>
- </td>
- </tr>
-
- <tr>
- <td colspan="3">
- <!-- <div style="display: inline-block;">
- 姓名:{{ patientInfo.name }}
- </div>
- <div style="display: inline-block; margin-left: 40px;">
- 姓别:{{ patientInfo_gender_1 == true ? "男" : "女" }}
- </div>
- <div style="display: inline-block; margin-left: 40px;">
- 透析机号:{{ getNumber() }}
- </div> -->
- <div style="word-break: break-all;word-wrap: break-word;">
- <div >
- 治疗小结:
- {{
- summary.dialysis_summary ? summary.dialysis_summary : "/"
- }}
- </div>
- <div style="display: inline-block; margin-left: 120px;">
- 医生签名:
-
- <span v-if="setAdminUserES(prescription.creater) == ''">
- {{ getAdminUser(prescription.creater) }}
- </span>
- <img
- class="es-img"
- style="height: 30px"
- :src="setAdminUserES(prescription.creater)"
- alt
- srcset
- v-else
- />
- </div>
- <div style="display: inline-block; margin-left: 150px;">
- 护士签名:
- <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 style="display: inline-block; margin-left: 150px;">
- 核对护士签名:
- <span v-if="setAdminUserES(check == null ? 0 : check.modifier) == ''">
- {{ getAdminUser(check == null ? 0 : check.modifier) }}
- </span>
- <img style="height:30px;" :src="setAdminUserES(check == null ? 0 : check.modifier)" alt srcset v-else />
- </div>
- </div>
- </td>
- </tr>
-
-
- </table>
- </div>
- </div>
- </div>
- </div>
- </div>
- </template>
-
- <script>
- import { getDialysisRecord } from "@/api/dialysis";
- import { jsGetAge, uParseTime } from "@/utils/tools";
- import { getDataConfig } from "@/utils/data";
- import print from "print-js";
- import html2pdf from 'html2pdf.js'
- import { UploadPrintOrder } from "@/api/role/admin"
- import { HTML5_FMT } from "moment";
- import html2canvas from 'html2canvas'
- import { jsPDF } from 'jspdf';
- export default {
- data() {
- return {
- patientInfo: {
- birth: '',
- age: '',
- DialysisSchedule: {
- device_number: { number: '' },
- device_zone: { name: '' }
- },
- gender: 0
- },
- queryParams: {
- xtdate: "",
- xtno: "",
- patient_id:0,
- },
- patientInfo_gender_1: false,
- patientInfo_gender_2: false,
- orgname: "",
- dialysisOrder: {
- DeviceNumber: []
- },
- afterdialysis: {
- complications_index: ""
- },
- prescription: {
- dialysate_formulation_name: "",
- device: {}
- },
- advices: [],
- doctor_advices: [],
- assessmentafter: {},
- predialysis: {
- score: "",
- internal_fistula: "",
- internal_fistula_skin: "",
- catheter: "",
- blood_access_part_opera_name: ""
- },
- summary: {},
- operatorMaps: {},
- operators: [],
- monitors:[],
- check:{},
- adminUser: [],
- bloodAccessParOpera: {},
- lastafterdialysis: {},
- projects:[],
- prescriptionInfo:{},
- patientDiagnose:[]
- };
- },
- computed: {},
- 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;
- }
- }
- },
- methods: {
- unique(arr) { // 根据唯一标识id来对数组进行过滤
- const res = new Map();//定义常量 res,值为一个Map对象实例
- //返回arr数组过滤后的结果,结果为一个数组 过滤条件是,如果res中没有某个键,就设置这个键的值为1
- return arr.filter((arr) => !res.has(arr.advice_name) && res.set(arr.advice_name, 1))
- },
- 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.adminUser = response.data.data.users;
- // this.xtdate = response.data.data.xtdate;
- // this.users = response.data.data.users;
- this.patientInfo = response.data.data.patientInfo;
- console.log("this.patienInfo的数据", response.data.data);
- console.log("this.patienInfo的数据", this.patientInfo);
- this.patientInfo.birth = uParseTime(
- this.patientInfo.birthday,
- "{y}-{m}-{d}"
- );
- // }
- 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;
- this.predialysis = response.data.data.PredialysisEvaluation;
- this.predialysis.blood_access_part_opera_name =
- this.bloodAccessParOperaName(
- this.predialysis.blood_access_part_opera_id
- );
-
- // console.log(
- // this.predialysis.blood_access_part_opera_name,
- // "this.predialysis.blood_access_part_opera_name"
- // );
- this.lastafterdialysis = response.data.data.assessmentAfterDislysis;
- this.afterdialysis = response.data.data.AssessmentAfterDislysis;
- 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(",");
-
- this.prescription = response.data.data.dialysisPrescription;
- // this.receiverTreatmentAccess =
- // response.data.data.receiverTreatmentAccess;
- this.assessmentafter = response.data.data.assessmentAfterDislysis;
- this.prescriptionInfo = response.data.data.prescriptionInfo
- this.patientDiagnose = response.data.data.patientDiagnose
- // this.sick_condition_arr.forEach((o) => {
- // if (this.receiverTreatmentAccess.sick_condition == o.id) {
- // this.sick_condition = o.name;
- // }
- // });
-
- // 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;
- // }
- // }
- // console.log(this.prescription, "透析处方");
-
- // 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;
- this.summary = response.data.data.summary;
- this.org_template_info = response.data.data.org_template_info;
-
- if (this.monitors.length <= 0) {
- 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);
- }
-
- let projects = [];
- response.data.data.projects.map((item) => {
- if (item.type == 2 && item.project.is_print == 1) {
- projects.push(item);
- }
- });
- this.projects = projects;
-
- if (this.doctor_advices.length + this.projects.length <= 6) {
- var nl = 6 - (this.doctor_advices.length + this.projects.length);
- this.print_length = 6;
-
- for (let index = 0; index < nl; index++) {
- if (
- this.projects[index] == undefined ||
- this.projects[index].length <= 0
- ) {
- this.projects.push([]);
- } else {
- continue;
- }
- }
- }
- console.log("advices",this.advices)
- console.log("this.projects", this.projects);
-
- // var objProject = {advice_name:"",start_time:"",single_dose:"",single_dose_unit:"",}
-
- if(this.projects!=null && this.projects.length >0){
- for(let i=0;i<this.projects.length;i++){
- if(this.projects[i].type== 2){
-
- this.projects[i].project_team_name = ""
- this.projects[i].project_team_id = 0
- console.log("this.projects[i].project.team",this.projects[i].project.team)
- if(this.projects[i].team!= "undefined" && this.projects[i].team.id >0){
- this.projects[i].project_team = this.projects[i].team.project_team
- this.projects[i].project_team_id = this.projects[i].team.id
- this.projects[i].start_time = this.projects[i].start_time
- this.projects[i].single_dose = this.projects[i].single_dose
- this.projects[i].single_dose_unit = this.projects[i].unit
- this.projects[i].execution_time = this.projects[i].execution_time
- this.projects[i].execution_staff= this.projects[i].execution_staff
- this.projects[i].advice_name = this.projects[i].team.project_team
-
-
- this.advices.push(this.projects[i])
- }else{
- this.projects[i].project_team = this.projects[i].project.project_name
- this.projects[i].advice_name = this.projects[i].project.project_name
- this.projects[i].start_time = this.projects[i].start_time
- this.projects[i].single_dose = this.projects[i].single_dose
- this.projects[i].single_dose_unit = this.projects[i].unit
- this.projects[i].execution_time = this.projects[i].execution_time
- this.projects[i].execution_staff= this.projects[i].execution_staff
- this.advices.push(this.projects[i])
- }
-
- }
-
- }
- }
-
-
-
- var tableAdvice = this.advices;
-
-
-
- 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: "" };
- tableAdvice.push(obj);
- tableAdvice.push(obj1);
- tableAdvice.push(obj2);
- tableAdvice.push(obj3);
- tableAdvice.push(obj4);
- tableAdvice.push(obj5);
- this.advices = 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: "" };
- tableAdvice.push(obj);
- tableAdvice.push(obj1);
- tableAdvice.push(obj2);
- tableAdvice.push(obj3);
- tableAdvice.push(obj4);
- this.advices = 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: "" };
- tableAdvice.push(obj);
- tableAdvice.push(obj1);
- tableAdvice.push(obj2);
- tableAdvice.push(obj3);
- this.advices = tableAdvice;
- }
- if (tableAdvice.length === 3) {
- var obj = { advice_name: "", start_time: "" };
-
- var obj1 = { advice_name: "", start_time: "" };
-
- var obj2 = { advice_name: "", start_time: "" };
-
- tableAdvice.push(obj);
- tableAdvice.push(obj1);
- tableAdvice.push(obj2);
-
- this.advices = tableAdvice;
- }
- if (tableAdvice.length === 4) {
- var obj = { advice_name: "", start_time: "" };
-
- var obj1 = { advice_name: "", start_time: "" };
-
- tableAdvice.push(obj);
- tableAdvice.push(obj1);
- this.advices = tableAdvice;
- }
- if (tableAdvice.length === 5) {
- var obj = { advice_name: "", start_time: "" };
-
- var obj1 = { advice_name: "", start_time: "" };
- tableAdvice.push(obj);
- tableAdvice.push(obj1);
- this.advices = tableAdvice;
- }
- if (tableAdvice.length === 6) {
- var obj1 = { advice_name: "", start_time: "" };
- tableAdvice.push(obj1);
- this.advices = tableAdvice;
- }
-
- var arr = []
- arr = this.unique(this.advices)
- // console.log("arriooowo",arr)
- // if(arr!=null && arr.length >0){
-
- // for(let i=0;i<arr.length;i++){
- // if(arr[i].advice_name!="" && arr[i].advice_name!=undefined){
- // arr[i].prescription_id_no = 0
- // arr[i].prescription_id_no = parseInt(arr[i].prescription_id) + parseInt(arr[i].groupno)
- // }else{
- // arr[i].prescription_id_no = 0
- // }
-
- // }
- // let dataInfo = {}
- // arr.forEach((item, index) => {
- // let { prescription_id_no } = item
- // if (!dataInfo[prescription_id_no]) {
- // dataInfo[prescription_id_no] = {
- // prescription_id_no:item.prescription_id_no,
- // advice_name:item.advice_name,
- // start_time:item.start_time,
- // single_dose:item.single_dose,
- // single_dose_unit:item.unit,
- // execution_time:item.execution_time,
- // execution_staff:item.execution_staff,
- // advice_doctor:item.advice_doctor,
- // checker:item.checker,
- // check_time:item.check_time,
- // delivery_way:item.delivery_way,
- // frequency_type:item.frequency_type,
- // prescribing_number:item.prescribing_number,
- // prescribing_number_unit:item.prescribing_number_unit,
- // single_dose:item.single_dose,
- // single_dose_unit:item.single_dose_unit,
- // child:[]
-
- // }
- // }
- // })
- // let newArr = Object.values(dataInfo)
-
- // if(newArr!=null && newArr.length>0){
- // for(let i=0;i<newArr.length;i++){
- // for(let i=0;i<arr[i].length;i++){
- // if(newArr[i].prescription_id_no == arr[i].prescription_id_no){
- // newArr[i].child.push(arr[i])
- // }
- // }
- // }
- // }
- // console.log("newARRWOOWOW",newArr)
-
- // }
-
-
- this.advices = []
- this.advices= arr
-
- console.log("advices-----------------",this.advices)
-
-
-
-
- // this.loading = false;
- // console.log(this.advice_groups);
- } else {
- this.loading = false;
- this.$message.error("请求数据失败");
- return 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
- );
- }
- },
- setAdminUserES(id) {
- console.log(id);
- if (id == 0) {
- return "";
- }
- if (id in this.operatorMaps) {
- return this.operatorMaps[id].url;
- } else {
- return "";
- }
- },
-
- 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 "";
- },
- bloodAccessParOperaName(id) {
- if (id in this.bloodAccessParOpera) {
- return this.bloodAccessParOpera[id].name
- }
- return ''
- },
- // getAge: function (val) {
- // if (
- // this.org_template_info.template_id == 2 ||
- // this.org_template_info.template_id == 0
- // ) {
- // if (val.age == 0) {
- // return jsGetAge(val.birth, "-");
- // } else {
- // return val.age;
- // }
- // } else {
- // return jsGetAge(val.birth, "-");
- // }
- // },
- getAge: function (val) {
- if(val!=undefined){
- var thisLen = val.id_card_no.length;
- var birth = "";
- if (thisLen == 15) {
- birth = "19" + val.id_card_no.substr(6, 6);
- } else {
- birth = val.id_card_no.substr(6, 8);
- }
- var birthtwo =
- birth.substr(0, 4) +
- "-" +
- birth.substr(4, 2) +
- "-" +
- birth.substr(6, 2);
-
- var age = jsGetAge(birthtwo, "-");
- return age;
- }
-
- },
-
- getDiagnosis(id) {
- let arr = id.split(',')
- var name = ''
- for (let i = 0; i < this.patientDiagnose.length; i++) {
- if (arr.indexOf(String(this.patientDiagnose[i].id)) > -1) {
- name += this.patientDiagnose[i].class_name + ' '
- }
- }
- return name
- },
-
- toUpload() {
- let dom = document.getElementById("dialysis-print-box-64");
- //调用方法下载
- html2canvas(dom, {
- useCORS: true, //允许跨域
- allowTaint: false,
- logging: false,
- letterRendering: true,
- ddpi: window.devicePixelRatio * 4, //将分辨率提高到特定的DPI 提高四倍
- scale: 4, //按比例增加分辨率
- background: '#fff',//pdf背景色为白色,默认是黑色的
-
- }).then((canvas) => {
- //返回图片dataURL,参数:图片格式和清晰度(0-1)
- var pageData = canvas.toDataURL('image/jpeg', 1.0);
-
- //方向默认竖直,尺寸ponits,格式a4[595.28,841.89]
- var pdf = new jsPDF('', 'pt', 'a4');
-
- //addImage后两个参数控制添加图片的尺寸,此处将页面高度按照a4纸宽高比列进行压缩
- pdf.addImage(pageData, 'JPEG', 0, 0, 595.28, 592.28 / canvas.width * canvas.height);
-
- var newBase64Data = pdf.output("dataurlstring").split("base64,")[1]
- console.log("base63",newBase64Data)
- this.viewPdf(newBase64Data)
-
- var data = {
- name:newBase64Data,
- }
- UploadPrintOrder(data).then(response=>{
- if(response.data.state == 1){
- var sign = response.data.data.sign
- console.log("SIGNWWOOWWO")
- this.$message.success("保存成功!")
- }
- })
-
- // this.viewPdf(newBase64Data)
- //保存到pdf,名字是stone
- // pdf.save('stone.pdf');
-
- });
- },
-
- viewPdf(content) {
- console.log("content",content);
- const blob = this.base64ToBlob(content);
- if (window.navigator && window.navigator.msSaveOrOpenBlob) {
- window.navigator.msSaveOrOpenBlob(blob);
- } else {
- const fileURL = URL.createObjectURL(blob);
- console.log("fileUlrwowowoow",fileURL)
- window.open(fileURL);//打开ppf文件
- }
- },
- base64ToBlob(code) {
- code = code.replace(/[\n\r]/g, '');// 检查base64字符串是否符合base64编码
- // atob() 方法用于解码使用 base-64 编码的字符串。
- const raw = window.atob(code);
- const rawLength = raw.length;
- const uInt8Array = new Uint8Array(rawLength);
- for (let i = 0; i < rawLength; ++i) {
- // 将解码后的逐个字符转换成Unicode序号,放入Unit8Array数组
- uInt8Array[i] = raw.charCodeAt(i);
- }
- // 通过Blob将Uint8Array数组转换成pdf类型的文件对象
- return new Blob([uInt8Array], { type: 'application/pdf' });
- },
- },
- created() {
- var bloodAccessParOpera = getDataConfig(
- "hemodialysis",
- "vascular_access_desc"
- );
- for (var key in bloodAccessParOpera) {
- this.bloodAccessParOpera[bloodAccessParOpera[key].id] =
- bloodAccessParOpera[key];
- }
- var xtuser = this.$store.getters.xt_user;
- this.orgname = xtuser.org.org_name;
-
- 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.xtdate = xtdate;
-
- this.getDialysisRecord();
- } else {
- this.$message.error("参数不齐");
- return false;
- }
- }
- };
- </script>
-
- <style>
- .print_page_main_content {
- background-color: white;
- width: 960px;
- margin: 0 auto 50px;
- padding: 0 0 0 0;
- page-break-after: always;
- }
- </style>
|