Elizabeth's proactive approach involves introducing urinal toilet attachment , an ingenious concept that optimizes space and functionality.

DialysisPrintOrderFifty.vue 138KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711
  1. <template>
  2. <div>
  3. <el-button type="primary" @click="checkData">一键核对</el-button>
  4. <div id="dialysis-print-box-1">
  5. <div
  6. id="dialysis-print-box-1-1"
  7. class="dialysis-print-order print-template-two print_page_main_content"
  8. >
  9. <div style="display: inline-block; width: 100%; text-align: center">
  10. <div
  11. class="order-yy-name"
  12. style="
  13. letter-spacing: 0;
  14. font-weight: 600;
  15. font-size: 22px;
  16. display: inline-block;
  17. "
  18. >
  19. {{ orgname }}
  20. </div>
  21. <div
  22. class="order-title"
  23. style="
  24. letter-spacing: 0;
  25. font-weight: 600;
  26. font-size: 22px;
  27. display: inline-block;
  28. "
  29. >
  30. 血液净化治疗记录单
  31. </div>
  32. </div>
  33. <div class="row">
  34. <div class="inline_block">
  35. 姓名:
  36. <div class="under_line" style="width: 50px; text-align: center">
  37. {{ patientInfo.name }}
  38. </div>
  39. </div>
  40. <div class="inline_block" style="margin-left: 10px">
  41. 性别:
  42. <div class="under_line" style="width: 30px; text-align: center">
  43. {{ patientInfo_gender_1 ? "男" : "女" }}
  44. </div>
  45. </div>
  46. <div class="inline_block" style="margin-left: 10px">
  47. 年龄:
  48. <div class="under_line" style="width: 30px; text-align: center">
  49. {{ getAge(patientInfo) }}
  50. </div>
  51. </div>
  52. <div class="inline_block">
  53. 门诊:
  54. <div class="under_line" style="width: 30px; text-align: center">
  55. <check-box :checked="patientInfo_source_1"></check-box>
  56. </div>
  57. </div>
  58. <div class="inline_block">
  59. 病区:
  60. <div class="under_line" style="width: 50px; text-align: center">
  61. <span>{{
  62. patientInfo.DialysisSchedule.device_zone.name
  63. ? patientInfo.DialysisSchedule.device_zone.name
  64. : "/"
  65. }}</span>
  66. </div>
  67. </div>
  68. <div class="inline_block">
  69. 床号:
  70. <div class="under_line" style="width: 50px; text-align: center">
  71. <span>{{
  72. dialysisOrder &&
  73. dialysisOrder.DeviceNumber &&
  74. dialysisOrder.DeviceNumber.number.length > 0
  75. ? dialysisOrder.DeviceNumber.number
  76. : patientInfo.DialysisSchedule.device_number.number
  77. }}</span>
  78. </div>
  79. </div>
  80. <div class="inline_block">
  81. 透析号:
  82. <div class="under_line" style="width: 70px; text-align: center">
  83. {{ patientInfo.dialysis_no }}
  84. </div>
  85. </div>
  86. <div class="inline_block" style="margin-left: 5px">
  87. 住院号/门诊号:
  88. <div
  89. class="under_line"
  90. style="width: 70px; text-align: left"
  91. v-if="receiverTreatmentAccess.admission_number"
  92. >
  93. {{ receiverTreatmentAccess.admission_number }}
  94. </div>
  95. <div
  96. class="under_line"
  97. style="width: 70px; text-align: left"
  98. v-else
  99. >
  100. {{ "/" }}
  101. </div>
  102. </div>
  103. </div>
  104. <div class="row">
  105. <div class="inline_block">
  106. 入科方式:
  107. <div
  108. v-for="(item, index) in way_arr"
  109. class="under_line"
  110. v-if="receiverTreatmentAccess.way == item.id"
  111. style="width: 180px; text-align: left"
  112. >
  113. {{ item.name }}
  114. </div>
  115. <!--<div-->
  116. <!--class="under_line"-->
  117. <!--v-if="receiverTreatmentAccess.way == 1"-->
  118. <!--style="width: 180px;text-align: left"-->
  119. <!--&gt;-->
  120. <!--步行-->
  121. <!--</div>-->
  122. <!--<div-->
  123. <!--class="under_line"-->
  124. <!--v-if="receiverTreatmentAccess.way == 2"-->
  125. <!--style="width: 180px;text-align: left"-->
  126. <!--&gt;-->
  127. <!--扶行-->
  128. <!--</div>-->
  129. <!--<div-->
  130. <!--class="under_line"-->
  131. <!--v-if="receiverTreatmentAccess.way == 3"-->
  132. <!--style="width: 180px;text-align: left"-->
  133. <!--&gt;-->
  134. <!--轮椅-->
  135. <!--</div>-->
  136. <!--<div-->
  137. <!--class="under_line"-->
  138. <!--v-if="receiverTreatmentAccess.way == 4"-->
  139. <!--style="width: 180px;text-align: left"-->
  140. <!--&gt;-->
  141. <!--平车-->
  142. <!--</div>-->
  143. </div>
  144. <div class="inline_block" style="margin-left: 10px">
  145. 诊断:
  146. <div
  147. class="under_line"
  148. style="
  149. width: 640px;
  150. text-align: left;
  151. word-wrap: break-word;
  152. white-space: inherit;
  153. "
  154. >
  155. {{ patientInfo.diagnose }}
  156. </div>
  157. </div>
  158. </div>
  159. <div
  160. class="row"
  161. :style="this.totollength > 13 ? 'margin-bottom:400px;' : ''"
  162. >
  163. <table class="proj_table">
  164. <tbody>
  165. <tr>
  166. <td
  167. colspan="2"
  168. style="
  169. letter-spacing: 5px;
  170. text-align: center;
  171. font-weight: 520;
  172. font-size: 16px;
  173. padding: 6px 8px;
  174. line-height: 30px;
  175. "
  176. >
  177. 透析前情况
  178. </td>
  179. </tr>
  180. <tr>
  181. <td colspan="2">
  182. <div
  183. class="row"
  184. style="padding: 2px 0; line-height: 23px; display: flex"
  185. >
  186. <div class="inline_block" style="flex: 1">
  187. 本次透析日期:
  188. <div
  189. class="under_line"
  190. style="width: 100px; text-align: center"
  191. >
  192. {{ xtdate }}
  193. </div>
  194. </div>
  195. <div class="inline_block" style="flex: 1">
  196. 透析次数:
  197. <div
  198. class="under_line"
  199. style="width: 70px; text-align: center"
  200. >
  201. {{
  202. patientInfo.total_dialysis +
  203. patientInfo.user_sys_before_count
  204. ? patientInfo.total_dialysis +
  205. patientInfo.user_sys_before_count
  206. : "/"
  207. }}
  208. </div>
  209. </div>
  210. <div class="inline_block" style="flex: 1">
  211. 透前症状:
  212. <div
  213. class="under_line"
  214. style="width: 150px; text-align: center"
  215. >
  216. {{
  217. predialysis.symptom_before_dialysis
  218. ? predialysis.symptom_before_dialysis
  219. : "/"
  220. }}
  221. </div>
  222. </div>
  223. </div>
  224. <div class="row" style="padding: 2px 0; line-height: 23px">
  225. <div class="inline_block">
  226. T:
  227. <div
  228. class="under_line"
  229. style="width: 50px; text-align: center"
  230. >
  231. {{
  232. predialysis.temperature
  233. ? predialysis.temperature
  234. : "/"
  235. }}
  236. </div>
  237. °C
  238. </div>
  239. <div class="inline_block" style="margin-left: 10px">
  240. P:
  241. <div
  242. class="under_line"
  243. style="width: 50px; text-align: center"
  244. >
  245. {{
  246. predialysis.pulse_frequency
  247. ? predialysis.pulse_frequency
  248. : "/"
  249. }}
  250. </div>
  251. 次/分
  252. </div>
  253. <div class="inline_block" style="margin-left: 10px">
  254. R:
  255. <div
  256. class="under_line"
  257. style="width: 50px; text-align: center"
  258. >
  259. {{
  260. predialysis.breathing_rate
  261. ? predialysis.breathing_rate
  262. : "/"
  263. }}
  264. </div>
  265. 次/分
  266. </div>
  267. <div class="inline_block" style="margin-left: 10px">
  268. BP:
  269. <div
  270. class="under_line"
  271. style="width: 50px; text-align: center"
  272. >
  273. {{
  274. predialysis.systolic_blood_pressure
  275. ? predialysis.systolic_blood_pressure
  276. : "/"
  277. }}
  278. </div>
  279. /
  280. <div
  281. class="under_line"
  282. style="width: 50px; text-align: center"
  283. >
  284. {{
  285. predialysis.diastolic_blood_pressure
  286. ? predialysis.diastolic_blood_pressure
  287. : "/"
  288. }}
  289. </div>
  290. mmHg
  291. </div>
  292. <div
  293. class="inline_block"
  294. style="margin-left: 10px; flex: 1"
  295. >
  296. 穿刺方式:
  297. <!-- <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 0">
  298. /
  299. </div>
  300. <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 1">
  301. 绳梯
  302. </div>
  303. <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 2">
  304. 扣眼
  305. </div>
  306. <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 3">
  307. 区域
  308. </div> -->
  309. <div
  310. class="under_line"
  311. style="width: 100px; text-align: center"
  312. v-if="predialysis.puncture_way == ''"
  313. >
  314. /
  315. </div>
  316. <div
  317. class="under_line"
  318. style="width: 100px; text-align: center"
  319. v-if="predialysis.puncture_way.indexOf('绳梯') > -1"
  320. >
  321. 绳梯
  322. </div>
  323. <div
  324. class="under_line"
  325. style="width: 100px; text-align: center"
  326. v-if="predialysis.puncture_way.indexOf('扣眼') > -1"
  327. >
  328. 扣眼
  329. </div>
  330. <div
  331. class="under_line"
  332. style="width: 100px; text-align: center"
  333. v-if="predialysis.puncture_way.indexOf('区域') > -1"
  334. >
  335. 区域
  336. </div>
  337. </div>
  338. <div
  339. class="inline_block"
  340. style="margin-left: 10px; flex: 1"
  341. >
  342. 穿刺针:
  343. <div
  344. class="under_line"
  345. style="width: 100px; text-align: center"
  346. >
  347. {{
  348. predialysis.puncture_needle
  349. ? predialysis.puncture_needle
  350. : "/"
  351. }}
  352. </div>
  353. </div>
  354. </div>
  355. <div
  356. class="row"
  357. style="padding: 2px 0; line-height: 23px; display: flex"
  358. >
  359. <div class="inline_block">
  360. 血管通路:
  361. <div
  362. class="under_line"
  363. style="width: 220px; text-align: center"
  364. >
  365. <!-- {{ QueryPartById(predialysis.blood_access_part_id) }} -->
  366. {{ predialysis.blood_access_part_id }}
  367. {{ predialysis.blood_access_part_opera_name }}
  368. </div>
  369. </div>
  370. <div class="inline_block" style="margin-left: 10px">
  371. 内瘘:
  372. <div
  373. class="under_line"
  374. style="
  375. width: 180px;
  376. text-align: center;
  377. white-space: normal;
  378. "
  379. >
  380. {{
  381. predialysis.internal_fistula
  382. ? predialysis.internal_fistula
  383. : "/"
  384. }}
  385. </div>
  386. </div>
  387. <div
  388. class="inline_block"
  389. style="margin-left: 10px; flex: 1.4"
  390. >
  391. 导管:
  392. <div
  393. class="under_line"
  394. style="width: 150px; text-align: center"
  395. >
  396. {{ predialysis.catheter ? predialysis.catheter : "/" }}
  397. </div>
  398. </div>
  399. <div
  400. class="inline_block"
  401. style="margin-left: 10px; flex: 1"
  402. v-if="org_id == 10223"
  403. >
  404. 导管打折:
  405. <div
  406. class="under_line"
  407. style="
  408. width: 50px;
  409. text-align: center;
  410. white-space: normal;
  411. "
  412. >
  413. <span v-if="predialysis.catheter_bend == 0">/</span>
  414. <span v-if="predialysis.catheter_bend == 1">有</span>
  415. <span v-if="predialysis.catheter_bend == 2">无</span>
  416. </div>
  417. </div>
  418. </div>
  419. <div
  420. class="row"
  421. style="padding: 2px 0; line-height: 23px; display: flex"
  422. >
  423. <div class="inline_block" style="flex: 1">
  424. 透析方式:
  425. <div
  426. class="under_line"
  427. style="
  428. width: 100px;
  429. text-align: center;
  430. font-weight: 600;
  431. "
  432. v-if="!prescription.mode_id"
  433. >
  434. /
  435. </div>
  436. <div
  437. class="under_line"
  438. style="
  439. width: 100px;
  440. text-align: center;
  441. font-weight: 600;
  442. "
  443. v-if="prescription.mode_id == 1"
  444. >
  445. HD
  446. </div>
  447. <div
  448. class="under_line"
  449. style="
  450. width: 100px;
  451. text-align: center;
  452. font-weight: 600;
  453. "
  454. v-if="prescription.mode_id == 2"
  455. >
  456. HDF
  457. </div>
  458. <div
  459. class="under_line"
  460. style="
  461. width: 100px;
  462. text-align: center;
  463. font-weight: 600;
  464. "
  465. v-if="prescription.mode_id == 3"
  466. >
  467. HD+HP
  468. </div>
  469. <div
  470. class="under_line"
  471. style="
  472. width: 100px;
  473. text-align: center;
  474. font-weight: 600;
  475. "
  476. v-if="prescription.mode_id == 4"
  477. >
  478. HP
  479. </div>
  480. <div
  481. class="under_line"
  482. style="
  483. width: 100px;
  484. text-align: center;
  485. font-weight: 600;
  486. "
  487. v-if="prescription.mode_id == 5"
  488. >
  489. HF
  490. </div>
  491. <div
  492. class="under_line"
  493. style="
  494. width: 100px;
  495. text-align: center;
  496. font-weight: 600;
  497. "
  498. v-if="prescription.mode_id == 6"
  499. >
  500. SCUF
  501. </div>
  502. <div
  503. class="under_line"
  504. style="
  505. width: 100px;
  506. text-align: center;
  507. font-weight: 600;
  508. "
  509. v-if="prescription.mode_id == 7"
  510. >
  511. IUF
  512. </div>
  513. <div
  514. class="under_line"
  515. style="
  516. width: 100px;
  517. text-align: center;
  518. font-weight: 600;
  519. "
  520. v-if="prescription.mode_id == 8"
  521. >
  522. HFHD
  523. </div>
  524. <div
  525. class="under_line"
  526. style="
  527. width: 100px;
  528. text-align: center;
  529. font-weight: 600;
  530. "
  531. v-if="prescription.mode_id == 9"
  532. >
  533. HFHD+HP
  534. </div>
  535. <div
  536. class="under_line"
  537. style="
  538. width: 100px;
  539. text-align: center;
  540. font-weight: 600;
  541. "
  542. v-if="prescription.mode_id == 10"
  543. >
  544. PHF
  545. </div>
  546. <div
  547. class="under_line"
  548. style="
  549. width: 100px;
  550. text-align: center;
  551. font-weight: 600;
  552. "
  553. v-if="prescription.mode_id == 11"
  554. >
  555. HFR
  556. </div>
  557. <div
  558. class="under_line"
  559. style="
  560. width: 100px;
  561. text-align: center;
  562. font-weight: 600;
  563. "
  564. v-if="prescription.mode_id == 12"
  565. >
  566. HDF+HP
  567. </div>
  568. <div
  569. class="under_line"
  570. style="
  571. width: 100px;
  572. text-align: center;
  573. font-weight: 600;
  574. "
  575. v-if="prescription.mode_id == 13"
  576. >
  577. CRRT
  578. </div>
  579. <div
  580. class="under_line"
  581. style="
  582. width: 100px;
  583. text-align: center;
  584. font-weight: 600;
  585. "
  586. v-if="prescription.mode_id == 14"
  587. >
  588. 腹水回输
  589. </div>
  590. <div
  591. class="under_line"
  592. style="
  593. width: 100px;
  594. text-align: center;
  595. font-weight: 600;
  596. "
  597. v-if="prescription.mode_id == 15"
  598. >
  599. HD前置换
  600. </div>
  601. <div
  602. class="under_line"
  603. style="
  604. width: 100px;
  605. text-align: center;
  606. font-weight: 600;
  607. "
  608. v-if="prescription.mode_id == 16"
  609. >
  610. HD后置换
  611. </div>
  612. <div
  613. class="under_line"
  614. style="
  615. width: 100px;
  616. text-align: center;
  617. font-weight: 600;
  618. "
  619. v-if="prescription.mode_id == 17"
  620. >
  621. HDF前置换
  622. </div>
  623. <div
  624. class="under_line"
  625. style="
  626. width: 100px;
  627. text-align: center;
  628. font-weight: 600;
  629. "
  630. v-if="prescription.mode_id == 18"
  631. >
  632. HDF后置换
  633. </div>
  634. <div
  635. class="under_line"
  636. style="
  637. width: 100px;
  638. text-align: center;
  639. font-weight: 600;
  640. "
  641. v-if="prescription.mode_id == 19"
  642. >
  643. IUF+HD
  644. </div>
  645. <div
  646. class="under_line"
  647. style="
  648. width: 150px;
  649. text-align: center;
  650. font-weight: 600;
  651. "
  652. v-if="prescription.mode_id == 22"
  653. >
  654. 血浆胆红素吸附+HDF
  655. </div>
  656. <div
  657. class="under_line"
  658. style="
  659. bwidth: 150px;
  660. text-align: center;
  661. font-weight: 600;
  662. "
  663. v-if="prescription.mode_id == 23"
  664. >
  665. 血浆胆红素吸附
  666. </div>
  667. <div
  668. class="under_line"
  669. style="
  670. width: 100px;
  671. text-align: center;
  672. font-weight: 600;
  673. "
  674. v-if="prescription.mode_id == 29"
  675. >
  676. PE
  677. </div>
  678. <div
  679. class="under_line"
  680. style="
  681. width: 150px;
  682. text-align: center;
  683. font-weight: 600;
  684. "
  685. v-if="prescription.mode_id == 30"
  686. >
  687. 血浆胆红素吸附+HP
  688. </div>
  689. </div>
  690. <div
  691. class="inline_block"
  692. style="margin-left: 10px; flex: 1"
  693. >
  694. 置换方式:
  695. <div
  696. class="under_line"
  697. style="width: 100px; text-align: center"
  698. >
  699. {{
  700. getDisplaceLiquiPart(prescription.displace_liqui_part)
  701. }}
  702. </div>
  703. </div>
  704. <div
  705. class="inline_block"
  706. style="margin-left: 10px; flex: 1"
  707. >
  708. 置换量:
  709. <div
  710. class="under_line"
  711. style="width: 70px; text-align: center"
  712. >
  713. {{
  714. prescription.displace_liqui_value
  715. ? prescription.displace_liqui_value
  716. : "/"
  717. }}
  718. </div>
  719. L
  720. </div>
  721. <div
  722. class="inline_block"
  723. style="margin-left: 10px; flex: 1"
  724. >
  725. 血流量:
  726. <div
  727. class="under_line"
  728. style="width: 50px; text-align: center"
  729. >
  730. {{
  731. prescription.blood_flow_volume
  732. ? prescription.blood_flow_volume
  733. : "/"
  734. }}
  735. </div>
  736. ml/min
  737. </div>
  738. <div class="inline_block" style="margin-left: 1px; flex: 1">
  739. 透析时间:
  740. <div
  741. class="under_line"
  742. style="width: 30px; text-align: center"
  743. >
  744. {{
  745. prescription.dialysis_duration_hour
  746. ? prescription.dialysis_duration_hour
  747. : "/"
  748. }}
  749. </div>
  750. h
  751. <div
  752. class="under_line"
  753. style="width: 30px; text-align: center"
  754. >
  755. {{
  756. prescription.dialysis_duration_minute
  757. ? prescription.dialysis_duration_minute
  758. : "/"
  759. }}
  760. </div>
  761. min
  762. </div>
  763. </div>
  764. <div
  765. class="row"
  766. style="padding: 2px 0; line-height: 23px; display: flex"
  767. >
  768. <div class="inline_block" style="flex: 1">
  769. 透析器/灌流器:
  770. <div
  771. class="under_line"
  772. style="width: 100px; text-align: center"
  773. >
  774. {{
  775. prescription.dialyzer_perfusion_apparatus
  776. ? prescription.dialyzer_perfusion_apparatus
  777. : ""
  778. }}
  779. {{
  780. prescription.dialysis_dialyszers
  781. ? prescription.dialysis_dialyszers
  782. : "/"
  783. }}
  784. </div>
  785. </div>
  786. <div class="inline_block" style="flex: 1">
  787. 灌流器:
  788. <div
  789. class="under_line"
  790. style="width: 70px; text-align: center"
  791. >
  792. {{
  793. prescription.dialysis_irrigation
  794. ? prescription.dialysis_irrigation
  795. : "/"
  796. }}
  797. </div>
  798. </div>
  799. <div
  800. class="inline_block"
  801. style="flex: 1"
  802. v-if="org_id == 9538"
  803. >
  804. 血浆分离器:
  805. <div
  806. class="under_line"
  807. style="width: 70px; text-align: center"
  808. >
  809. <span
  810. v-if="
  811. prescription.plasma_separator
  812. ? prescription.plasma_separator != 0 &&
  813. prescription.plasma_separator != '0'
  814. : false
  815. "
  816. >{{ prescription.plasma_separator }}</span
  817. >
  818. <span v-else>/</span>
  819. </div>
  820. </div>
  821. <div
  822. class="inline_block"
  823. style="flex: 1"
  824. v-if="org_id == 9538"
  825. >
  826. 胆红素吸附柱:
  827. <div
  828. class="under_line"
  829. style="width: 70px; text-align: center"
  830. >
  831. <span
  832. v-if="
  833. prescription.bilirubin_adsorption_column
  834. ? prescription.bilirubin_adsorption_column != 0 &&
  835. prescription.bilirubin_adsorption_column != '0'
  836. : false
  837. "
  838. >{{ prescription.bilirubin_adsorption_column }}</span
  839. >
  840. <span v-else>/</span>
  841. </div>
  842. </div>
  843. </div>
  844. <div
  845. class="row"
  846. style="padding: 2px 0; line-height: 23px; display: flex"
  847. >
  848. <div class="inline_block" style="flex: 1">
  849. 上次透后体重:
  850. <div
  851. class="under_line"
  852. style="width: 100px; text-align: center"
  853. >
  854. <span v-if="org_id == 10290">{{
  855. lastafterdialysis.weight_after
  856. }}</span>
  857. <span v-else>{{
  858. predialysis.weight_after_last_transparency
  859. ? predialysis.weight_after_last_transparency
  860. : "未称重"
  861. }}</span>
  862. <!-- {{ predialysis.weight_after_last_transparency ? parseFloat(lastafterdialysis.weight_after - lastafterdialysis.additional_weight).toFixed(1) : "未称重" }} -->
  863. </div>
  864. kg
  865. </div>
  866. <div class="inline_block" style="flex: 1">
  867. 透前体重:
  868. <div
  869. class="under_line"
  870. style="width: 70px; text-align: center"
  871. >
  872. {{
  873. predialysis.weight_before
  874. ? parseFloat(
  875. predialysis.weight_before -
  876. predialysis.additional_weight
  877. ).toFixed(1)
  878. : "/"
  879. }}
  880. </div>
  881. kg
  882. </div>
  883. <div class="inline_block" style="flex: 1">
  884. 计划超滤量:
  885. <div
  886. class="under_line"
  887. style="width: 100px; text-align: center"
  888. >
  889. {{
  890. prescription.target_ultrafiltration
  891. ? prescription.target_ultrafiltration
  892. : "/"
  893. }}
  894. </div>
  895. L
  896. </div>
  897. <div class="inline_block" style="flex: 1">
  898. 干体重:
  899. <div
  900. class="under_line"
  901. style="width: 100px; text-align: center"
  902. >
  903. {{
  904. predialysis.dry_weight ? predialysis.dry_weight : "/"
  905. }}
  906. </div>
  907. kg
  908. </div>
  909. </div>
  910. <div class="row" style="padding: 2px 0; line-height: 23px">
  911. <div class="inline_block">
  912. 透析液成分钾:
  913. <div
  914. class="under_line"
  915. style="width: 50px; text-align: center"
  916. >
  917. {{ prescription.kalium ? prescription.kalium : "/" }}
  918. </div>
  919. mmol/L
  920. </div>
  921. <div class="inline_block" style="margin-left: 10px">
  922. 钠:
  923. <div
  924. class="under_line"
  925. style="width: 50px; text-align: center"
  926. >
  927. {{ prescription.sodium ? prescription.sodium : "/" }}
  928. </div>
  929. mmol/L
  930. </div>
  931. <div class="inline_block" style="margin-left: 10px">
  932. 钙:
  933. <div
  934. class="under_line"
  935. style="width: 50px; text-align: center"
  936. >
  937. {{ prescription.calcium ? prescription.calcium : "/" }}
  938. </div>
  939. mmol/L
  940. </div>
  941. <div class="inline_block" style="margin-left: 10px">
  942. 碳酸氢根:
  943. <div
  944. class="under_line"
  945. style="width: 50px; text-align: center"
  946. >
  947. {{
  948. prescription.bicarbonate
  949. ? prescription.bicarbonate
  950. : "/"
  951. }}
  952. </div>
  953. mmol/L
  954. </div>
  955. <div class="inline_block" style="margin-left: 10px">
  956. 流量:
  957. <div
  958. class="under_line"
  959. style="width: 50px; text-align: center"
  960. >
  961. {{
  962. prescription.dialysate_flow
  963. ? prescription.dialysate_flow
  964. : "/"
  965. }}
  966. </div>
  967. ml/min
  968. </div>
  969. </div>
  970. <div class="row" style="padding: 2px 0; line-height: 23px">
  971. <div class="inline_block">
  972. 抗凝剂:
  973. <div
  974. class="under_line"
  975. style="width: 150px; text-align: center"
  976. >
  977. {{
  978. prescription.anticoagulant_name
  979. ? prescription.anticoagulant_name
  980. : "/"
  981. }}
  982. </div>
  983. </div>
  984. <div
  985. class="inline_block"
  986. style="margin-left: 20px"
  987. v-if="prescription.anticoagulant != 5"
  988. >
  989. 首剂:
  990. <div
  991. class="under_line"
  992. style="width: 50px; text-align: center"
  993. >
  994. {{
  995. prescription.anticoagulant_shouji
  996. ? prescription.anticoagulant_shouji
  997. : "/"
  998. }}
  999. </div>
  1000. <span v-if="prescription.anticoagulant == 4">mg</span>
  1001. <span v-if="prescription.anticoagulant == 3">iu</span>
  1002. <span v-if="prescription.anticoagulant == 2">iu</span>
  1003. <span v-if="prescription.anticoagulant == 1">mg</span>
  1004. </div>
  1005. <div class="inline_block" style="margin-left: 20px">
  1006. 维持:
  1007. <div
  1008. v-if="prescription.anticoagulant == 1"
  1009. class="under_line"
  1010. style="width: 50px; text-align: center"
  1011. >
  1012. {{
  1013. prescription.anticoagulant_weichi
  1014. ? prescription.anticoagulant_weichi
  1015. : "/"
  1016. }}
  1017. </div>
  1018. <div
  1019. v-if="prescription.anticoagulant != 1"
  1020. class="under_line"
  1021. style="width: 50px; text-align: center"
  1022. >
  1023. {{
  1024. prescription.anticoagulant_weichi
  1025. ? prescription.anticoagulant_weichi
  1026. : "0"
  1027. }}
  1028. </div>
  1029. <span v-if="prescription.anticoagulant == 5">ml/h</span>
  1030. <span v-if="prescription.anticoagulant == 4">mg/h</span>
  1031. <span v-if="prescription.anticoagulant == 3">iu/h</span>
  1032. <span v-if="prescription.anticoagulant == 2">iu/h</span>
  1033. <span v-if="prescription.anticoagulant == 1">mg/h</span>
  1034. </div>
  1035. <div
  1036. class="inline_block"
  1037. style="margin-left: 20px"
  1038. v-if="prescription.anticoagulant == 5"
  1039. >
  1040. 钙名称:
  1041. <div
  1042. class="under_line"
  1043. style="width: 150px; text-align: center"
  1044. >
  1045. {{
  1046. prescription.anticoagulant_gaimingcheng
  1047. ? prescription.anticoagulant_gaimingcheng
  1048. : "/"
  1049. }}
  1050. </div>
  1051. </div>
  1052. <div
  1053. class="inline_block"
  1054. style="margin-left: 20px"
  1055. v-if="prescription.anticoagulant == 5"
  1056. >
  1057. 钙剂量:
  1058. <div
  1059. class="under_line"
  1060. style="width: 50px; text-align: center"
  1061. >
  1062. {{
  1063. prescription.anticoagulant_gaijiliang
  1064. ? prescription.anticoagulant_gaijiliang
  1065. : "/"
  1066. }}
  1067. </div>
  1068. ml
  1069. </div>
  1070. <div
  1071. class="inline_block"
  1072. style="margin-left: 20px"
  1073. v-if="prescription.anticoagulant != 5"
  1074. >
  1075. 总量:
  1076. <div
  1077. class="under_line"
  1078. style="width: 50px; text-align: center"
  1079. >
  1080. {{
  1081. prescription.anticoagulant_zongliang
  1082. ? prescription.anticoagulant_zongliang
  1083. : "/"
  1084. }}
  1085. </div>
  1086. <span v-if="prescription.anticoagulant == 4">mg</span>
  1087. <span v-if="prescription.anticoagulant == 3">iu</span>
  1088. <span v-if="prescription.anticoagulant == 2">iu</span>
  1089. <span v-if="prescription.anticoagulant == 1">mg</span>
  1090. </div>
  1091. <div class="inline_block" style="margin-left: 20px">
  1092. 透析机号:
  1093. <div
  1094. class="under_line"
  1095. style="width: 50px; text-align: center"
  1096. >
  1097. {{
  1098. dialysisOrder &&
  1099. dialysisOrder.DeviceNumber &&
  1100. dialysisOrder.DeviceNumber.number.length > 0
  1101. ? dialysisOrder.DeviceNumber.number
  1102. : patientInfo.DialysisSchedule.device_number.number
  1103. }}
  1104. </div>
  1105. </div>
  1106. </div>
  1107. <div
  1108. class="row"
  1109. style="padding: 2px 0; line-height: 23px; display: flex"
  1110. >
  1111. <div
  1112. class="inline_block"
  1113. style="flex: 1; display: inline-block"
  1114. >
  1115. 备注:
  1116. <div
  1117. class="under_line"
  1118. style="
  1119. width: 860px;
  1120. line-height: 25px;
  1121. text-align: left;
  1122. margin-left: 2px;
  1123. display: inline-block;
  1124. white-space: normal;
  1125. "
  1126. >
  1127. {{ predialysis.remark ? predialysis.remark : "/" }}
  1128. </div>
  1129. </div>
  1130. </div>
  1131. </td>
  1132. </tr>
  1133. <tr>
  1134. <td style="padding: 0; position: relative" colspan="2">
  1135. <table class="inside_table">
  1136. <tbody>
  1137. <tr>
  1138. <td
  1139. :colspan="
  1140. prescription.mode_id == 2 ||
  1141. prescription.mode_id == 5
  1142. ? 12
  1143. : 11
  1144. "
  1145. style="
  1146. letter-spacing: 5px;
  1147. text-align: center;
  1148. font-weight: 520;
  1149. font-size: 16px;
  1150. padding: 6px 8px;
  1151. line-height: 30px;
  1152. "
  1153. >
  1154. 治疗记录
  1155. </td>
  1156. </tr>
  1157. <tr>
  1158. <td width="60">时间</td>
  1159. <td width="60">血压<br />(mmHg)</td>
  1160. <td width="50">脉搏<br />(次/分)</td>
  1161. <td width="50">呼吸<br />(次/分)</td>
  1162. <td width="50">血流量<br />(ml/min)</td>
  1163. <td width="50">
  1164. 静脉压<br />({{
  1165. monitors[0] &&
  1166. monitors[0]["venous_pressure_type"] == 2
  1167. ? "kpa"
  1168. : "mmHg"
  1169. }})
  1170. </td>
  1171. <td width="50">
  1172. 跨膜压<br />({{
  1173. monitors[0] &&
  1174. monitors[0]["transmembrane_pressure_type"] == 2
  1175. ? "kpa"
  1176. : "mmHg"
  1177. }})
  1178. </td>
  1179. <td width="60" v-if="org_id != 9836">透析液温度(°C)</td>
  1180. <td width="60" v-if="org_id == 9836">体温(°C)</td>
  1181. <td width="50">电导度<br />(ms/cm)</td>
  1182. <td width="50">超滤量<br />(ml)</td>
  1183. <td
  1184. v-if="
  1185. prescription.mode_id == 2 ||
  1186. prescription.mode_id == 5 ||
  1187. prescription.mode_id == 12
  1188. "
  1189. width="50"
  1190. >
  1191. 置换量<br />(ml)
  1192. </td>
  1193. <td width="200" v-if="org_id == 9919">ktv</td>
  1194. <td width="200">病情变化及处理</td>
  1195. <!-- <td width="100">时间</td>
  1196. <td width="30">T<br>C°</td>
  1197. <td width="30">P<br/>次/分</td>
  1198. <td width="30">R<br/>次/分</td>
  1199. <td width="100">BP<br/>mmHg</td>
  1200. <td width="60">静脉压/动脉压<br/>mmHg</td>
  1201. <td width="80">血流量<br/>ml/min</td>
  1202. <td width="90">超滤量累计L</td>
  1203. <td width="80">钠浓度<br/>mmol/L</td>
  1204. <td width="240">病情特殊情况处理<br/>及专科护理措施记录</td>
  1205. <td width="100">护士签名</td> -->
  1206. </tr>
  1207. <tr
  1208. v-for="(monitor, monindex) in monitors"
  1209. :key="monindex"
  1210. >
  1211. <td>{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
  1212. <td>
  1213. {{
  1214. monitor.systolic_blood_pressure
  1215. ? monitor.systolic_blood_pressure + "/"
  1216. : ""
  1217. }}
  1218. {{
  1219. monitor.diastolic_blood_pressure
  1220. ? monitor.diastolic_blood_pressure
  1221. : ""
  1222. }}
  1223. </td>
  1224. <td>
  1225. {{
  1226. monitor.pulse_frequency
  1227. ? monitor.pulse_frequency
  1228. : ""
  1229. }}
  1230. </td>
  1231. <td>
  1232. {{
  1233. monitor.breathing_rate ? monitor.breathing_rate : ""
  1234. }}
  1235. </td>
  1236. <td>
  1237. {{
  1238. monitor.blood_flow_volume
  1239. ? monitor.blood_flow_volume
  1240. : ""
  1241. }}
  1242. </td>
  1243. <td>
  1244. {{
  1245. monitor.venous_pressure
  1246. ? monitor.venous_pressure
  1247. : ""
  1248. }}
  1249. </td>
  1250. <td>
  1251. <span
  1252. v-if="
  1253. (dialysisOrder &&
  1254. monitor.operate_time >
  1255. dialysisOrder.end_time) ||
  1256. (dialysisOrder &&
  1257. monitor.operate_time < dialysisOrder.start_time)
  1258. "
  1259. >
  1260. {{
  1261. monitor.transmembrane_pressure
  1262. ? monitor.transmembrane_pressure
  1263. : ""
  1264. }}
  1265. </span>
  1266. <span
  1267. v-if="
  1268. dialysisOrder &&
  1269. monitor.operate_time <= dialysisOrder.end_time &&
  1270. dialysisOrder &&
  1271. monitor.operate_time >= dialysisOrder.start_time
  1272. "
  1273. >
  1274. {{
  1275. monitor.transmembrane_pressure
  1276. ? monitor.transmembrane_pressure
  1277. : 0
  1278. }}
  1279. </span>
  1280. </td>
  1281. <td v-if="org_id != 9836">
  1282. {{
  1283. monitor.dialysate_temperature
  1284. ? monitor.dialysate_temperature
  1285. : ""
  1286. }}
  1287. </td>
  1288. <td v-if="org_id == 9836">
  1289. {{ monitor.temperature ? monitor.temperature : "" }}
  1290. </td>
  1291. <td v-if="org_id != 9538">
  1292. {{ monitor.conductivity ? monitor.conductivity : "" }}
  1293. </td>
  1294. <td v-if="org_id == 9538">
  1295. {{
  1296. monitor.sodium_concentration
  1297. ? monitor.sodium_concentration
  1298. : ""
  1299. }}
  1300. </td>
  1301. <td
  1302. v-if="
  1303. (dialysisOrder &&
  1304. monitor.operate_time > dialysisOrder.end_time) ||
  1305. (dialysisOrder &&
  1306. monitor.operate_time < dialysisOrder.start_time)
  1307. "
  1308. >
  1309. {{
  1310. monitor.ultrafiltration_volume
  1311. ? monitor.ultrafiltration_volume
  1312. : ""
  1313. }}
  1314. </td>
  1315. <td
  1316. v-if="
  1317. dialysisOrder &&
  1318. monitor.operate_time <= dialysisOrder.end_time &&
  1319. dialysisOrder &&
  1320. monitor.operate_time >= dialysisOrder.start_time
  1321. "
  1322. >
  1323. {{
  1324. monitor.ultrafiltration_volume
  1325. ? monitor.ultrafiltration_volume
  1326. : "0"
  1327. }}
  1328. </td>
  1329. <!-- <td style="width:50px">
  1330. <span v-if="(prescription.mode_id == 2 || prescription.mode_id == 5 || prescription.mode_id == 12) && ((dialysisOrder && monitor.operate_time <= dialysisOrder.end_time) && (dialysisOrder && monitor.operate_time >= dialysisOrder.start_time))">
  1331. {{ monitor.displacement_quantity ? monitor.displacement_quantity : 0 }}
  1332. </span>
  1333. <span v-if="(prescription.mode_id == 2 || prescription.mode_id == 5 || prescription.mode_id == 12) && ((dialysisOrder && monitor.operate_time > dialysisOrder.end_time) || (dialysisOrder && monitor.operate_time < dialysisOrder.start_time))">
  1334. {{ monitor.displacement_quantity ? monitor.displacement_quantity : "" }}
  1335. </span>
  1336. </td> -->
  1337. <td
  1338. v-if="
  1339. prescription.mode_id == 2 ||
  1340. prescription.mode_id == 5 ||
  1341. prescription.mode_id == 12
  1342. "
  1343. style="width: 50px"
  1344. >
  1345. <span>
  1346. {{
  1347. monitor.displacement_quantity
  1348. ? monitor.displacement_quantity
  1349. : ""
  1350. }}
  1351. </span>
  1352. </td>
  1353. <td width="200" v-if="org_id == 9919">
  1354. {{ monitor.ktv }}
  1355. </td>
  1356. <td style="line-height: 16px; padding: 0px">
  1357. <div
  1358. style="
  1359. min-height: 35px;
  1360. line-height: 35px;
  1361. overflow: hidden;
  1362. "
  1363. >
  1364. <span
  1365. style="
  1366. word-break: break-all;
  1367. margin: 0;
  1368. line-height: 16px;
  1369. -webkit-line-clamp: 3;
  1370. overflow: visible;
  1371. display: inline-block;
  1372. vertical-align: middle;
  1373. height: auto;
  1374. "
  1375. >
  1376. <template
  1377. v-if="
  1378. dialysisOrder &&
  1379. monitor.operate_time ==
  1380. dialysisOrder.start_time
  1381. "
  1382. >【开始透析】</template
  1383. >
  1384. {{ monitor.end }} {{ monitor.symptom }} &nbsp;{{
  1385. monitor.dispose
  1386. }}
  1387. &nbsp;{{ monitor.result }}
  1388. </span>
  1389. </div>
  1390. </td>
  1391. </tr>
  1392. <tr
  1393. v-for="(monitor, monindex) in monitors2"
  1394. :key="monindex"
  1395. >
  1396. <td></td>
  1397. <td></td>
  1398. <td></td>
  1399. <td></td>
  1400. <td></td>
  1401. <td></td>
  1402. <td></td>
  1403. <td></td>
  1404. <td></td>
  1405. <td></td>
  1406. <td
  1407. v-if="
  1408. prescription.mode_id == 2 ||
  1409. prescription.mode_id == 5 ||
  1410. prescription.mode_id == 12
  1411. "
  1412. width="50"
  1413. ></td>
  1414. <td v-if="org_id == 9919"></td>
  1415. <td style="line-height: 16px; padding: 0px">
  1416. <div
  1417. style="
  1418. height: 40px;
  1419. line-height: 20px;
  1420. overflow: hidden;
  1421. "
  1422. >
  1423. <span
  1424. style="
  1425. word-break: break-all;
  1426. margin: 0;
  1427. line-height: 16px;
  1428. -webkit-line-clamp: 3;
  1429. overflow: visible;
  1430. display: inline-block;
  1431. vertical-align: middle;
  1432. height: auto;
  1433. "
  1434. >
  1435. </span>
  1436. </div>
  1437. </td>
  1438. </tr>
  1439. </tbody>
  1440. </table>
  1441. </td>
  1442. </tr>
  1443. <tr>
  1444. <td style="padding: 0; position: relative" colspan="2">
  1445. <table class="inside_table">
  1446. <tbody>
  1447. <tr style="line-height: 35px; padding: 8px 5px">
  1448. <td
  1449. colspan="7"
  1450. style="
  1451. letter-spacing: 5px;
  1452. text-align: center;
  1453. font-weight: 520;
  1454. font-size: 16px;
  1455. padding: 6px 8px;
  1456. line-height: 30px;
  1457. "
  1458. >
  1459. 医嘱内容
  1460. </td>
  1461. </tr>
  1462. <!-- <tr style="line-height:35px;padding:8px 5px;">
  1463. <td colspan="4" style="font-size: 16px">开医嘱</td>
  1464. <td colspan="3" style="font-size: 16px">执行核对医嘱</td>
  1465. </tr> -->
  1466. <tr style="line-height: 35px; padding: 8px 5px">
  1467. <td style="font-size: 16px" width="10%">时间</td>
  1468. <td style="font-size: 16px" colspan="2" width="45%">
  1469. 医嘱内容
  1470. </td>
  1471. <td style="font-size: 16px" width="10%">医生签名</td>
  1472. <!-- <td style="font-size: 16px" width="10%">核对人签名</td> -->
  1473. <td style="font-size: 16px" width="10%">执行人签名</td>
  1474. <td style="font-size: 16px" width="10%">时间</td>
  1475. </tr>
  1476. <!-- <template v-for="group in doctor_advices" > -->
  1477. <tr
  1478. v-for="(advice, advice_index) in doctor_advices"
  1479. :key="advice_index"
  1480. >
  1481. <td height="32px">
  1482. <span v-if="advice.start_time">
  1483. {{ getTime(advice.start_time, "{h}:{i}") }}
  1484. </span>
  1485. <!-- <span v-else>&nbsp;<br/>&nbsp;</span> -->
  1486. </td>
  1487. <td
  1488. height="32px"
  1489. colspan="2"
  1490. class="advice-name"
  1491. style="padding-left: 7px"
  1492. >
  1493. <span v-if="advice.parent_id > 0">---></span>
  1494. <span>{{ advice.advice_name }}</span>
  1495. <span v-if="advice && advice.advice_desc"
  1496. >({{ advice.advice_desc
  1497. }}{{ advice.drug_spec_unit }})</span
  1498. >
  1499. <span v-if="advice.prescribing_number"
  1500. >&nbsp;&nbsp; {{ advice.prescribing_number
  1501. }}{{ advice.prescribing_number_unit }}</span
  1502. >
  1503. <span v-if="advice.single_dose != 0"
  1504. >{{ advice.single_dose
  1505. }}{{ advice.single_dose_unit }}</span
  1506. >
  1507. <span v-if="advice.parent_id == 0">{{
  1508. advice.delivery_way
  1509. }}</span>
  1510. <span v-if="advice.parent_id == 0">{{
  1511. advice.execution_frequency
  1512. }}</span>
  1513. <span
  1514. v-if="
  1515. advice.parent_id == 0 && advice.remark.length > 0
  1516. "
  1517. >({{ advice.remark }})</span
  1518. >
  1519. </td>
  1520. <!-- <td colspan="2" height="60px" style="text-align: center" v-else >
  1521. <span>{{advice.delivery_way}}</span>
  1522. <span>{{advice.execution_frequency}}</span>
  1523. <span v-if="advice.remark.length > 0">({{advice.remark}})</span>
  1524. </td> -->
  1525. <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
  1526. <td height="32px">
  1527. <span
  1528. v-if="setAdminUserES(advice.advice_doctor) == ''"
  1529. >{{ getAdminUser(advice.advice_doctor) }}</span
  1530. >
  1531. <img
  1532. style="height: 30px"
  1533. :src="setAdminUserES(advice.advice_doctor)"
  1534. alt=""
  1535. srcset=""
  1536. v-else
  1537. />
  1538. </td>
  1539. <!-- <td height="35px">
  1540. <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
  1541. <img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
  1542. </td> -->
  1543. <td height="32px">
  1544. <span
  1545. v-if="setAdminUserES(advice.execution_staff) == ''"
  1546. >{{ getAdminUser(advice.execution_staff) }}</span
  1547. >
  1548. <img
  1549. style="height: 30px"
  1550. :src="setAdminUserES(advice.execution_staff)"
  1551. alt=""
  1552. srcset=""
  1553. v-else
  1554. />
  1555. </td>
  1556. <td height="32px">
  1557. <span v-if="advice.execution_time">{{
  1558. getTime(advice.execution_time, "{h}:{i}")
  1559. }}</span>
  1560. </td>
  1561. </tr>
  1562. <!-- </template> -->
  1563. </tbody>
  1564. </table>
  1565. </td>
  1566. </tr>
  1567. </tbody>
  1568. </table>
  1569. </div>
  1570. <template v-if="this.totollength > 13">
  1571. <div style="display: inline-block; width: 100%; text-align: center">
  1572. <div
  1573. class="order-yy-name"
  1574. style="
  1575. letter-spacing: 0;
  1576. font-weight: 600;
  1577. font-size: 22px;
  1578. display: inline-block;
  1579. "
  1580. >
  1581. {{ orgname }}
  1582. </div>
  1583. <div
  1584. class="order-title"
  1585. style="
  1586. letter-spacing: 0;
  1587. font-weight: 600;
  1588. font-size: 22px;
  1589. display: inline-block;
  1590. "
  1591. >
  1592. 血液净化治疗记录单
  1593. </div>
  1594. </div>
  1595. <div class="row">
  1596. <div class="inline_block">
  1597. 姓名:
  1598. <div class="under_line" style="width: 50px; text-align: center">
  1599. {{ patientInfo.name }}
  1600. </div>
  1601. </div>
  1602. <div class="inline_block" style="margin-left: 10px">
  1603. 性别:
  1604. <div class="under_line" style="width: 30px; text-align: center">
  1605. {{ patientInfo_gender_1 ? "男" : "女" }}
  1606. </div>
  1607. </div>
  1608. <div class="inline_block" style="margin-left: 10px">
  1609. 年龄:
  1610. <div class="under_line" style="width: 30px; text-align: center">
  1611. {{ getAge(patientInfo) }}
  1612. </div>
  1613. </div>
  1614. <div class="inline_block">
  1615. 门诊:
  1616. <div class="under_line" style="width: 30px; text-align: center">
  1617. <check-box :checked="patientInfo_source_1"></check-box>
  1618. </div>
  1619. </div>
  1620. <div class="inline_block">
  1621. 病区:
  1622. <div class="under_line" style="width: 50px; text-align: center">
  1623. <span>{{
  1624. patientInfo.DialysisSchedule.device_zone.name
  1625. ? patientInfo.DialysisSchedule.device_zone.name
  1626. : "/"
  1627. }}</span>
  1628. </div>
  1629. </div>
  1630. <div class="inline_block">
  1631. 床号:
  1632. <div class="under_line" style="width: 50px; text-align: center">
  1633. <span>{{
  1634. dialysisOrder &&
  1635. dialysisOrder.DeviceNumber &&
  1636. dialysisOrder.DeviceNumber.number.length > 0
  1637. ? dialysisOrder.DeviceNumber.number
  1638. : patientInfo.DialysisSchedule.device_number.number
  1639. }}</span>
  1640. </div>
  1641. </div>
  1642. <div class="inline_block">
  1643. 透析号:
  1644. <div class="under_line" style="width: 70px; text-align: center">
  1645. {{ patientInfo.dialysis_no }}
  1646. </div>
  1647. </div>
  1648. <div class="inline_block" style="margin-left: 5px">
  1649. 住院号/门诊号:
  1650. <div
  1651. class="under_line"
  1652. style="width: 70px; text-align: left"
  1653. v-if="patientInfo.admission_number"
  1654. >
  1655. {{ patientInfo.admission_number }}
  1656. </div>
  1657. <div
  1658. class="under_line"
  1659. style="width: 70px; text-align: left"
  1660. v-else
  1661. >
  1662. {{ "/" }}
  1663. </div>
  1664. </div>
  1665. </div>
  1666. <div class="row" style="margin-bottom: 10px">
  1667. <div class="inline_block">
  1668. 入科方式:
  1669. <!--<check-box v-for="item, index in nutrition_arr" :key="index" :text="item.name" :checked="receiverTreatmentAccess.nutrition == item.id?true:false"></check-box>-->
  1670. <div
  1671. v-for="(item, index) in way_arr"
  1672. class="under_line"
  1673. v-if="receiverTreatmentAccess.way == item.id"
  1674. style="width: 180px; text-align: left"
  1675. >
  1676. {{ item.name }}
  1677. </div>
  1678. <!--<div-->
  1679. <!--class="under_line"-->
  1680. <!--v-if="receiverTreatmentAccess.way == 0"-->
  1681. <!--style="width: 180px;text-align: left"-->
  1682. <!--&gt;</div>-->
  1683. <!--<div-->
  1684. <!--class="under_line"-->
  1685. <!--v-if="receiverTreatmentAccess.way == 1"-->
  1686. <!--style="width: 180px;text-align: left"-->
  1687. <!--&gt;-->
  1688. <!--步行-->
  1689. <!--</div>-->
  1690. <!--<div-->
  1691. <!--class="under_line"-->
  1692. <!--v-if="receiverTreatmentAccess.way == 2"-->
  1693. <!--style="width: 180px;text-align: left"-->
  1694. <!--&gt;-->
  1695. <!--扶行-->
  1696. <!--</div>-->
  1697. <!--<div-->
  1698. <!--class="under_line"-->
  1699. <!--v-if="receiverTreatmentAccess.way == 3"-->
  1700. <!--style="width: 180px;text-align: left"-->
  1701. <!--&gt;-->
  1702. <!--轮椅-->
  1703. <!--</div>-->
  1704. <!--<div-->
  1705. <!--class="under_line"-->
  1706. <!--v-if="receiverTreatmentAccess.way == 4"-->
  1707. <!--style="width: 180px;text-align: left"-->
  1708. <!--&gt;-->
  1709. <!--平车-->
  1710. <!--</div>-->
  1711. </div>
  1712. <div class="inline_block" style="margin-left: 10px">
  1713. 诊断:
  1714. <div
  1715. class="under_line"
  1716. style="
  1717. width: 640px;
  1718. text-align: left;
  1719. word-break: break-all;
  1720. word-wrap: break-word;
  1721. display: inline-block;
  1722. "
  1723. >
  1724. {{ patientInfo.diagnose }}
  1725. </div>
  1726. </div>
  1727. </div>
  1728. </template>
  1729. <div class="row" style="margin-top: -11px; position: relative">
  1730. <table class="proj_table">
  1731. <tbody>
  1732. <template v-if="doctor_advices_2.length > 0">
  1733. <tr style="line-height: 35px; padding: 8px 5px">
  1734. <td
  1735. colspan="7"
  1736. style="
  1737. letter-spacing: 5px;
  1738. text-align: center;
  1739. font-weight: 520;
  1740. font-size: 16px;
  1741. padding: 6px 8px;
  1742. line-height: 30px;
  1743. "
  1744. >
  1745. 医嘱内容
  1746. </td>
  1747. </tr>
  1748. <!-- <tr style="line-height:35px;padding:8px 5px;">
  1749. <td colspan="4" style="font-size: 16px">开医嘱</td>
  1750. <td colspan="3" style="font-size: 16px">执行核对医嘱</td>
  1751. </tr> -->
  1752. <tr style="line-height: 35px; padding: 8px 5px">
  1753. <td style="font-size: 16px" width="10%">时间</td>
  1754. <td style="font-size: 16px" colspan="2" width="45%">
  1755. 医嘱内容
  1756. </td>
  1757. <td style="font-size: 16px" width="10%">医生签名</td>
  1758. <!-- <td style="font-size: 16px" width="10%">核对人签名</td> -->
  1759. <td style="font-size: 16px" width="10%">执行人签名</td>
  1760. <td style="font-size: 16px" width="10%">时间</td>
  1761. </tr>
  1762. <!-- <template v-for="group in doctor_advices" > -->
  1763. <tr
  1764. v-for="(advice, advice_index) in doctor_advices_2"
  1765. :key="advice_index"
  1766. >
  1767. <td height="32px">
  1768. <span v-if="advice.start_time">
  1769. {{ getTime(advice.start_time, "{h}:{i}") }}
  1770. </span>
  1771. <!-- <span v-else>&nbsp;<br/>&nbsp;</span> -->
  1772. </td>
  1773. <td
  1774. height="32px"
  1775. colspan="2"
  1776. class="advice-name"
  1777. style="padding-left: 7px"
  1778. >
  1779. <span v-if="advice.parent_id > 0">---></span>
  1780. <span>{{ advice.advice_name }}</span>
  1781. <span v-if="advice && advice.advice_desc"
  1782. >({{ advice.advice_desc
  1783. }}{{ advice.drug_spec_unit }})</span
  1784. >
  1785. <span v-if="advice.prescribing_number"
  1786. >&nbsp;&nbsp; {{ advice.prescribing_number
  1787. }}{{ advice.prescribing_number_unit }}</span
  1788. >
  1789. <span v-if="advice.single_dose != 0"
  1790. >{{ advice.single_dose
  1791. }}{{ advice.single_dose_unit }}</span
  1792. >
  1793. <span v-if="advice.parent_id == 0">{{
  1794. advice.delivery_way
  1795. }}</span>
  1796. <span v-if="advice.parent_id == 0">{{
  1797. advice.execution_frequency
  1798. }}</span>
  1799. <span
  1800. v-if="advice.parent_id == 0 && advice.remark.length > 0"
  1801. >({{ advice.remark }})</span
  1802. >
  1803. </td>
  1804. <!-- <td colspan="2" height="60px" style="text-align: center" v-else >
  1805. <span>{{advice.delivery_way}}</span>
  1806. <span>{{advice.execution_frequency}}</span>
  1807. <span v-if="advice.remark.length > 0">({{advice.remark}})</span>
  1808. </td> -->
  1809. <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
  1810. <td height="32px">
  1811. <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{
  1812. getAdminUser(advice.advice_doctor)
  1813. }}</span>
  1814. <img
  1815. style="height: 30px"
  1816. :src="setAdminUserES(advice.advice_doctor)"
  1817. alt=""
  1818. srcset=""
  1819. v-else
  1820. />
  1821. </td>
  1822. <!-- <td height="35px">
  1823. <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
  1824. <img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
  1825. </td> -->
  1826. <td height="32px">
  1827. <span v-if="setAdminUserES(advice.execution_staff) == ''">{{
  1828. getAdminUser(advice.execution_staff)
  1829. }}</span>
  1830. <img
  1831. style="height: 30px"
  1832. :src="setAdminUserES(advice.execution_staff)"
  1833. alt=""
  1834. srcset=""
  1835. v-else
  1836. />
  1837. </td>
  1838. <td height="32px">
  1839. <span v-if="advice.execution_time">{{
  1840. getTime(advice.execution_time, "{h}:{i}")
  1841. }}</span>
  1842. </td>
  1843. </tr>
  1844. </template>
  1845. <tr>
  1846. <td
  1847. colspan="7"
  1848. style="
  1849. letter-spacing: 5px;
  1850. text-align: center;
  1851. font-weight: 520;
  1852. font-size: 16px;
  1853. padding: 6px 8px;
  1854. line-height: 30px;
  1855. "
  1856. >
  1857. 透析后情况
  1858. </td>
  1859. </tr>
  1860. <tr>
  1861. <td colspan="7">
  1862. <div
  1863. class="row"
  1864. style="padding: 2px 0; line-height: 23px; display: flex"
  1865. >
  1866. <div class="inline_block" style="flex: 1">
  1867. T:
  1868. <div
  1869. class="under_line"
  1870. style="width: 50px; text-align: center"
  1871. >
  1872. {{
  1873. afterdialysis.temperature
  1874. ? afterdialysis.temperature
  1875. : "/"
  1876. }}
  1877. </div>
  1878. °C
  1879. </div>
  1880. <div
  1881. class="inline_block"
  1882. style="margin-left: 10px; flex: 1"
  1883. >
  1884. P:
  1885. <div
  1886. class="under_line"
  1887. style="width: 50px; text-align: center"
  1888. >
  1889. {{
  1890. afterdialysis.pulse_frequency
  1891. ? afterdialysis.pulse_frequency
  1892. : "/"
  1893. }}
  1894. </div>
  1895. 次/分
  1896. </div>
  1897. <div
  1898. class="inline_block"
  1899. style="margin-left: 10px; flex: 1"
  1900. >
  1901. R:
  1902. <div
  1903. class="under_line"
  1904. style="width: 50px; text-align: center"
  1905. >
  1906. {{
  1907. afterdialysis.breathing_rate
  1908. ? afterdialysis.breathing_rate
  1909. : "/"
  1910. }}
  1911. </div>
  1912. 次/分
  1913. </div>
  1914. <div
  1915. class="inline_block"
  1916. style="margin-left: 10px; flex: 1.5"
  1917. >
  1918. BP:
  1919. <div
  1920. class="under_line"
  1921. style="width: 50px; text-align: center"
  1922. >
  1923. {{
  1924. afterdialysis.systolic_blood_pressure
  1925. ? afterdialysis.systolic_blood_pressure
  1926. : "/"
  1927. }}
  1928. </div>
  1929. /
  1930. <div
  1931. class="under_line"
  1932. style="width: 50px; text-align: center"
  1933. >
  1934. {{
  1935. afterdialysis.diastolic_blood_pressure
  1936. ? afterdialysis.diastolic_blood_pressure
  1937. : "/"
  1938. }}
  1939. </div>
  1940. mmHg
  1941. </div>
  1942. <div class="inline_block" style="flex: 1.5">
  1943. 实际治疗时间:
  1944. <div
  1945. class="under_line"
  1946. style="width: 30px; text-align: center"
  1947. >
  1948. {{
  1949. afterdialysis.actual_treatment_hour
  1950. ? afterdialysis.actual_treatment_hour
  1951. : "/"
  1952. }}
  1953. </div>
  1954. h
  1955. <div
  1956. class="under_line"
  1957. style="width: 30px; text-align: center"
  1958. >
  1959. {{
  1960. afterdialysis.actual_treatment_minute
  1961. ? afterdialysis.actual_treatment_minute
  1962. : 0
  1963. }}
  1964. </div>
  1965. min
  1966. </div>
  1967. </div>
  1968. <div
  1969. class="row"
  1970. style="padding: 2px 0; line-height: 23px; display: flex"
  1971. >
  1972. <div class="inline_block" style="flex: 2.5">
  1973. 透析器凝血:
  1974. <div
  1975. class="under_line"
  1976. style="
  1977. width: 170px;
  1978. text-align: center;
  1979. white-space: normal;
  1980. "
  1981. >
  1982. {{ afterdialysis.cruor ? afterdialysis.cruor : "/" }}
  1983. </div>
  1984. </div>
  1985. <div class="inline_block" style="flex: 2">
  1986. 内瘘:
  1987. <div
  1988. class="under_line"
  1989. style="
  1990. width: 170px;
  1991. text-align: center;
  1992. white-space: normal;
  1993. "
  1994. >
  1995. {{
  1996. afterdialysis.internal_fistula
  1997. ? afterdialysis.internal_fistula
  1998. : "/"
  1999. }}
  2000. </div>
  2001. </div>
  2002. <div class="inline_block" style="flex: 4">
  2003. 导管:
  2004. <div
  2005. class="under_line"
  2006. style="min-width: 120px; text-align: center"
  2007. >
  2008. {{
  2009. afterdialysis.catheter ? afterdialysis.catheter : "/"
  2010. }}
  2011. </div>
  2012. </div>
  2013. </div>
  2014. <div
  2015. class="row"
  2016. style="padding: 2px 0; line-height: 23px; display: flex"
  2017. >
  2018. <div class="inline_block" style="flex: 1">
  2019. 透后体重:
  2020. <div
  2021. class="under_line"
  2022. style="width: 70px; text-align: center"
  2023. >
  2024. {{
  2025. afterdialysis.weight_after
  2026. ? parseFloat(
  2027. afterdialysis.weight_after -
  2028. afterdialysis.additional_weight
  2029. ).toFixed(1)
  2030. : "/"
  2031. }}
  2032. </div>
  2033. kg
  2034. </div>
  2035. <div class="inline_block" style="flex: 1">
  2036. 体重减少:
  2037. <div
  2038. class="under_line"
  2039. style="width: 70px; text-align: center"
  2040. >
  2041. {{
  2042. afterdialysis.weight_loss
  2043. ? afterdialysis.weight_loss
  2044. : "/"
  2045. }}
  2046. </div>
  2047. kg
  2048. </div>
  2049. <div
  2050. class="inline_block"
  2051. style="flex: 1"
  2052. v-if="org_id != 10223"
  2053. >
  2054. 透析中入量:
  2055. <div
  2056. class="under_line"
  2057. style="width: 70px; text-align: center"
  2058. >
  2059. {{
  2060. afterdialysis.dialysis_intakes
  2061. ? afterdialysis.dialysis_intakes
  2062. : "/"
  2063. }}
  2064. </div>
  2065. {{ getUnit(afterdialysis.dialysis_intakes_unit) }}
  2066. </div>
  2067. <div class="inline_block" style="flex: 1">
  2068. 实际超滤量:
  2069. <div
  2070. class="under_line"
  2071. style="width: 70px; text-align: center"
  2072. >
  2073. {{
  2074. afterdialysis.actual_ultrafiltration
  2075. ? afterdialysis.actual_ultrafiltration
  2076. : "/"
  2077. }}
  2078. </div>
  2079. ml
  2080. </div>
  2081. </div>
  2082. <div
  2083. class="row"
  2084. style="padding: 2px 0; line-height: 23px; display: flex"
  2085. v-if="org_id == 10223"
  2086. >
  2087. <div class="inline_block" style="flex: 1">
  2088. 动脉管道:
  2089. <div
  2090. class="under_line"
  2091. style="width: 100px; text-align: center"
  2092. >
  2093. <span v-if="afterdialysis.arterial_tube == 0">/</span>
  2094. <span v-if="afterdialysis.arterial_tube == 1"
  2095. >动脉管道0</span
  2096. >
  2097. <span v-if="afterdialysis.arterial_tube == 2"
  2098. >动脉管道+</span
  2099. >
  2100. <span v-if="afterdialysis.arterial_tube == 3"
  2101. >动脉管道++</span
  2102. >
  2103. <span v-if="afterdialysis.arterial_tube == 4"
  2104. >动脉管道+++</span
  2105. >
  2106. </div>
  2107. </div>
  2108. <div class="inline_block" style="flex: 1">
  2109. 静脉管道:
  2110. <div
  2111. class="under_line"
  2112. style="width: 100px; text-align: center"
  2113. >
  2114. <span v-if="afterdialysis.intravenous_tube == 0"
  2115. >/</span
  2116. >
  2117. <span v-if="afterdialysis.intravenous_tube == 1"
  2118. >静脉管道0</span
  2119. >
  2120. <span v-if="afterdialysis.intravenous_tube == 2"
  2121. >静脉管道+</span
  2122. >
  2123. <span v-if="afterdialysis.intravenous_tube == 3"
  2124. >静脉管道++</span
  2125. >
  2126. <span v-if="afterdialysis.intravenous_tube == 4"
  2127. >静脉管道+++</span
  2128. >
  2129. </div>
  2130. </div>
  2131. <div class="inline_block" style="flex: 1">
  2132. 并发症:
  2133. <div
  2134. class="under_line"
  2135. style="width: 170px; text-align: center"
  2136. >
  2137. {{
  2138. afterdialysis.complication
  2139. ? afterdialysis.complication
  2140. : "/"
  2141. }}
  2142. </div>
  2143. </div>
  2144. </div>
  2145. <div
  2146. class="row"
  2147. style="padding: 2px 0; line-height: 23px; display: flex"
  2148. v-if="org_id == 10223"
  2149. >
  2150. <div class="inline_block" style="flex: 1">
  2151. 穿刺处血肿:
  2152. <div
  2153. class="under_line"
  2154. style="width: 50px; text-align: center"
  2155. >
  2156. <span v-if="afterdialysis.puncture_point_haematoma == 0"
  2157. >/</span
  2158. >
  2159. <span v-if="afterdialysis.puncture_point_haematoma == 1"
  2160. >有</span
  2161. >
  2162. <span v-if="afterdialysis.puncture_point_haematoma == 2"
  2163. >无</span
  2164. >
  2165. </div>
  2166. </div>
  2167. <div class="inline_block" style="flex: 1">
  2168. 中心静脉封管(肝素-A端):
  2169. <div
  2170. class="under_line"
  2171. style="width: 70px; text-align: center"
  2172. >
  2173. {{ afterdialysis.cvc_a ? afterdialysis.cvc_a : "/" }}
  2174. </div>
  2175. </div>
  2176. <div class="inline_block" style="flex: 1">
  2177. 中心静脉封管(肝素-V端):
  2178. <div
  2179. class="under_line"
  2180. style="width: 70px; text-align: center"
  2181. >
  2182. {{ afterdialysis.cvc_v ? afterdialysis.cvc_v : "/" }}
  2183. </div>
  2184. </div>
  2185. </div>
  2186. <div
  2187. class="row"
  2188. style="padding: 2px 0; line-height: 23px; display: flex"
  2189. >
  2190. <div
  2191. class="inline_block"
  2192. style="flex: 1; display: inline-block"
  2193. >
  2194. 治疗小结:
  2195. <div
  2196. class="under_line"
  2197. style="
  2198. width: 860px;
  2199. line-height: 25px;
  2200. text-align: left;
  2201. margin-left: 2px;
  2202. display: inline-block;
  2203. white-space: normal;
  2204. "
  2205. >
  2206. {{
  2207. summary.dialysis_summary
  2208. ? summary.dialysis_summary
  2209. : "/"
  2210. }}
  2211. </div>
  2212. </div>
  2213. </div>
  2214. <div
  2215. class="row"
  2216. style="padding: 2px 0; line-height: 23px; display: flex"
  2217. >
  2218. <div
  2219. class="inline_block"
  2220. style="flex: 1; display: inline-block"
  2221. >
  2222. 备注:
  2223. <div
  2224. class="under_line"
  2225. style="
  2226. width: 860px;
  2227. line-height: 25px;
  2228. text-align: left;
  2229. margin-left: 2px;
  2230. display: inline-block;
  2231. white-space: normal;
  2232. "
  2233. >
  2234. {{ afterdialysis.remark ? afterdialysis.remark : "/" }}
  2235. </div>
  2236. </div>
  2237. </div>
  2238. </td>
  2239. </tr>
  2240. <tr>
  2241. <td colspan="7">
  2242. <div
  2243. class="row"
  2244. style="padding: 2px 0; line-height: 23px; display: flex"
  2245. >
  2246. <div class="inline_block" style="flex: 1">
  2247. 穿刺护士:
  2248. <div
  2249. class="under_line"
  2250. style="width: 80px; text-align: center"
  2251. >
  2252. <span
  2253. style="height: 30px; display: inline-block"
  2254. v-if="
  2255. setAdminUserES(
  2256. dialysisOrder == null
  2257. ? 0
  2258. : dialysisOrder.puncture_nurse
  2259. ) == ''
  2260. "
  2261. >
  2262. {{
  2263. getAdminUser(
  2264. dialysisOrder == null
  2265. ? 0
  2266. : dialysisOrder.puncture_nurse
  2267. )
  2268. }}</span
  2269. >
  2270. <img
  2271. style="height: 30px"
  2272. :src="
  2273. setAdminUserES(
  2274. dialysisOrder == null
  2275. ? 0
  2276. : dialysisOrder.puncture_nurse
  2277. )
  2278. "
  2279. alt=""
  2280. srcset=""
  2281. v-else
  2282. />
  2283. </div>
  2284. </div>
  2285. <div class="inline_block" style="flex: 1">
  2286. 治疗护士:
  2287. <div
  2288. class="under_line"
  2289. style="width: 80px; text-align: center"
  2290. >
  2291. <span
  2292. style="height: 30px; display: inline-block"
  2293. v-if="
  2294. setAdminUserES(
  2295. dialysisOrder == null
  2296. ? 0
  2297. : dialysisOrder.start_nurse
  2298. ) == ''
  2299. "
  2300. >
  2301. {{
  2302. getAdminUser(
  2303. dialysisOrder == null
  2304. ? 0
  2305. : dialysisOrder.start_nurse
  2306. )
  2307. }}</span
  2308. >
  2309. <img
  2310. style="height: 30px"
  2311. :src="
  2312. setAdminUserES(
  2313. dialysisOrder == null
  2314. ? 0
  2315. : dialysisOrder.start_nurse
  2316. )
  2317. "
  2318. alt=""
  2319. srcset=""
  2320. v-else
  2321. />
  2322. </div>
  2323. </div>
  2324. <div class="inline_block" style="flex: 1">
  2325. 核对人员:
  2326. <div
  2327. class="under_line"
  2328. style="width: 80px; text-align: center"
  2329. v-if="dialysisOrder == null"
  2330. >
  2331. <span
  2332. style="height: 30px; display: inline-block"
  2333. v-if="
  2334. setAdminUserES(check == null ? 0 : check.creater) ==
  2335. ''
  2336. "
  2337. >
  2338. {{ getAdminUser(check == null ? 0 : check.creater) }}
  2339. </span>
  2340. <img
  2341. style="height: 30px"
  2342. :src="
  2343. setAdminUserES(check == null ? 0 : check.creater)
  2344. "
  2345. alt=""
  2346. srcset=""
  2347. v-else
  2348. />
  2349. </div>
  2350. <div
  2351. class="under_line"
  2352. style="width: 80px; text-align: center"
  2353. v-if="
  2354. dialysisOrder != null &&
  2355. dialysisOrder.start_nurse == check.modifier
  2356. "
  2357. >
  2358. <span
  2359. style="height: 30px; display: inline-block"
  2360. v-if="
  2361. setAdminUserES(check == null ? 0 : check.creater) ==
  2362. ''
  2363. "
  2364. >
  2365. {{ getAdminUser(check == null ? 0 : check.creater) }}
  2366. </span>
  2367. <img
  2368. style="height: 30px"
  2369. :src="
  2370. setAdminUserES(check == null ? 0 : check.creater)
  2371. "
  2372. alt=""
  2373. srcset=""
  2374. v-else
  2375. />
  2376. </div>
  2377. <div
  2378. class="under_line"
  2379. style="width: 80px; text-align: center"
  2380. v-if="
  2381. dialysisOrder != null &&
  2382. dialysisOrder.start_nurse == check.creater
  2383. "
  2384. >
  2385. <span
  2386. style="height: 30px; display: inline-block"
  2387. v-if="
  2388. setAdminUserES(
  2389. check == null ? 0 : check.modifier
  2390. ) == ''
  2391. "
  2392. >
  2393. {{ getAdminUser(check == null ? 0 : check.modifier) }}
  2394. </span>
  2395. <img
  2396. style="height: 30px"
  2397. :src="
  2398. setAdminUserES(check == null ? 0 : check.modifier)
  2399. "
  2400. alt=""
  2401. srcset=""
  2402. v-else
  2403. />
  2404. </div>
  2405. <div
  2406. class="under_line"
  2407. style="width: 80px; text-align: center"
  2408. v-if="
  2409. dialysisOrder != null &&
  2410. dialysisOrder.start_nurse != check.creater &&
  2411. dialysisOrder.start_nurse != check.modifier
  2412. "
  2413. >
  2414. <span
  2415. style="height: 30px; display: inline-block"
  2416. v-if="
  2417. setAdminUserES(check == null ? 0 : check.creater) ==
  2418. ''
  2419. "
  2420. >
  2421. {{ getAdminUser(check == null ? 0 : check.creater) }}
  2422. </span>
  2423. <img
  2424. style="height: 30px"
  2425. :src="
  2426. setAdminUserES(check == null ? 0 : check.creater)
  2427. "
  2428. alt=""
  2429. srcset=""
  2430. v-else
  2431. />
  2432. </div>
  2433. </div>
  2434. <div class="inline_block" style="flex: 1">
  2435. 下机护士:
  2436. <div
  2437. class="under_line"
  2438. style="width: 80px; text-align: center"
  2439. >
  2440. <span
  2441. style="height: 30px; display: inline-block"
  2442. v-if="
  2443. setAdminUserES(
  2444. dialysisOrder == null
  2445. ? 0
  2446. : dialysisOrder.finish_nurse
  2447. ) == ''
  2448. "
  2449. >
  2450. {{
  2451. getAdminUser(
  2452. dialysisOrder == null
  2453. ? 0
  2454. : dialysisOrder.finish_nurse
  2455. )
  2456. }}
  2457. </span>
  2458. <img
  2459. style="height: 30px"
  2460. :src="
  2461. setAdminUserES(
  2462. dialysisOrder == null
  2463. ? 0
  2464. : dialysisOrder.finish_nurse
  2465. )
  2466. "
  2467. alt=""
  2468. srcset=""
  2469. v-else
  2470. />
  2471. </div>
  2472. </div>
  2473. <div class="inline_block" style="flex: 1">
  2474. 治疗医生:
  2475. <div
  2476. class="under_line"
  2477. style="width: 80px; text-align: center"
  2478. >
  2479. <span
  2480. style="height: 30px; display: inline-block"
  2481. v-if="setAdminUserES(prescription.creater) == ''"
  2482. >
  2483. {{ getAdminUser(prescription.creater) }}
  2484. </span>
  2485. <img
  2486. style="height: 30px"
  2487. :src="setAdminUserES(prescription.creater)"
  2488. alt=""
  2489. srcset=""
  2490. v-else
  2491. />
  2492. </div>
  2493. </div>
  2494. </div>
  2495. </td>
  2496. </tr>
  2497. </tbody>
  2498. </table>
  2499. <!-- <div class="print-yema">1</div> -->
  2500. </div>
  2501. </div>
  2502. </div>
  2503. </div>
  2504. </template>
  2505. <script>
  2506. import CheckBox from "../batch_print/option_check_box";
  2507. import { getDialysisRecord } from "@/api/dialysis";
  2508. import { getDataConfig } from "@/utils/data";
  2509. import { jsGetAge, uParseTime } from "@/utils/tools";
  2510. import LabelBox from "../printItem/LabelBox";
  2511. import BreadCrumb from "@/xt_pages/components/bread-crumb";
  2512. // import DialysisPrintOrderOne from './template/dialysisPrintOrderOne'
  2513. // import DialysisPrintOrderTwo from './template/dialysisPrintOrderTwo'
  2514. import print from "print-js";
  2515. export default {
  2516. name: "dialysisPrintOrderSix",
  2517. props: ["childResponse"],
  2518. components: {
  2519. // DialysisPrintOrderOne,
  2520. // DialysisPrintOrderTwo,
  2521. CheckBox,
  2522. LabelBox,
  2523. BreadCrumb,
  2524. },
  2525. data() {
  2526. return {
  2527. way_arr: [],
  2528. consciousness_arr: [],
  2529. appetite_arr: [],
  2530. posture_arr: [],
  2531. sick_condition_arr: [],
  2532. precaution_arr: [],
  2533. intake_arr: [],
  2534. nutrition_arr: [],
  2535. crumbs: [
  2536. { path: false, name: "透析管理" },
  2537. { path: false, name: "打印单" },
  2538. ],
  2539. operators: [],
  2540. adminUser: [],
  2541. check: {},
  2542. xtdate: "",
  2543. dialysisOrder: {
  2544. DeviceNumber: [],
  2545. },
  2546. displaceLiquiPartOptions: [],
  2547. operatorMaps: {},
  2548. complications: [
  2549. "低血压",
  2550. "高血压",
  2551. "心律失常",
  2552. "头晕",
  2553. "头痛",
  2554. "呕吐",
  2555. "抽搐",
  2556. "出血",
  2557. "心衰",
  2558. "腹痛",
  2559. ],
  2560. jilurow: 0,
  2561. advice_jilurow: 0,
  2562. loading: false,
  2563. orgname: "",
  2564. patientInfo_gender_1: false,
  2565. patientInfo_gender_2: false,
  2566. patientInfo_source_2: false,
  2567. patientInfo_source_1: false,
  2568. modeOptions: {},
  2569. replacementWays: [],
  2570. perfusionApparatus: [],
  2571. anticoagulantsConfit: {},
  2572. bloodAccessParOpera: {},
  2573. dialysateFormulationOptions: {},
  2574. totollength: 0,
  2575. queryParams: {
  2576. xtdate: "",
  2577. xtno: "",
  2578. patient_id:0,
  2579. },
  2580. patientInfo: {
  2581. birth: "",
  2582. age: "",
  2583. DialysisSchedule: {
  2584. device_number: { number: "" },
  2585. device_zone: { name: "" },
  2586. },
  2587. gender: 0,
  2588. },
  2589. predialysis: {
  2590. score: "",
  2591. internal_fistula: "",
  2592. internal_fistula_skin: "",
  2593. catheter: "",
  2594. blood_access_part_opera_name: "",
  2595. },
  2596. afterdialysis: {
  2597. complications_index: "",
  2598. },
  2599. lastafterdialysis: {},
  2600. prescription: {
  2601. dialysate_formulation_name: "",
  2602. device: {},
  2603. },
  2604. advices: [],
  2605. users: [],
  2606. monitors: [],
  2607. monitors2: [],
  2608. summary: {},
  2609. receiverTreatmentAccess: {},
  2610. org_template_info: {},
  2611. doctor_advices: [],
  2612. doctor_advices_2: [],
  2613. advice_groups: [],
  2614. advice_groups_2: [],
  2615. print_length: 0,
  2616. blood_access_part: [],
  2617. blood_access_part_opera: [],
  2618. AlPanel: {
  2619. id: 0,
  2620. name: "",
  2621. type: 1,
  2622. shouji: 2,
  2623. weichi: 2,
  2624. zongliang: 2,
  2625. gaimingcheng: -1,
  2626. gaijiliang: -1,
  2627. shouji_unit: "mg",
  2628. weichi_unit: "mg/h",
  2629. zongliang_unit: "mg",
  2630. gaimingcheng_unit: "",
  2631. gaijiliang_unit: "",
  2632. },
  2633. org_id: 0,
  2634. };
  2635. },
  2636. methods: {
  2637. checkData() {
  2638. if (this.receiverTreatmentAccess.way == 0) {
  2639. this.$message.error("入科方式未填");
  2640. } else if (this.predialysis.symptom_before_dialysis == "") {
  2641. this.$message.error("透前症状未填");
  2642. } else if (this.predialysis.temperature == "") {
  2643. this.$message.error("透前体温未填");
  2644. } else if (this.predialysis.pulse_frequency == "") {
  2645. this.$message.error("透前脉搏未填");
  2646. } else if (this.predialysis.breathing_rate == "") {
  2647. this.$message.error("透前呼吸频率未填");
  2648. } else if (
  2649. this.predialysis.systolic_blood_pressure == 0 ||
  2650. this.predialysis.diastolic_blood_pressure == 0
  2651. ) {
  2652. this.$message.error("透前血压未填完整");
  2653. } else if (this.predialysis.puncture_way == "") {
  2654. this.$message.error("穿刺方式未填");
  2655. } else if (this.predialysis.puncture_needle == "") {
  2656. this.$message.error("穿刺针未填");
  2657. } else if (
  2658. this.predialysis.blood_access_part_id == "" &&
  2659. this.predialysis.blood_access_part_opera_name == ""
  2660. ) {
  2661. this.$message.error("血管通路未填");
  2662. } else if (this.predialysis.internal_fistula == "") {
  2663. this.$message.error("透前内瘘未填");
  2664. } else if (this.predialysis.catheter == "") {
  2665. this.$message.error("透前导管未填");
  2666. } else if (this.prescription.mode_id == "") {
  2667. this.$message.error("透析方式未填");
  2668. } else if (
  2669. this.prescription.displace_liqui_part == 0 &&
  2670. this.prescription.mode_id == 2
  2671. ) {
  2672. this.$message.error("置换方式未填");
  2673. } else if (
  2674. this.prescription.displace_liqui_value == 0 &&
  2675. this.prescription.mode_id == 2
  2676. ) {
  2677. this.$message.error("置换量未填");
  2678. } else if (this.prescription.blood_flow_volume == 0) {
  2679. this.$message.error("血流量未填");
  2680. } else if (
  2681. this.prescription.dialysis_duration_hour == 0 &&
  2682. this.prescription.dialysis_duration_minute == 0
  2683. ) {
  2684. this.$message.error("透析时间未填");
  2685. } else if (
  2686. this.prescription.dialyzer_perfusion_apparatus == "" &&
  2687. this.prescription.dialysis_dialyszers == ""
  2688. ) {
  2689. this.$message.error("透析器未填");
  2690. } else if (this.prescription.dialysis_irrigation == "") {
  2691. this.$message.error("灌流器未填");
  2692. } else if (
  2693. this.prescription.plasma_separator == "" &&
  2694. this.org_id == 9538
  2695. ) {
  2696. this.$message.error("血浆分离器未填");
  2697. } else if (
  2698. this.prescription.bilirubin_adsorption_column == "" &&
  2699. this.org_id == 9538
  2700. ) {
  2701. this.$message.error("胆红素吸附柱未填");
  2702. } else if (this.predialysis.weight_before == 0) {
  2703. this.$message.error("透前体重未填");
  2704. } else if (this.predialysis.dry_weight == 0) {
  2705. this.$message.error("干体重未填");
  2706. } else if (this.prescription.target_ultrafiltration == 0) {
  2707. this.$message.error("计划超滤量未填");
  2708. } else if (this.prescription.calcium == 0) {
  2709. this.$message.error("钙未填");
  2710. } else if (this.prescription.sodium == 0) {
  2711. this.$message.error("钠未填");
  2712. } else if (this.prescription.kalium == 0) {
  2713. this.$message.error("钾未填");
  2714. } else if (this.prescription.bicarbonate == 0) {
  2715. this.$message.error("碳酸氢根未填");
  2716. } else if (this.prescription.dialysate_flow == 0) {
  2717. this.$message.error("透析液流量未填");
  2718. } else if (this.prescription.anticoagulant == 0) {
  2719. this.$message.error("抗凝剂未填");
  2720. } else if (
  2721. this.prescription.anticoagulant_gaimingcheng == "" &&
  2722. this.prescription.anticoagulant == 5
  2723. ) {
  2724. this.$message.error("钙名称未填");
  2725. } else if (
  2726. this.prescription.anticoagulant_gaijiliang == "" &&
  2727. this.prescription.anticoagulant == 5
  2728. ) {
  2729. this.$message.error("钙剂量未填");
  2730. } else if (this.afterdialysis.temperature == 0) {
  2731. this.$message.error("透后体温未填");
  2732. } else if (this.afterdialysis.pulse_frequency == 0) {
  2733. this.$message.error("透后脉搏未填");
  2734. } else if (this.afterdialysis.breathing_rate == 0) {
  2735. this.$message.error("透后呼吸频率未填");
  2736. } else if (
  2737. this.afterdialysis.systolic_blood_pressure == 0 ||
  2738. this.afterdialysis.diastolic_blood_pressure == 0
  2739. ) {
  2740. this.$message.error("透后血压未填完整");
  2741. } else if (
  2742. this.afterdialysis.actual_treatment_hour == 0 &&
  2743. this.afterdialysis.actual_treatment_minute == 0
  2744. ) {
  2745. this.$message.error("实际治疗时间未填");
  2746. } else if (this.afterdialysis.cruor == "") {
  2747. this.$message.error("透析器凝血未填");
  2748. } else if (this.afterdialysis.internal_fistula == "") {
  2749. this.$message.error("透后内瘘未填");
  2750. } else if (this.afterdialysis.catheter == "") {
  2751. this.$message.error("透后导管未填");
  2752. } else if (this.afterdialysis.weight_after == 0) {
  2753. this.$message.error("透后体重未填");
  2754. } else if (this.afterdialysis.weight_loss == 0) {
  2755. this.$message.error("透后体重减少未填");
  2756. } else if (this.afterdialysis.dialysis_intakes == 0) {
  2757. this.$message.error("透析中入量未填");
  2758. } else if (this.afterdialysis.actual_ultrafiltration == 0) {
  2759. this.$message.error("实际超滤量未填");
  2760. } else if (this.summary.dialysis_summary == "") {
  2761. this.$message.error("透析小结未填");
  2762. } else if (
  2763. this.dialysisOrder == null ||
  2764. this.dialysisOrder.puncture_nurse == 0
  2765. ) {
  2766. this.$message.error("穿刺护士未填");
  2767. } else if (
  2768. this.dialysisOrder == null ||
  2769. this.dialysisOrder.start_nurse == 0
  2770. ) {
  2771. this.$message.error("治疗护士未填");
  2772. } else if (this.dialysisOrder == null && this.check.creater == 0) {
  2773. this.$message.error("核对人员未填");
  2774. } else if (
  2775. this.dialysisOrder != null &&
  2776. this.dialysisOrder.start_nurse == this.check.modifier &&
  2777. this.check.creater == 0
  2778. ) {
  2779. this.$message.error("核对人员未填");
  2780. } else if (
  2781. this.dialysisOrder != null &&
  2782. this.dialysisOrder.start_nurse == this.check.creater &&
  2783. this.check.modifier == 0
  2784. ) {
  2785. this.$message.error("核对人员未填");
  2786. } else if (
  2787. this.dialysisOrder != null &&
  2788. this.dialysisOrder.start_nurse != this.check.creater &&
  2789. this.dialysisOrder.start_nurse != this.check.modifier &&
  2790. this.check.creater == 0
  2791. ) {
  2792. this.$message.error("核对人员未填");
  2793. } else if (
  2794. this.dialysisOrder == null ||
  2795. this.dialysisOrder.finish_nurse == 0
  2796. ) {
  2797. this.$message.error("下机护士未填");
  2798. } else if (this.prescription.creater == 0) {
  2799. this.$message.error("医生签名未填");
  2800. } else if (this.tableAdvice.length > 0) {
  2801. let num = 0;
  2802. this.tableAdvice.map((item) => {
  2803. if (item.id > 0 && (item.created_time || item.start_time)) {
  2804. this.users.map((it) => {
  2805. if (it.id == item.advice_doctor) {
  2806. if (it.user_type == 3) {
  2807. num++;
  2808. this.$message.closeAll();
  2809. this.$message.error("存在不是医生保存的医嘱");
  2810. } else if (
  2811. it.id == item.execution_staff &&
  2812. item.execution_staff > 0
  2813. ) {
  2814. if (it.user_type == 2) {
  2815. num++;
  2816. this.$message.closeAll();
  2817. this.$message.error("存在不是护士执行的医嘱");
  2818. }
  2819. } else if (it.id == item.checker && item.checker > 0) {
  2820. if (it.user_type == 2) {
  2821. num++;
  2822. this.$message.closeAll();
  2823. this.$message.error("存在不是护士核对的医嘱");
  2824. }
  2825. }
  2826. } else if (
  2827. it.id == item.execution_staff &&
  2828. item.execution_staff > 0
  2829. ) {
  2830. if (it.user_type == 2) {
  2831. num++;
  2832. this.$message.closeAll();
  2833. this.$message.error("存在不是护士执行的医嘱");
  2834. }
  2835. } else if (it.id == item.checker && item.checker > 0) {
  2836. if (it.user_type == 2) {
  2837. num++;
  2838. this.$message.closeAll();
  2839. this.$message.error("存在不是护士核对的医嘱");
  2840. }
  2841. }
  2842. });
  2843. }
  2844. });
  2845. if (num == 0) {
  2846. this.$message.success("核对完成");
  2847. }
  2848. } else {
  2849. this.$message.success("核对完成");
  2850. }
  2851. },
  2852. getDisplaceLiquiPart: function (val) {
  2853. let displace_liqui_part_name = "/";
  2854. const displace_liqui_part = this.displaceLiquiPartOptions;
  2855. for (let i = 0; i < displace_liqui_part.length; i++) {
  2856. if (displace_liqui_part[i].id == val) {
  2857. displace_liqui_part_name = displace_liqui_part[i].name;
  2858. }
  2859. }
  2860. return displace_liqui_part_name;
  2861. },
  2862. replacementWaysById: function (val) {
  2863. let replacementWaysname = "/";
  2864. // let vascular_access = getDataConfig('hemodialysis', 'vascular_access')
  2865. for (let i = 0; i < this.replacementWays.length; i++) {
  2866. if (this.replacementWays[i].id == val) {
  2867. replacementWaysname = this.replacementWays[i].name;
  2868. }
  2869. }
  2870. return replacementWaysname;
  2871. },
  2872. QueryPartById: function (val) {
  2873. let vascular_access_part_name = "/";
  2874. const vascular_access = getDataConfig("hemodialysis", "vascular_access");
  2875. for (let i = 0; i < vascular_access.length; i++) {
  2876. if (vascular_access[i].id == val) {
  2877. vascular_access_part_name = vascular_access[i].name;
  2878. }
  2879. }
  2880. return vascular_access_part_name;
  2881. },
  2882. getAdminUser(id) {
  2883. if (id == 0) {
  2884. return "";
  2885. }
  2886. if (id == undefined) {
  2887. return "";
  2888. }
  2889. for (let i = 0; i < this.adminUser.length; i++) {
  2890. if (this.adminUser[i].id == id) {
  2891. return this.adminUser[i].name;
  2892. }
  2893. }
  2894. },
  2895. getTime(value, temp) {
  2896. if (value == 0) {
  2897. return "";
  2898. }
  2899. if (value != undefined) {
  2900. return uParseTime(value, temp);
  2901. }
  2902. return "";
  2903. },
  2904. getUnit: function (val) {
  2905. switch (val) {
  2906. case 1:
  2907. return "g";
  2908. break;
  2909. case 2:
  2910. return "ml";
  2911. break;
  2912. }
  2913. },
  2914. printThisPage() {
  2915. var ptime = Math.round(new Date().getTime() / 1000);
  2916. this.print_time = uParseTime(ptime, "{y}-{m}-{d} {h}:{i}");
  2917. const style =
  2918. '@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}.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:left;border-collapse:collapse;font-size:14px} .dialysis-print-order .under_line {display: inline-block;border-bottom: 1px solid #999;text-align:left;white-space: nowrap;width: 50%;} .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;}';
  2919. if (this.org_template_info.template_id == 1) {
  2920. printJS({
  2921. printable: "dialysis-print-box",
  2922. type: "html",
  2923. style: style,
  2924. scanStyles: false,
  2925. });
  2926. } else if (
  2927. this.org_template_info.template_id == 2 ||
  2928. this.org_template_info.template_id == 0
  2929. ) {
  2930. printJS({
  2931. printable: "dialysis-print-box-1",
  2932. type: "html",
  2933. style: style,
  2934. scanStyles: false,
  2935. });
  2936. }
  2937. },
  2938. getNumber() {
  2939. if (this.dialysisOrder != null) {
  2940. return (
  2941. this.patientInfo.DialysisSchedule.device_zone.name +
  2942. this.dialysisOrder.DeviceNumber.number
  2943. );
  2944. } else {
  2945. return (
  2946. this.patientInfo.DialysisSchedule.device_zone.name +
  2947. this.patientInfo.DialysisSchedule.device_number.number
  2948. );
  2949. }
  2950. },
  2951. getXuserName(id) {
  2952. if (id <= 0) {
  2953. return "";
  2954. }
  2955. var name = "";
  2956. if (this.users == null || typeof this.users.length === "undefined") {
  2957. return name;
  2958. }
  2959. var leng = this.users.length;
  2960. if (leng == 0) {
  2961. return name;
  2962. }
  2963. for (let index = 0; index < leng; index++) {
  2964. if (this.users[index].id == id) {
  2965. name = this.users[index].name;
  2966. break;
  2967. }
  2968. }
  2969. return name;
  2970. },
  2971. setAdminUserES(id) {
  2972. if (id == 0) {
  2973. return "";
  2974. }
  2975. if (id in this.operatorMaps) {
  2976. return this.operatorMaps[id].url;
  2977. } else {
  2978. return "";
  2979. }
  2980. },
  2981. modeName(mode_id) {
  2982. return typeof this.modeOptions[mode_id] !== "undefined" &&
  2983. typeof this.modeOptions[mode_id].name !== "undefined"
  2984. ? this.modeOptions[mode_id].name
  2985. : "";
  2986. },
  2987. getDialysisRecord() {
  2988. this.loading = true;
  2989. // getDialysisRecord(this.queryParams).then(response => {
  2990. var response = this.childResponse;
  2991. if (response.data.state == 1) {
  2992. this.adminUser = response.data.data.users;
  2993. this.users = response.data.data.users;
  2994. this.patientInfo = response.data.data.patientInfo;
  2995. this.patientInfo.birth = uParseTime(
  2996. this.patientInfo.birthday,
  2997. "{y}-{m}-{d}"
  2998. );
  2999. // this.patientInfo.age = jsGetAge(this.patientInfo.birth, '-')
  3000. if (response.data.data.patientInfo.first_dialysis_date != 0) {
  3001. this.patientInfo.first_dialysis_date = uParseTime(
  3002. response.data.data.patientInfo.first_dialysis_date,
  3003. "{y}-{m}-{d}"
  3004. );
  3005. } else {
  3006. this.patientInfo.first_dialysis_date = "";
  3007. }
  3008. this.check = response.data.data.check;
  3009. this.xtdate = response.data.data.xtdate;
  3010. this.predialysis = response.data.data.PredialysisEvaluation;
  3011. // console.log('透前评估', this.predialysis)
  3012. this.predialysis.blood_access_part_opera_name =
  3013. this.bloodAccessParOperaName(
  3014. this.predialysis.blood_access_part_opera_id
  3015. );
  3016. this.afterdialysis = response.data.data.AssessmentAfterDislysis;
  3017. // console.log('透后体重', this.afterdialysis)
  3018. this.lastafterdialysis = response.data.data.assessmentAfterDislysis;
  3019. console.log("上次透后体重", this.lastafterdialysis.weight_after);
  3020. this.operators = response.data.data.operators;
  3021. console.log("operators", this.operators);
  3022. this.dialysisOrder =
  3023. response.data.data.dialysisOrder === null
  3024. ? null
  3025. : response.data.data.dialysisOrder;
  3026. console.log("上机233232323232", this.dialysisOrder);
  3027. if (this.operators.length > 0) {
  3028. var operatorsLen = this.operators.length;
  3029. for (var index = 0; index < operatorsLen; index++) {
  3030. this.$set(
  3031. this.operatorMaps,
  3032. this.operators[index].creator,
  3033. this.operators[index]
  3034. );
  3035. }
  3036. }
  3037. this.afterdialysis.txqnx = -1;
  3038. if (this.afterdialysis.cruor.indexOf("0度") > -1) {
  3039. this.afterdialysis.txqnx = 0;
  3040. }
  3041. if (this.afterdialysis.cruor.indexOf("Ⅰ度") > -1) {
  3042. this.afterdialysis.txqnx = 1;
  3043. }
  3044. if (this.afterdialysis.cruor.indexOf("Ⅱ度") > -1) {
  3045. this.afterdialysis.txqnx = 2;
  3046. }
  3047. if (this.afterdialysis.cruor.indexOf("Ⅲ度") > -1) {
  3048. this.afterdialysis.txqnx = 3;
  3049. }
  3050. this.afterdialysis.complications =
  3051. this.afterdialysis.complication.split(",");
  3052. this.afterdialysis.complications_other = [];
  3053. this.afterdialysis.complications_index = [];
  3054. var acllen = this.afterdialysis.complications.length;
  3055. for (let index = 0; index < acllen; index++) {
  3056. if (
  3057. this.complications.indexOf(
  3058. this.afterdialysis.complications[index]
  3059. ) >= 0
  3060. ) {
  3061. this.afterdialysis.complications_index.push(
  3062. this.afterdialysis.complications[index]
  3063. );
  3064. } else if (
  3065. this.complications.indexOf(
  3066. this.afterdialysis.complications[index]
  3067. ) < 0 &&
  3068. this.afterdialysis.complications_other.indexOf(
  3069. this.afterdialysis.complications[index]
  3070. ) < 0
  3071. ) {
  3072. this.afterdialysis.complications_other.push(
  3073. this.afterdialysis.complications[index]
  3074. );
  3075. }
  3076. }
  3077. this.afterdialysis.complications_other =
  3078. this.afterdialysis.complications_other.join(",");
  3079. this.prescription = response.data.data.dialysisPrescription;
  3080. console.log("透析处方", this.prescription);
  3081. this.receiverTreatmentAccess =
  3082. response.data.data.receiverTreatmentAccess;
  3083. this.prescription.mode = this.modeName(this.prescription.mode_id);
  3084. var rwLen = this.replacementWays.length;
  3085. this.prescription.replacement = "";
  3086. for (let index = 0; index < rwLen; index++) {
  3087. if (
  3088. this.replacementWays[index].id == this.prescription.replacement_way
  3089. ) {
  3090. this.prescription.replacement = this.replacementWays[index].name;
  3091. break;
  3092. }
  3093. }
  3094. this.prescription.dialysate_formulation_name =
  3095. this.dialysateFormulationName(
  3096. this.prescription.dialysate_formulation
  3097. );
  3098. var paLen = this.perfusionApparatus.length;
  3099. this.prescription.perfusion_apparatus_name = "";
  3100. for (let index = 0; index < paLen; index++) {
  3101. if (
  3102. this.perfusionApparatus[index].id ==
  3103. this.prescription.perfusion_apparatus
  3104. ) {
  3105. this.prescription.perfusion_apparatus_name =
  3106. this.perfusionApparatus[index].name;
  3107. break;
  3108. }
  3109. }
  3110. var acLen = this.anticoagulantsConfit.length;
  3111. var thisALID = this.prescription.anticoagulant;
  3112. this.prescription.anticoagulant_name = "";
  3113. if (
  3114. typeof this.anticoagulantsConfit[thisALID] !== "undefined" &&
  3115. this.anticoagulantsConfit[thisALID] != null
  3116. ) {
  3117. this.prescription.anticoagulant_name =
  3118. this.anticoagulantsConfit[thisALID].name;
  3119. this.AlPanel = this.anticoagulantsConfit[thisALID];
  3120. }
  3121. this.advices = response.data.data.advices;
  3122. this.tableAdvice = response.data.data.advices;
  3123. console.log("医嘱数据2222222222", this.advices);
  3124. this.monitors = response.data.data.monitors;
  3125. this.summary = response.data.data.summary;
  3126. this.org_template_info = response.data.data.org_template_info;
  3127. if (this.monitors.length <= 6) {
  3128. var nl = 6;
  3129. this.print_length = 6;
  3130. for (let index = 0; index < nl; index++) {
  3131. if (
  3132. this.monitors[index] == undefined ||
  3133. this.monitors[index].length <= 0
  3134. ) {
  3135. this.monitors2.push([]);
  3136. } else {
  3137. continue;
  3138. }
  3139. }
  3140. }
  3141. var tempmonitorflag = true;
  3142. for (let index = 0; index < this.monitors.length; index++) {
  3143. const monitor = this.monitors[index];
  3144. this.monitors[index].end = "";
  3145. if (Object.keys(monitor).length > 0 && index > 1) {
  3146. if (
  3147. this.dialysisOrder &&
  3148. monitor.operate_time == this.dialysisOrder.end_time
  3149. ) {
  3150. this.monitors[index].end = "【结束透析】";
  3151. tempmonitorflag = false;
  3152. }
  3153. if (tempmonitorflag && index == this.monitors.length - 1) {
  3154. this.monitors[index].end = "【结束透析】";
  3155. }
  3156. }
  3157. }
  3158. this.jilurow = this.monitors.length + 1;
  3159. this.advice_jilurow = this.advices.length + 1;
  3160. var childMap = {};
  3161. for (const index in this.advices) {
  3162. if (this.advices[index].parent_id == 0) {
  3163. continue;
  3164. }
  3165. if (!(this.advices[index].parent_id in childMap)) {
  3166. childMap[this.advices[index].parent_id] = [];
  3167. }
  3168. childMap[this.advices[index].parent_id].push(this.advices[index]);
  3169. }
  3170. var advices = [];
  3171. for (const index in this.advices) {
  3172. if (this.advices[index].parent_id > 0) {
  3173. continue;
  3174. }
  3175. var item = this.advices[index];
  3176. if (item.id in childMap) {
  3177. item.children = childMap[item.id];
  3178. } else {
  3179. item.children = [];
  3180. }
  3181. advices.push(item);
  3182. }
  3183. var leftAdvice = [];
  3184. var rightAdvice = [];
  3185. var adlen = advices.length;
  3186. var halfLen = adlen % 2 == 0 ? adlen / 2 : (adlen + 1) / 2;
  3187. for (var i = 0; i < halfLen; i++) {
  3188. leftAdvice.push(advices[i]);
  3189. rightAdvice.push(advices[i + halfLen]);
  3190. }
  3191. if (halfLen < 5) {
  3192. var nl = 5 - leftAdvice.length;
  3193. for (let index = 0; index < nl; index++) {
  3194. leftAdvice.push([]);
  3195. }
  3196. var nl = 5 - rightAdvice.length;
  3197. for (let index = 0; index < nl; index++) {
  3198. rightAdvice.push([]);
  3199. }
  3200. }
  3201. this.advices = [];
  3202. for (var i = 0; i < halfLen; i++) {
  3203. var item = [];
  3204. item.push(leftAdvice[i]);
  3205. item.push(rightAdvice[i]);
  3206. this.advices.push(item);
  3207. }
  3208. this.loading = false;
  3209. this.doctor_advices =
  3210. response.data.data.advices == null ? [] : response.data.data.advices;
  3211. for (let index = 0; index < this.doctor_advices.length; index++) {
  3212. this.doctor_advices[index]["isShow"] = 2;
  3213. }
  3214. // if (this.doctor_advices.length > 0) {
  3215. // var group = this.newAdviceGroupObject()
  3216. // var initGroupBlock = function(group, advice) {
  3217. // group.group_no = advice.groupno
  3218. // }
  3219. // for (let index = this.doctor_advices.length - 1; index >= 0; index--) {
  3220. // var new_advice_index = 0
  3221. // if ('children' in this.doctor_advices[index] && this.doctor_advices[index].children.length > 0) {
  3222. // new_advice_index = index + this.doctor_advices[index].children.length + 1
  3223. // var doctor_advice = {
  3224. // delivery_way: this.doctor_advices[index].delivery_way,
  3225. // execution_frequency: this.doctor_advices[index].execution_frequency,
  3226. // groupno: this.doctor_advices[index].groupno,
  3227. // id: this.doctor_advices[index].id,
  3228. // parent_id: this.doctor_advices[index].parent_id,
  3229. // children: this.doctor_advices[index].children,
  3230. // remark: this.doctor_advices[index].remark,
  3231. // execution_staff: this.doctor_advices[index].execution_staff,
  3232. // checker: this.doctor_advices[index].checker,
  3233. // execution_time: this.doctor_advices[index].execution_time,
  3234. // advice_doctor: this.doctor_advices[index].advice_doctor
  3235. // }
  3236. // doctor_advice['isShow'] = 1
  3237. // this.doctor_advices.splice(new_advice_index, 0, doctor_advice)
  3238. // // this.doctor_advices.push(doctor_advice)
  3239. // }
  3240. // }
  3241. // for (let index = 0; index < this.doctor_advices.length; index++) {
  3242. // const advice = this.doctor_advices[index]
  3243. // if (advice.groupno == 0) {
  3244. // // 老版本的医嘱没有分组的概念,所以这一个 if 是解决这个问题的,将每个无分组的医嘱各自归为一组
  3245. // if (advice.parent_id > 0) {
  3246. // if (this.advice_groups.length > 0) {
  3247. // var parent_group = this.advice_groups[
  3248. // this.advice_groups.length - 1
  3249. // ]
  3250. // if (parent_group.advices.length > 0) {
  3251. // if (parent_group.advices[0].id == advice.parent_id) {
  3252. // parent_group.advices.push(advice)
  3253. // }
  3254. // }
  3255. // }
  3256. // continue
  3257. // } else {
  3258. // if (group.group_no > 0) {
  3259. // this.advice_groups.push(group)
  3260. // group = this.newAdviceGroupObject()
  3261. // }
  3262. // initGroupBlock(group, advice)
  3263. // group.advices.push(advice)
  3264. // this.advice_groups.push(group)
  3265. // group = this.newAdviceGroupObject()
  3266. // continue
  3267. // }
  3268. // }
  3269. // if (group.group_no > 0 && group.group_no != advice.groupno) {
  3270. // this.advice_groups.push(group)
  3271. // group = this.newAdviceGroupObject()
  3272. // }
  3273. // if (group.group_no == 0) {
  3274. // initGroupBlock(group, advice)
  3275. // }
  3276. // if (group.group_no == advice.groupno) {
  3277. // group.advices.push(advice)
  3278. // }
  3279. // }
  3280. // if (group.group_no > 0) {
  3281. // // 上述的算法会导致最后一组没有加到advice_groups,这里要手动加上
  3282. // this.advice_groups.push(group)
  3283. // }
  3284. // }
  3285. if (this.doctor_advices.length <= 6) {
  3286. var nl = 6;
  3287. this.print_length = 6;
  3288. for (let index = 0; index < nl; index++) {
  3289. if (
  3290. this.doctor_advices[index] == undefined ||
  3291. this.doctor_advices[index].length <= 0
  3292. ) {
  3293. this.doctor_advices.push([]);
  3294. } else {
  3295. continue;
  3296. }
  3297. }
  3298. }
  3299. this.totollength = this.doctor_advices.length + this.monitors.length;
  3300. if (this.totollength > 18) {
  3301. var temp_advice_length = 17 - this.monitors.length;
  3302. var doctor_advices_1 = [];
  3303. var doctor_advices_2 = [];
  3304. for (let index = 0; index < this.doctor_advices.length; index++) {
  3305. const element = this.doctor_advices[index];
  3306. if (temp_advice_length > index) {
  3307. doctor_advices_1.push(element);
  3308. } else {
  3309. doctor_advices_2.push(element);
  3310. }
  3311. }
  3312. this.doctor_advices = doctor_advices_1;
  3313. this.doctor_advices_2 = doctor_advices_2;
  3314. }
  3315. console.log(this.advice_groups);
  3316. } else {
  3317. this.loading = false;
  3318. this.$message.error("请求数据失败");
  3319. return false;
  3320. }
  3321. // })
  3322. },
  3323. bloodAccessParOperaName(id) {
  3324. if (id in this.bloodAccessParOpera) {
  3325. return this.bloodAccessParOpera[id].name;
  3326. }
  3327. return "";
  3328. },
  3329. dialysateFormulationName(id) {
  3330. if (id in this.dialysateFormulationOptions) {
  3331. return this.dialysateFormulationOptions[id].name;
  3332. }
  3333. return "";
  3334. },
  3335. getAge: function (val) {
  3336. if (
  3337. this.org_template_info.template_id == 2 ||
  3338. this.org_template_info.template_id == 0
  3339. ) {
  3340. if (val.age == 0) {
  3341. return jsGetAge(val.birth, "-");
  3342. } else {
  3343. return val.age;
  3344. }
  3345. } else {
  3346. return jsGetAge(val.birth, "-");
  3347. }
  3348. },
  3349. newAdviceGroupObject: function () {
  3350. return Object.assign(
  3351. {},
  3352. {
  3353. group_no: 0,
  3354. // advice_doctor: 0,
  3355. // start_time: 0,
  3356. advices: [],
  3357. // exec_staff: 0,
  3358. // exec_time: 0,
  3359. // checker: 0,
  3360. }
  3361. );
  3362. },
  3363. getFloat: function (x) {
  3364. if (x == 0) {
  3365. return "/";
  3366. }
  3367. if (x != ".") {
  3368. var f = Math.round(x * 100) / 100;
  3369. var s = f.toString();
  3370. var rs = s.indexOf(".");
  3371. if (rs <= 0) {
  3372. rs = s.length;
  3373. s += ".";
  3374. }
  3375. while (s.length <= rs + 1) {
  3376. s += "0";
  3377. }
  3378. return s;
  3379. } else {
  3380. return "0.0";
  3381. }
  3382. },
  3383. },
  3384. watch: {
  3385. "patientInfo.gender": function () {
  3386. if (this.patientInfo.gender == 1) {
  3387. this.patientInfo_gender_1 = true;
  3388. this.patientInfo_gender_2 = false;
  3389. } else if (this.patientInfo.gender == 2) {
  3390. this.patientInfo_gender_2 = true;
  3391. this.patientInfo_gender_1 = false;
  3392. } else {
  3393. this.patientInfo_gender_2 = false;
  3394. this.patientInfo_gender_1 = false;
  3395. }
  3396. },
  3397. "patientInfo.source": function () {
  3398. if (this.patientInfo.source == 1) {
  3399. this.patientInfo_source_1 = true;
  3400. this.patientInfo_source_2 = false;
  3401. } else if (this.patientInfo.source == 2) {
  3402. this.patientInfo_source_2 = true;
  3403. this.patientInfo_source_1 = false;
  3404. } else {
  3405. this.patientInfo_source_2 = false;
  3406. this.patientInfo_source_1 = false;
  3407. }
  3408. },
  3409. },
  3410. created() {
  3411. this.way_arr = getDataConfig("hemodialysis", "way");
  3412. this.consciousness_arr = getDataConfig("hemodialysis", "consciousness");
  3413. this.appetite_arr = getDataConfig("hemodialysis", "appetite");
  3414. this.posture_arr = getDataConfig("hemodialysis", "posture");
  3415. this.sick_condition_arr = getDataConfig("hemodialysis", "sick_condition");
  3416. this.precaution_arr = getDataConfig("hemodialysis", "precaution");
  3417. this.intake_arr = getDataConfig("hemodialysis", "intake");
  3418. this.nutrition_arr = getDataConfig("hemodialysis", "nutrition");
  3419. var xtuser = this.$store.getters.xt_user;
  3420. this.orgname = xtuser.org.org_name;
  3421. // this.orgname = "遂溪方济医院";
  3422. this.modeOptions = this.$store.getters.treatment_mode;
  3423. this.replacementWays = this.$store.getters.replacement_ways;
  3424. this.perfusionApparatus = this.$store.getters.perfusion_apparatus;
  3425. this.anticoagulantsConfit = this.$store.getters.anticoagulants_confit;
  3426. this.displaceLiquiPartOptions = this.$store.getters.displace_liqui;
  3427. this.blood_access_part = getDataConfig("hemodialysis", "vascular_access");
  3428. this.blood_access_part_opera = getDataConfig(
  3429. "hemodialysis",
  3430. "vascular_access_desc"
  3431. );
  3432. this.org_id = this.$store.getters.xt_user.org.id;
  3433. // this.bloodAccessParOpera = getDataConfig('hemodialysis', 'vascular_access_desc')
  3434. var bloodAccessParOpera = getDataConfig(
  3435. "hemodialysis",
  3436. "vascular_access_desc"
  3437. );
  3438. for (var key in bloodAccessParOpera) {
  3439. this.bloodAccessParOpera[bloodAccessParOpera[key].id] =
  3440. bloodAccessParOpera[key];
  3441. }
  3442. var dialysateFormulationOptions = getDataConfig(
  3443. "hemodialysis",
  3444. "dialysate_formulation"
  3445. );
  3446. for (var key in dialysateFormulationOptions) {
  3447. this.dialysateFormulationOptions[dialysateFormulationOptions[key].id] =
  3448. dialysateFormulationOptions[key];
  3449. }
  3450. const xtdate = this.$route.query && this.$route.query.xtdate;
  3451. console.log("xtdate", xtdate);
  3452. const xtno = this.$route.query && this.$route.query.xtno;
  3453. console.log("xtno", xtno);
  3454. if (
  3455. typeof xtdate === "string" &&
  3456. xtdate.length > 0 &&
  3457. typeof xtno === "string" &&
  3458. xtno.length > 0
  3459. ) {
  3460. this.queryParams.xtdate = xtdate;
  3461. this.queryParams.xtno = xtno;
  3462. this.getDialysisRecord();
  3463. } else {
  3464. this.$message.error("参数不齐");
  3465. return false;
  3466. }
  3467. },
  3468. };
  3469. </script>
  3470. <style>
  3471. .print_page_main_content {
  3472. background-color: white;
  3473. width: 960px;
  3474. margin: 0 auto 50px;
  3475. padding: 0 0 0 0;
  3476. page-break-after: always;
  3477. }
  3478. .print_page_main_content .order-yy-name {
  3479. margin: auto;
  3480. text-align: center;
  3481. font-size: 20px;
  3482. letter-spacing: 5px;
  3483. }
  3484. .dialysis-print-order .order-title {
  3485. margin: auto;
  3486. font-weight: 600;
  3487. text-align: center;
  3488. font-size: 22px;
  3489. padding: 10px;
  3490. }
  3491. .print_page_main_content .order_title {
  3492. text-align: center;
  3493. font-size: 23px;
  3494. line-height: 50px;
  3495. font-weight: 500;
  3496. }
  3497. .row {
  3498. font-size: 14px;
  3499. line-height: 20px;
  3500. padding: 5px 0;
  3501. }
  3502. .inline_block {
  3503. display: inline-block;
  3504. }
  3505. .under_line_two {
  3506. display: inline-block;
  3507. border-bottom: 1px solid #999;
  3508. text-align: left;
  3509. white-space: nowrap;
  3510. width: 50%;
  3511. }
  3512. .under_line_two::before {
  3513. content: "\00A0";
  3514. }
  3515. .under_line_two::after {
  3516. content: "\00A0";
  3517. }
  3518. .under_line {
  3519. display: inline-block;
  3520. border-bottom: 1px solid #999;
  3521. text-align: center;
  3522. white-space: nowrap;
  3523. width: 50%;
  3524. }
  3525. .under_line::before {
  3526. content: "\00A0";
  3527. }
  3528. .under_line::after {
  3529. content: "\00A0";
  3530. }
  3531. .flex {
  3532. display: -webkit-box;
  3533. display: -moz-box;
  3534. display: -ms-flexbox;
  3535. display: -webkit-flex;
  3536. display: flex;
  3537. align-items: center;
  3538. -webkit-align-items: center;
  3539. box-align: center;
  3540. -moz-box-align: center;
  3541. -webkit-box-align: center;
  3542. text-align: center;
  3543. -webkit-justify-content: space-between;
  3544. justify-content: space-between;
  3545. -moz-box-pack: space-between;
  3546. -webkit--moz-box-pack: space-between;
  3547. box-pack: space-between;
  3548. }
  3549. .print_page_main_content .proj_table {
  3550. width: 100%;
  3551. border: 1px solid;
  3552. border-collapse: collapse;
  3553. padding: 2px;
  3554. }
  3555. .print_page_main_content .proj_table tbody tr td {
  3556. border: 1px solid;
  3557. /* text-align: center; */
  3558. font-size: 16px;
  3559. padding: 5px 8px;
  3560. line-height: 30px;
  3561. }
  3562. .print_page_main_content .proj_table .inside_table {
  3563. width: 100%;
  3564. border: hidden; /* 解决边框冲突 */
  3565. border-collapse: collapse;
  3566. }
  3567. .print_page_main_content .proj_table .inside_table tr td {
  3568. border: 1px solid;
  3569. text-align: center;
  3570. font-size: 14px;
  3571. padding: 6px 5px;
  3572. line-height: 16px;
  3573. }
  3574. .print-table-no {
  3575. width: 100%;
  3576. text-align: center;
  3577. border-collapse: collapse;
  3578. font-size: 14px;
  3579. }
  3580. .es-img {
  3581. height: 20px;
  3582. }
  3583. .advice-name {
  3584. text-align: left !important;
  3585. line-height: 16px !important;
  3586. }
  3587. .advice-children {
  3588. display: flex;
  3589. }
  3590. .margin-bottom-50 {
  3591. }
  3592. .margin-bottom-300 {
  3593. margin-bottom: 450px;
  3594. }
  3595. .margin-bottom-600 {
  3596. margin-bottom: 600px;
  3597. }
  3598. .margin-bottom-900 {
  3599. margin-bottom: 900px;
  3600. }
  3601. .print-yema {
  3602. position: absolute;
  3603. left: 50%;
  3604. }
  3605. .print-yema2 {
  3606. position: absolute;
  3607. left: 50%;
  3608. }
  3609. .print-yema3 {
  3610. position: absolute;
  3611. left: 50%;
  3612. }
  3613. .print-yema4 {
  3614. position: absolute;
  3615. left: 50%;
  3616. }
  3617. .check_box_panel .did_checke::after {
  3618. font-size: 8px;
  3619. margin-left: 2px;
  3620. margin-top: 2px;
  3621. position: absolute;
  3622. }
  3623. </style>