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

DialysisPrintOrderSeventy.vue 156KB

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