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

DialysisPrintOrderForty.vue 131KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835
  1. <template>
  2. <div>
  3. <el-button type="primary" @click="checkData">一键核对</el-button>
  4. <div id="dialysis-print-box">
  5. <div class="dialysis-print-order">
  6. <div class="order-title">{{ orgname }}&nbsp;&nbsp;血液净化治疗记录单</div>
  7. <table class="table-box" style="margin-top: 10px;">
  8. <tbody>
  9. <tr>
  10. <td width="50">姓 名:</td>
  11. <td width="90">
  12. <div class="under-line">&nbsp;{{ patientInfo.name }}</div>
  13. </td>
  14. <td width="10"></td>
  15. <td width="50">性 别:</td>
  16. <td width="50">
  17. <div class="under-line">
  18. {{ patientInfo_gender_1 ? "男" : "女" }}
  19. </div>
  20. </td>
  21. <td width="10"></td>
  22. <td width="50">年 龄:</td>
  23. <td width="40">
  24. <div class="under-line">{{ getAge(patientInfo) }}</div>
  25. </td>
  26. <td>岁</td>
  27. <td width="140">透析号/住院号:</td>
  28. <td width="200">
  29. <div class="under-line">&nbsp;{{ patientInfo.dialysis_no }} /{{ receiverTreatmentAccess.admission_number ? receiverTreatmentAccess.admission_number : "无" }}
  30. </div>
  31. </td>
  32. <td width="10"></td>
  33. <td width="80">治疗日期:</td>
  34. <td width="120">
  35. <div class="under-line">
  36. &nbsp;<span>{{ queryParams.xtdate }}</span>
  37. </div>
  38. </td>
  39. </tr>
  40. </tbody>
  41. </table>
  42. <table class="table-box" style="margin-top: 10px;">
  43. <tbody>
  44. <tr>
  45. <td width="60">诊 断:</td>
  46. <td width="">
  47. <div class="under-line" style="text-align:left">
  48. &nbsp;{{ patientInfo.diagnose }}
  49. </div>
  50. </td>
  51. <td width="80">治疗次数:</td>
  52. <td width="60">
  53. <div class="under-line">
  54. &nbsp;{{ patientInfo.total_dialysis + patientInfo.user_sys_before_count ? patientInfo.total_dialysis + patientInfo.user_sys_before_count : "" }}
  55. </div>
  56. </td>
  57. </tr>
  58. </tbody>
  59. </table>
  60. <table class="print-table" border="1">
  61. <tbody>
  62. <tr>
  63. <td width="30px" class="title-box">一般情况</td>
  64. <td>
  65. <table class="table-box">
  66. <tbody>
  67. <tr>
  68. <td width="80">入科方式:</td>
  69. <td width="260">
  70. <div style="display:flex;justify-content:space-between;">
  71. <label-box v-for="(item, index) in way_arr" :key="index" :isChecked="receiverTreatmentAccess.way == item.id ? true : false" :showValue="item.name"></label-box>
  72. <!--&nbsp-->
  73. <!--<label-box :isChecked='receiverTreatmentAccess.way==2?true:false' showValue='扶行'></label-box>-->
  74. <!--&nbsp;-->
  75. <!--<label-box :isChecked='receiverTreatmentAccess.way==3?true:false' showValue='轮椅'></label-box>-->
  76. <!--&nbsp;-->
  77. <!--<label-box :isChecked='receiverTreatmentAccess.way==4?true:false' showValue='平车'></label-box>-->
  78. </div>
  79. </td>
  80. <td width="20"></td>
  81. <td width="50">意识:</td>
  82. <td width="260">
  83. <div style="display:flex;justify-content:space-between;">
  84. <label-box v-for="(item, index) in consciousness_arr" :key="index" :isChecked="receiverTreatmentAccess.consciousness == item.id ? true : false" :showValue="item.name"></label-box>
  85. <!--<label-box :isChecked='receiverTreatmentAccess.consciousness==1?true:false'-->
  86. <!--showValue='清醒'></label-box>-->
  87. <!--&nbsp;-->
  88. <!--<label-box :isChecked='receiverTreatmentAccess.consciousness==2?true:false'-->
  89. <!--showValue='嗜睡'></label-box>-->
  90. <!--&nbsp;-->
  91. <!--<label-box :isChecked='receiverTreatmentAccess.consciousness==3?true:false'-->
  92. <!--showValue='昏迷'></label-box>-->
  93. <!--<label-box :isChecked='receiverTreatmentAccess.consciousness==4?true:false'-->
  94. <!--showValue='模糊'></label-box>-->
  95. </div>
  96. </td>
  97. <td width='20'></td>
  98. <td width='80'>透析频次</td>
  99. <td width="70">
  100. <div class="under-line">
  101. &nbsp;{{ predialysis.dialysis_count ? predialysis.dialysis_count : "" }}
  102. </div>
  103. </td>
  104. <td width='50'>次/周</td>
  105. <td></td>
  106. </tr>
  107. </tbody>
  108. </table>
  109. <table class="table-box">
  110. <tbody>
  111. <tr>
  112. <td width="100">生命体征:</td>
  113. <td width="50">体温:</td>
  114. <td width="70">
  115. <div class="under-line">
  116. &nbsp;{{ predialysis.temperature ? predialysis.temperature : "" }}
  117. </div>
  118. </td>
  119. <td width="35">℃</td>
  120. <td width="30"></td>
  121. <!-- <td width="40">心率:</td>
  122. <td width="70">
  123. <div class="under-line">&nbsp;</div>
  124. </td>
  125. <td width="35">次/分</td>
  126. <td width="30"></td> -->
  127. <td width="50">脉搏:</td>
  128. <td width="70">
  129. <div class="under-line">
  130. &nbsp;{{ predialysis.pulse_frequency ? predialysis.pulse_frequency : "" }}
  131. </div>
  132. </td>
  133. <td width="50">次/分</td>
  134. <td width="30"></td>
  135. <td width="50">血压:</td>
  136. <td width="140">
  137. <div class="under-line">
  138. {{ monitors[0] && monitors[0].systolic_blood_pressure ? monitors[0].systolic_blood_pressure : "" }}/
  139. {{ monitors[0] && monitors[0].diastolic_blood_pressure ? monitors[0].diastolic_blood_pressure : "" }}
  140. </div>
  141. </td>
  142. <td width="35">mmHg</td>
  143. <td></td>
  144. </tr>
  145. </tbody>
  146. </table>
  147. <table class="table-box">
  148. <tbody>
  149. <tr>
  150. <td width="100">导管穿刺口:</td>
  151. <td width="330">
  152. <div style="display:flex;justify-content:space-between;">
  153. <label-box :isChecked="predialysis.catheter.indexOf('正常') > -1 ? true : false" showValue="正常"></label-box>
  154. <label-box :isChecked="predialysis.catheter.indexOf('穿刺口-干洁') > -1 ? true : false" showValue="干洁"></label-box>
  155. <label-box :isChecked="predialysis.catheter.indexOf('穿刺口-红肿') > -1 ? true : false" showValue="红肿"></label-box>
  156. <label-box :isChecked="predialysis.catheter.indexOf('穿刺口-分泌物') > -1 ? true : false" showValue="分泌物"></label-box>
  157. <label-box :isChecked="predialysis.catheter.indexOf('穿刺口-渗血') > -1 ? true : false" showValue="渗血"></label-box>
  158. </div>
  159. </td>
  160. <!-- <td width="65">导管打折</td>
  161. <td width="10">(</td>
  162. <td width="80">
  163. <div>
  164. <label-box
  165. :isChecked="
  166. predialysis.catheter_bend == 1 ? true : false
  167. "
  168. showValue="有"
  169. ></label-box>
  170. &nbsp;
  171. <label-box
  172. :isChecked="
  173. predialysis.catheter_bend == 2 ? true : false
  174. "
  175. showValue="无"
  176. ></label-box>
  177. </div>
  178. </td>
  179. <td width="10">)</td>
  180. <td></td> -->
  181. <!-- 体位 -->
  182. <td></td>
  183. </tr>
  184. </tbody>
  185. </table>
  186. <table class="table-box">
  187. <tbody>
  188. <tr>
  189. <td width="50">体位:</td>
  190. <td width="440">
  191. <div style="display:flex;justify-content:space-between;">
  192. <label-box v-for="(item, index) in posture_arr" :key="index" :isChecked="receiverTreatmentAccess.posture == item.id ? true : false" :showValue="item.name"></label-box>
  193. <!--<label-box :isChecked='receiverTreatmentAccess.posture==1?true:false'-->
  194. <!--showValue='自动体位'></label-box>-->
  195. <!--&nbsp;-->
  196. <!--<label-box :isChecked='receiverTreatmentAccess.posture==2?true:false'-->
  197. <!--showValue='平卧位'></label-box>-->
  198. <!--&nbsp;-->
  199. <!--<label-box :isChecked='receiverTreatmentAccess.posture==3?true:false'-->
  200. <!--showValue='半卧位'></label-box>-->
  201. <!--&nbsp;-->
  202. <!--<label-box :isChecked='receiverTreatmentAccess.posture==4?true:false'-->
  203. <!--showValue='端坐位'></label-box>-->
  204. <!--&nbsp;-->
  205. <!--<label-box :isChecked='receiverTreatmentAccess.posture==5?true:false'-->
  206. <!--showValue='躁动不安'></label-box>-->
  207. <!--&nbsp;-->
  208. </div>
  209. </td>
  210. <td></td>
  211. </tr>
  212. </tbody>
  213. </table>
  214. <table class="table-box">
  215. <tbody>
  216. <tr>
  217. <td width="80">内瘘评估:</td>
  218. <td width="50">震颤:</td>
  219. <td width="210">
  220. <div style="display:flex;justify-content:space-between;">
  221. <label-box :isChecked="predialysis.internal_fistula.indexOf('震颤-存在') > -1 ? true : false" showValue="存在"></label-box>
  222. &nbsp;
  223. <label-box :isChecked="predialysis.internal_fistula.indexOf('震颤-减弱') > -1 ? true : false" showValue="减弱"></label-box>
  224. &nbsp;
  225. <label-box :isChecked="predialysis.internal_fistula.indexOf('震颤-无') > -1 ? true : false" showValue="不存在"></label-box>
  226. </div>
  227. </td>
  228. <td width="50"></td>
  229. <td width="120">内瘘皮肤情况:</td>
  230. <td style="text-align:left;">
  231. <div>
  232. <label-box :isChecked="predialysis.internal_fistula_skin.indexOf('正常') > -1 ? true : false" showValue="正常"></label-box>
  233. &nbsp;
  234. <label-box :isChecked="predialysis.internal_fistula_skin.indexOf('瘀斑') > -1 ? true : false" showValue="瘀斑"></label-box>
  235. &nbsp;
  236. <label-box :isChecked="predialysis.internal_fistula_skin.indexOf('红') > -1 ? true : false" showValue="红"></label-box>
  237. &nbsp;
  238. <label-box :isChecked="predialysis.internal_fistula_skin.indexOf('肿') > -1 ? true : false" showValue="肿"></label-box>
  239. </div>
  240. </td>
  241. </tr>
  242. </tbody>
  243. </table>
  244. <table class="table-box">
  245. <tbody>
  246. <tr>
  247. <td width="50">皮肤:</td>
  248. <td width="780">
  249. <div style="display:flex;justify-content:space-between;">
  250. <!-- <label-box showValue="完整" :isChecked="predialysis.skin == 1 ? true : false"></label-box>
  251. <label-box showValue="干燥" :isChecked="predialysis.skin == 2 ? true : false"></label-box>
  252. <label-box showValue="瘙痒" :isChecked="predialysis.skin == 3 ? true : false"></label-box>
  253. <label-box showValue="菲薄" :isChecked="predialysis.skin == 4 ? true : false"></label-box>
  254. <label-box showValue="水肿" :isChecked="predialysis.skin == 5 ? true : false"></label-box>
  255. <label-box showValue="皮疹" :isChecked="predialysis.skin == 6 ? true : false"></label-box>
  256. <label-box showValue="出血点" :isChecked="predialysis.skin == 7 ? true : false"></label-box>
  257. <label-box showValue="压疮" :isChecked="predialysis.skin == 8 ? true : false"></label-box>
  258. <label-box showValue="皮下淤血" :isChecked="predialysis.skin == 9 ? true : false"></label-box> -->
  259. <label-box showValue="完整" :isChecked="predialysis.skin.indexOf('完整')>-1 ? true : false"></label-box>
  260. <label-box showValue="干燥" :isChecked="predialysis.skin.indexOf('干燥')>-1? true : false"></label-box>
  261. <label-box showValue="瘙痒" :isChecked="predialysis.skin.indexOf('瘙痒')>-1 ? true : false"></label-box>
  262. <label-box showValue="菲薄" :isChecked="predialysis.skin.indexOf('菲薄')>-1? true : false"></label-box>
  263. <label-box showValue="水肿" :isChecked="predialysis.skin.indexOf('水肿')>-1 ? true : false"></label-box>
  264. <label-box showValue="皮疹" :isChecked="predialysis.skin.indexOf('皮疹')>-1 ? true : false"></label-box>
  265. <label-box showValue="出血点" :isChecked="predialysis.skin.indexOf('出血点')>-1 ? true : false"></label-box>
  266. <label-box showValue="压疮" :isChecked="predialysis.skin.indexOf('压疮')>-1 ? true : false"></label-box>
  267. <label-box showValue="皮下淤血" :isChecked="predialysis.skin.indexOf('皮下淤血')>-1 ? true : false"></label-box>
  268. <label-box showValue="皮下出血" :isChecked="predialysis.skin.indexOf('皮下出血')>-1 ? true : false"></label-box>
  269. &ensp;
  270. </div>
  271. </td>
  272. <td width="50">其它</td>
  273. <td width="">
  274. <div class="under-line">
  275. &nbsp;
  276. </div>
  277. </td>
  278. <!-- <td width="10">)</td> -->
  279. </tr>
  280. </tbody>
  281. </table>
  282. <table class="table-box">
  283. <tbody>
  284. <tr>
  285. <td width="110">活动性出血:</td>
  286. <td width="60">
  287. <div>
  288. <label-box :isChecked="predialysis.is_hemorrhage == 2 ? true : false" showValue="无"></label-box>
  289. <!-- &nbsp;
  290. <label-box
  291. :isChecked="
  292. predialysis.is_hemorrhage == 1 ? true : false
  293. "
  294. showValue="有"
  295. ></label-box> -->
  296. </div>
  297. </td>
  298. <!-- <td width="10">(</td> -->
  299. <td width="500" style="text-align:left;">
  300. <div>
  301. <label-box :isChecked="predialysis.is_hemorrhage == 1 && predialysis.hemorrhage.indexOf('牙龈出血') > -1 ? true : false" showValue="牙龈出血"></label-box>
  302. &nbsp;
  303. <label-box :isChecked="predialysis.is_hemorrhage == 1 && predialysis.hemorrhage.indexOf('消化道出血') > -1 ? true : false" showValue="消化道出血"></label-box>
  304. &nbsp;
  305. <label-box :isChecked="predialysis.is_hemorrhage == 1 && predialysis.hemorrhage.indexOf('穿刺点渗血') > -1 ? true : false" showValue="穿刺点渗血"></label-box>
  306. &nbsp;
  307. <label-box :isChecked="predialysis.is_hemorrhage == 1 && predialysis.hemorrhage.indexOf('女性经期') > -1 ? true : false" showValue="女性经期"></label-box>
  308. </div>
  309. </td>
  310. <td width="50">其它</td>
  311. <td width="">
  312. <div class="under-line">
  313. &nbsp;
  314. <span v-if="predialysis.is_hemorrhage == 1">{{ predialysis.hemorrhage_other }}</span>
  315. </div>
  316. </td>
  317. <!-- <td width="10">)</td> -->
  318. </tr>
  319. </tbody>
  320. </table>
  321. <table class="table-box">
  322. <tbody>
  323. <tr>
  324. <td width="90">血管通路:</td>
  325. <td style="text-align:left;">
  326. <div>
  327. <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('自体内瘘') > -1 ? true : false" showValue="自体内瘘"></label-box>
  328. &nbsp;
  329. <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('人造血管') > -1 ? true : false" showValue="人造血管"></label-box>
  330. &nbsp;
  331. <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('直穿') > -1 ? true : false" showValue="直穿"></label-box>
  332. &nbsp;
  333. <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内静脉-左') > -1 ? true : predialysis.blood_access_part_opera_name.indexOf('颈内静脉-右') > -1 ? true : false" showValue="颈内静脉"></label-box>
  334. &nbsp;
  335. <!-- (<label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内静脉-左') > -1 ? true : false" showValue="左"></label-box>
  336. &nbsp;
  337. <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内静脉-右') > -1 ? true : false" showValue="右"></label-box>)
  338. <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('股静脉') > -1 ? true : false" showValue="股静脉"></label-box>
  339. &nbsp;
  340. <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('锁骨下') > -1 ? true : false" showValue="锁骨下"></label-box>
  341. &nbsp; -->
  342. </div>
  343. </td>
  344. <td width="50">其它</td>
  345. <td width="150">
  346. <div class="under-line">
  347. &nbsp;
  348. <span v-if="predialysis.blood_access_part_opera_name.indexOf('自体内瘘') <= -1&&predialysis.blood_access_part_opera_name.indexOf('人造血管') <= -1&&predialysis.blood_access_part_opera_name.indexOf('直穿') <= -1&&predialysis.blood_access_part_opera_name.indexOf('颈内静脉-左') <= -1&&predialysis.blood_access_part_opera_name.indexOf('颈内静脉-右') <= -1">{{ predialysis.blood_access_part_opera_name }}</span>
  349. </div>
  350. </td>
  351. <td width="250"></td>
  352. </tr>
  353. </tbody>
  354. </table>
  355. <table class="table-box">
  356. <tbody>
  357. <tr>
  358. <td width="90">穿刺方式:</td>
  359. <td width="260" style="text-align:left;">
  360. <div>
  361. <label-box showValue="绳梯" :isChecked="predialysis.puncture_way.indexOf('绳梯')>-1 ? true : false"></label-box>&nbsp;
  362. <label-box showValue="定点" :isChecked="predialysis.puncture_way.indexOf('定点')>-1 ? true : false"></label-box>&nbsp;
  363. <label-box showValue="直接穿刺" :isChecked="predialysis.puncture_way.indexOf('直接穿刺')>-1 ? true:false"></label-box>&nbsp;
  364. <label-box showValue="扣眼" :isChecked="predialysis.puncture_way.indexOf('扣眼')>-1 ? true : false"></label-box>&nbsp;
  365. </div>
  366. </td>
  367. <td width='20'></td>
  368. <td width="70">穿刺针:</td>
  369. <td width="260" style="text-align:left;">
  370. <div>
  371. <label-box :isChecked="predialysis.puncture_needle && predialysis.puncture_needle.indexOf('16G') > -1 ? true : false" showValue="16G"></label-box>
  372. &nbsp;
  373. <label-box :isChecked="predialysis.puncture_needle && predialysis.puncture_needle.indexOf('17G') > -1 ? true : false" showValue="17G"></label-box>
  374. &nbsp;
  375. <label-box :isChecked="predialysis.puncture_needle && predialysis.puncture_needle.indexOf('钝针') > -1 ? true : false" showValue="钝针"></label-box>
  376. &nbsp;
  377. </div>
  378. </td>
  379. <td></td>
  380. </tr>
  381. </tbody>
  382. </table>
  383. </td>
  384. </tr>
  385. </tbody>
  386. </table>
  387. <table class="print-table" border="1">
  388. <tbody>
  389. <tr>
  390. <td width="30px" class="title-box">专科记录</td>
  391. <td>
  392. <table class="table-box">
  393. <tbody>
  394. <tr>
  395. <td width="50">干体重:</td>
  396. <td width="50">
  397. <div class="under-line">
  398. &nbsp;{{ predialysis.dry_weight ? predialysis.dry_weight : "" }}
  399. </div>
  400. </td>
  401. <td width="20">Kg</td>
  402. <td></td>
  403. <td width="90">透前体重:</td>
  404. <td width="50">
  405. <div class="under-line">
  406. &nbsp;{{ predialysis.weight_before ? predialysis.weight_before : "" }}
  407. </div>
  408. </td>
  409. <td width="20">Kg</td>
  410. <td></td>
  411. <td width="120">计划治疗时间:</td>
  412. <td width="40">
  413. <div class="under-line">
  414. &nbsp;{{ prescription.dialysis_duration_hour ? prescription.dialysis_duration_hour : "0" }}
  415. </div>
  416. </td>
  417. <td width="10">h</td>
  418. <td width="40">
  419. <div class="under-line">
  420. &nbsp;{{ prescription.dialysis_duration_minute ? prescription.dialysis_duration_minute : "0" }}
  421. </div>
  422. </td>
  423. <td width="35">min</td>
  424. <td></td>
  425. <td width="100">透析机编号:</td>
  426. <td width="120">
  427. <div class="under-line">{{ getNumber() }}</div>
  428. </td>
  429. <td width=""></td>
  430. <!-- <td width="55">血流量:</td>
  431. <td width="60">
  432. <div class="under-line">
  433. &nbsp;{{
  434. prescription.blood_flow_volume
  435. ? prescription.blood_flow_volume
  436. : ""
  437. }}
  438. </div>
  439. </td>
  440. <td width="60">ml/min</td>
  441. <td></td>
  442. <td width="85">目标超滤量:</td>
  443. <td width="70">
  444. <div class="under-line">
  445. &nbsp;{{
  446. prescription.target_ultrafiltration
  447. ? prescription.target_ultrafiltration
  448. : ""
  449. }}
  450. </div>
  451. </td>
  452. <td width="20">L</td> -->
  453. </tr>
  454. </tbody>
  455. </table>
  456. <table class="table-box">
  457. <tbody>
  458. <tr>
  459. <td width="100">计划超滤总量:</td>
  460. <td width="50">
  461. <div class="under-line">
  462. &nbsp;{{ prescription.target_ultrafiltration ? prescription.target_ultrafiltration : "" }}
  463. </div>
  464. </td>
  465. <td width="10">ml</td>
  466. <!-- <td width="60">置换量:</td>
  467. <td width="40">
  468. <div class="under-line">
  469. &nbsp;{{ prescription.replacement_total ? prescription.replacement_total : "/" }}
  470. </div>
  471. </td>
  472. <td width="10">ml</td> -->
  473. <td width="80">治疗方式:</td>
  474. <td width="50">
  475. <label-box :isChecked="prescription.mode_id == 1 ? true : false" showValue="HD"></label-box>
  476. </td>
  477. <td width="60">
  478. <label-box :isChecked="prescription.mode_id == 2 ? true : false" showValue="HDF"></label-box>
  479. </td>
  480. <td width="50">
  481. <label-box :isChecked="prescription.mode_id == 5 ? true : false" showValue="HF"></label-box>
  482. </td>
  483. <td width="220">(
  484. 稀释<label-box :isChecked="prescription.mode_id == 2 && prescription.displace_liqui_part == 1 ? true : false" showValue="前"></label-box>
  485. <label-box :isChecked="prescription.mode_id == 2 && prescription.displace_liqui_part == 2 ? true : false" showValue="后"></label-box>
  486. 目标置换液总量:
  487. </td>
  488. <td width="50">
  489. <div class="under-line">
  490. &nbsp;{{ prescription.displace_liqui_value ? prescription.displace_liqui_value : "" }}
  491. </div>
  492. </td>
  493. <td width="10">L)</td>
  494. <td width="50"><label-box :isChecked="prescription.mode_id != 5 && prescription.mode_id != 1 && prescription.mode_id != 2 ? true : false" showValue="其他"></label-box></td>
  495. <td width="50">
  496. <div class="under-line">&nbsp;
  497. <span v-if="prescription.mode_id == 3">HD+HP</span>
  498. <span v-if="prescription.mode_id == 4">HP</span>
  499. <span v-if="prescription.mode_id == 6">SCUF</span>
  500. <span v-if="prescription.mode_id == 7">IUF</span>
  501. <span v-if="prescription.mode_id == 8">HFHD</span>
  502. <span v-if="prescription.mode_id == 9">HFHD+HP</span>
  503. <span v-if="prescription.mode_id == 10">PHF</span>
  504. <span v-if="prescription.mode_id == 11">HFR</span>
  505. <span v-if="prescription.mode_id == 12">HDF+HP</span>
  506. <span v-if="prescription.mode_id == 13">CRRT</span>
  507. <span v-if="prescription.mode_id == 14">腹水回输</span>
  508. <span v-if="prescription.mode_id == 15">HD前置换</span>
  509. <span v-if="prescription.mode_id == 16">HD后置换</span>
  510. <span v-if="prescription.mode_id == 17">HDF前置换</span>
  511. <span v-if="prescription.mode_id == 18">HDF后置换</span>
  512. <span v-if="prescription.mode_id == 19">IUF+HD</span>
  513. </div>
  514. </td>
  515. <td></td>
  516. </tr>
  517. </tbody>
  518. </table>
  519. <table class="table-box">
  520. <tbody>
  521. <tr>
  522. <td width="70">抗凝方式:</td>
  523. <td width="90">
  524. <label-box :isChecked="prescription.anticoagulant==2?true:false" showValue='普通肝素'></label-box>
  525. </td>
  526. <td width="10">(</td>
  527. <td width="35">首剂</td>
  528. <td width="50">
  529. <div class="under-line">&nbsp;
  530. <span v-if="prescription.anticoagulant==2">{{prescription.anticoagulant_shouji}}</span>
  531. </div>
  532. </td>
  533. <td width="20">mg</td>
  534. <td width="10"></td>
  535. <td width="35">追加</td>
  536. <td width="50">
  537. <div class="under-line">&nbsp;
  538. <span v-if="prescription.anticoagulant==2">{{prescription.anticoagulant_weichi}}</span>
  539. </div>
  540. </td>
  541. <td width="40">mg/h</td>
  542. <td width="35">总量</td>
  543. <td width="50">
  544. <div class="under-line">&nbsp;
  545. <span v-if="prescription.anticoagulant==2">{{prescription.anticoagulant_zongliang}}</span>
  546. </div>
  547. </td>
  548. <td width="20">mg</td>
  549. <td width="10">)</td>
  550. <td width="100">
  551. <label-box :isChecked="prescription.anticoagulant==6?true:prescription.anticoagulant==7?true:false" showValue='低分子肝素'></label-box>
  552. </td>
  553. <td width="10">(</td>
  554. <td width="40">
  555. <label-box :isChecked="prescription.anticoagulant==6?true:false" showValue='钙'></label-box>
  556. </td>
  557. <td width="40">
  558. <label-box :isChecked="prescription.anticoagulant==7?true:false" showValue='钠'></label-box>
  559. </td>
  560. <td width="10">)</td>
  561. <td width="50">
  562. <div class="under-line">&nbsp;
  563. <span v-if="prescription.anticoagulant==6 || prescription.anticoagulant==7">{{prescription.anticoagulant_zongliang}}</span>
  564. </div>
  565. </td>
  566. <td width="10">iu</td>
  567. <td width="70">
  568. <label-box :isChecked="prescription.anticoagulant==1?true:false" showValue='无肝素'></label-box>
  569. </td>
  570. <td></td>
  571. </tr>
  572. </tbody>
  573. </table>
  574. <table class="table-box">
  575. <tbody>
  576. <tr>
  577. <td width="80">透析液配方:</td>
  578. <td width="10">钙</td>
  579. <td width="10">(</td>
  580. <td width="240">
  581. <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('1.25') > -1 ? true : false" showValue="1.25"></label-box>
  582. &nbsp;
  583. <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('1.5') > -1 ? true : false" showValue="1.5"></label-box>
  584. &nbsp;
  585. <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('1.75') > -1 ? true : false" showValue="1.75(mmol/L)"></label-box>
  586. &nbsp;
  587. </td>
  588. <td width="10">)</td>
  589. <td width='80'>透析液流量:</td>
  590. <td width='50'>
  591. <div class="under-line">
  592. &nbsp;{{ prescription.dialysate_flow ? prescription.dialysate_flow : "" }}
  593. </div>
  594. </td>
  595. <td width='30'>ml/min</td>
  596. <td width="100">透析(滤)器:</td>
  597. <td width="80">
  598. <div class="under-line">
  599. &nbsp;{{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus : "" }}
  600. </div>
  601. </td>
  602. <td></td>
  603. </tr>
  604. </tbody>
  605. </table>
  606. <table class="table-box">
  607. <tbody>
  608. <tr>
  609. <td width="50">吸氧:</td>
  610. <td width="10">需</td>
  611. <td width="40">
  612. <label-box :isChecked="prescription.oxygen_uptake == 1 ? true : false"></label-box>
  613. &nbsp;
  614. </td>
  615. <td width="50">流量:</td>
  616. <td width="40">
  617. <div class="under-line">
  618. &nbsp;{{ prescription.oxygen_flow ? prescription.oxygen_flow : "" }}
  619. </div>
  620. </td>
  621. <td width="30">L/分</td>
  622. <td width="50">
  623. <div class="under-line">
  624. &nbsp;{{ prescription.oxygen_time ? prescription.oxygen_time : "" }}
  625. </div>
  626. </td>
  627. <td width="30">h</td>
  628. <td width="10">无</td>
  629. <td width="30">
  630. <label-box :isChecked="prescription.oxygen_uptake ==2 ? true : false"></label-box>
  631. &nbsp;
  632. </td>
  633. <td></td>
  634. <td></td>
  635. </tr>
  636. </tbody>
  637. </table>
  638. <!-- <table class="table-box">
  639. <tbody>
  640. <tr>
  641. <td width="55">置换量:</td>
  642. <td width="40">
  643. <div class="under-line">
  644. &nbsp;{{
  645. prescription.replacement_total
  646. ? prescription.replacement_total
  647. : ""
  648. }}
  649. </div>
  650. </td>
  651. <td width="10">L</td>
  652. <td width="10"></td>
  653. <td width="70">治疗方式:</td>
  654. <td width="50">
  655. <label-box
  656. :isChecked="prescription.mode_id == 1 ? true : false"
  657. showValue="HD"
  658. ></label-box>
  659. </td>
  660. <td width="50">
  661. <label-box
  662. :isChecked="prescription.mode_id == 2 ? true : false"
  663. showValue="HDF"
  664. ></label-box>
  665. </td>
  666. <td width="50">
  667. <label-box
  668. :isChecked="prescription.mode_id == 5 ? true : false"
  669. showValue="HF"
  670. ></label-box>
  671. </td>
  672. <td width="50">
  673. <label-box
  674. :isChecked="prescription.mode_id == 4 ? true : false"
  675. showValue="HP"
  676. ></label-box>
  677. </td>
  678. <td width="80">
  679. <label-box
  680. :isChecked="prescription.mode_id == 3 ? true : false"
  681. showValue="HD+HP"
  682. ></label-box>
  683. </td>
  684. <td width="35">其他</td>
  685. <td width="100">
  686. <div class="under-line">
  687. &nbsp;
  688. <span v-if="prescription.mode_id > 5">{{
  689. prescription.mode
  690. }}</span>
  691. </div>
  692. </td>
  693. <td width="140">透析器/灌流器型号:</td>
  694. <td width="">
  695. <div class="under-line">
  696. &nbsp;{{ prescription.dialyzer_perfusion_apparatus }}
  697. </div>
  698. </td>
  699. </tr>
  700. </tbody>
  701. </table> -->
  702. <!-- <table class="table-box">
  703. <tbody>
  704. <tr>
  705. <td width="70">透析机号:</td>
  706. <td width="100">
  707. <div class="under-line">{{ getNumber() }}</div>
  708. </td>
  709. <td width=""></td>
  710. <td width="70">医生签名:</td>
  711. <td width="100">
  712. <div class="under-line">
  713. <span v-if="advices.length == 0"></span>
  714. <span
  715. v-else-if="
  716. setAdminUserES(advices[0][0].advice_doctor) == ''
  717. "
  718. >{{ getAdminUser(advices[0][0].advice_doctor) }}</span
  719. >
  720. <img
  721. class="es-img"
  722. :src="setAdminUserES(advices[0][0].advice_doctor)"
  723. alt=""
  724. srcset=""
  725. v-else
  726. />
  727. </div>
  728. </td>
  729. <td width="70">上机护士:</td>
  730. <td width="100">
  731. <div class="under-line">
  732. <span
  733. v-if="
  734. setAdminUserES(
  735. dialysisOrder == null
  736. ? 0
  737. : dialysisOrder.start_nurse
  738. ) == ''
  739. "
  740. >{{
  741. getAdminUser(
  742. dialysisOrder == null
  743. ? 0
  744. : dialysisOrder.start_nurse
  745. )
  746. }}</span
  747. >
  748. <img
  749. class="es-img"
  750. :src="
  751. setAdminUserES(
  752. dialysisOrder == null
  753. ? 0
  754. : dialysisOrder.start_nurse
  755. )
  756. "
  757. alt=""
  758. srcset=""
  759. v-else
  760. />
  761. </div>
  762. </td>
  763. </tr>
  764. </tbody>
  765. </table> -->
  766. </td>
  767. </tr>
  768. </tbody>
  769. </table>
  770. <table class="print-table" border="1">
  771. <tbody>
  772. <tr>
  773. <td :rowspan="jilurow" width="30px" class="title-box">
  774. 透析监测
  775. </td>
  776. <td width="60">时间</td>
  777. <td width="40" style="line-height:20px">T<br />℃</td>
  778. <td width="80" style="line-height:20px">Bp<br />mmHg</td>
  779. <td width="50" style="line-height:20px">P<br />次/分</td>
  780. <td width="60" style="line-height:20px">R<br />次/分</td>
  781. <template v-if="org_id!=10383&&org_id!=0&&org_id!=9675">
  782. <td width="60" style="line-height:20px">静脉压<br />{{monitors[0] && monitors[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}</td>
  783. <td width="60" style="line-height:20px">动脉压<br />{{monitors[0] && monitors[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}</td>
  784. </template>
  785. <template v-if="org_id==10383||org_id==0||org_id==9675">
  786. <td width="60" style="line-height:20px">动脉压<br />{{monitors[0] && monitors[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}</td>
  787. <td width="60" style="line-height:20px">静脉压<br />{{monitors[0] && monitors[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}</td>
  788. </template>
  789. <td width="60" style="line-height:20px">TMP<br />{{monitors[0] && monitors[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}</td>
  790. <td width="40" style="line-height:20px">机温<br />℃</td>
  791. <td width="60" style="line-height:20px">血流量<br />ml/min</td>
  792. <template v-if="org_id!=10383&&org_id!=0&&org_id!=9675">
  793. <td width="60" style="line-height:20px">电导度<br />mS/cm</td>
  794. <td width="60" style="line-height:20px">超滤量<br />ml</td>
  795. </template>
  796. <template v-if="org_id==10383||org_id==0||org_id==9675">
  797. <td width="60" style="line-height:20px">超滤量<br />ml</td>
  798. <td width="60" style="line-height:20px">电导度<br />mS/cm</td>
  799. </template>
  800. <td width="40" style="line-height:20px">Kt/V</td>
  801. <!-- <td width="60">钠浓度<br/>mmol/L</td>
  802. <td width="80">透析液温度<br/>℃</td>
  803. <td width="60">置换率<br/>ml/min</td> -->
  804. <td width="" style="line-height:20px">病情变化及处理</td>
  805. <td width="60" style="line-height:20px">护士签名</td>
  806. </tr>
  807. <tr v-for="monitor in monitors" :key="monitor.id">
  808. <td style="height:40px;">
  809. &nbsp;
  810. <!-- <template>
  811. <span v-if="monitor.monitoring_date">
  812. {{monitor.monitoring_date | parseTime('{y}-{m}-{d}')}}
  813. </span>
  814. </template> -->
  815. {{ getTime(monitor.operate_time, "{h}:{i}") }}
  816. </td>
  817. <td>&nbsp;{{ monitor.temperature ? monitor.temperature : "" }}</td>
  818. <td>
  819. <span v-if='monitor.operate_time'>
  820. &nbsp;{{ monitor.systolic_blood_pressure ? monitor.systolic_blood_pressure : "" }}/
  821. {{ monitor.diastolic_blood_pressure ? monitor.diastolic_blood_pressure : "" }}
  822. </span>
  823. </td>
  824. <td>
  825. &nbsp;{{ monitor.pulse_frequency ? monitor.pulse_frequency : "" }}
  826. </td>
  827. <td>
  828. &nbsp;{{ monitor.breathing_rate ? monitor.breathing_rate : "" }}
  829. </td>
  830. <template v-if="org_id!=10383&&org_id!=0&&org_id!=9675">
  831. <td v-if="isShowZero && monitor.operate_time">
  832. &nbsp;{{ monitor.venous_pressure ? monitor.venous_pressure : 0 }}
  833. </td>
  834. <td v-else>
  835. &nbsp;{{ monitor.venous_pressure ? monitor.venous_pressure : "" }}
  836. </td>
  837. <td>
  838. &nbsp;{{ monitor.arterial_pressure ? monitor.arterial_pressure : "" }}
  839. </td>
  840. </template>
  841. <template v-if="org_id==10383||org_id==0||org_id==9675">
  842. <td>
  843. &nbsp;{{ monitor.arterial_pressure ? monitor.arterial_pressure : "" }}
  844. </td>
  845. <td v-if="isShowZero && monitor.operate_time">
  846. &nbsp;{{ monitor.venous_pressure ? monitor.venous_pressure : 0 }}
  847. </td>
  848. <td v-else>
  849. &nbsp;{{ monitor.venous_pressure ? monitor.venous_pressure : "" }}
  850. </td>
  851. </template>
  852. <td v-if="isShowZero && monitor.operate_time">
  853. &nbsp;{{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "" }}
  854. </td>
  855. <td v-else>
  856. &nbsp;{{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "" }}
  857. </td>
  858. <td>
  859. &nbsp;{{ monitor.dialysate_temperature ? monitor.dialysate_temperature : "" }}
  860. </td>
  861. <td>
  862. &nbsp;{{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "" }}
  863. <!-- {{ monitor.venous_pressure ? monitor.venous_pressure : "" }} -->
  864. </td>
  865. <template v-if="org_id!=10383&&org_id!=0&&org_id!=9675">
  866. <td>
  867. &nbsp;{{ monitor.conductivity ? monitor.conductivity : "" }}
  868. </td>
  869. <td>
  870. &nbsp;{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "" }}
  871. </td>
  872. </template>
  873. <template v-if="org_id==10383||org_id==0||org_id==9675">
  874. <td>
  875. &nbsp;{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "" }}
  876. </td>
  877. <td>
  878. &nbsp;{{ monitor.conductivity ? monitor.conductivity : "" }}
  879. </td>
  880. </template>
  881. <td>
  882. &nbsp;{{ monitor.ktv ? monitor.ktv : "" }}
  883. </td>
  884. <!-- <td>&nbsp;{{monitor.sodium_concentration}}</td>
  885. <td>&nbsp;{{monitor.dialysate_temperature}}</td>
  886. <td>&nbsp;{{monitor.replacement_rate}}</td> -->
  887. <td>
  888. <template v-if="(dialysisOrder && monitor.operate_time == dialysisOrder.start_time)">【开始透析】</template>
  889. {{ monitor.end }}&nbsp;{{ monitor.symptom }} &nbsp;{{ monitor.dispose }} &nbsp;{{ monitor.result }}
  890. </td>
  891. <td>
  892. <span v-if="setAdminUserES(monitor.monitoring_nurse) == ''">
  893. {{ getAdminUser(monitor.monitoring_nurse) }}
  894. </span>
  895. <span v-else style="display:flex;align-items:center;justify-content:space-around;height:36px;">
  896. <img style="height:30px;" :src="setAdminUserES(monitor.monitoring_nurse)" alt srcset />
  897. </span>
  898. </td>
  899. </tr>
  900. </tbody>
  901. </table>
  902. <table class="print-table" border="1">
  903. <tbody>
  904. <!-- <tr style="line-height:35px;padding:8px 5px;">
  905. <td colspan="4" style="font-size: 16px">开医嘱</td>
  906. <td colspan="3" style="font-size: 16px">执行核对医嘱</td>
  907. </tr> -->
  908. <tr>
  909. <td :rowspan="doctor_advices.length + 1" width="30" class="title-box">
  910. 医嘱内容
  911. </td>
  912. <td style="font-size: 16px" width="8%">时间</td>
  913. <td style="font-size: 16px" colspan="2">医嘱内容</td>
  914. <td style="font-size: 16px" width="10%">医生签名</td>
  915. <td style="font-size: 16px" width="10%">执行人签名</td>
  916. <td style="font-size: 16px" width="10%">核对人签名</td>
  917. <td style="font-size: 16px" width="8%">时间</td>
  918. </tr>
  919. <!-- <template v-for="group in doctor_advices" > -->
  920. <tr v-for="(advice, advice_index) in doctor_advices" :key="advice_index">
  921. <td height="40px">
  922. <span v-if="advice.start_time">
  923. {{ getTime(advice.start_time, "{h}:{i}") }}
  924. </span>
  925. <!-- <span v-else>&nbsp;<br/>&nbsp;</span> -->
  926. </td>
  927. <td colspan="2" class="advice-name" style="padding-left:7px;">
  928. <span v-if="advice.parent_id > 0">---></span>
  929. <span>{{ advice.advice_name }}</span>
  930. <span v-if="advice && advice.advice_desc">({{ advice.advice_desc }}{{ advice.drug_spec_unit }})</span>
  931. <span v-if="advice.prescribing_number"> &nbsp;&nbsp; {{ advice.prescribing_number }}{{ advice.prescribing_number_unit }}</span>
  932. <span v-if="advice.single_dose != 0">{{ advice.single_dose }}{{ advice.single_dose_unit }}</span>
  933. <span v-if="advice.parent_id == 0">{{ advice.delivery_way }}</span>
  934. <span v-if="advice.parent_id == 0">{{ advice.execution_frequency }}</span>
  935. <span v-if="advice.parent_id == 0 && advice.remark.length > 0">({{ advice.remark }})</span>
  936. </td>
  937. <!-- <td colspan="2" height="60px" style="text-align: center" v-else >
  938. <span>{{advice.delivery_way}}</span>
  939. <span>{{advice.execution_frequency}}</span>
  940. <span v-if="advice.remark.length > 0">({{advice.remark}})</span>
  941. </td> -->
  942. <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
  943. <td>
  944. <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{ getAdminUser(advice.advice_doctor) }}</span>
  945. <img style="height:30px;" :src="setAdminUserES(advice.advice_doctor)" alt="" srcset="" v-else />
  946. </td>
  947. <td>
  948. <span v-if="setAdminUserES(advice.execution_staff) == ''">{{ getAdminUser(advice.execution_staff) }}</span>
  949. <img style="height:30px;" :src="setAdminUserES(advice.execution_staff)" alt srcset v-else />
  950. </td>
  951. <td>
  952. <span v-if="advice.start_time">
  953. <span v-if="advice.checker > 0">
  954. <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
  955. <img style="height:30px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
  956. </span>
  957. <span v-else>未核对</span>
  958. </span>
  959. </td>
  960. <td>
  961. <span v-if="advice.execution_time">{{ getTime(advice.execution_time, "{h}:{i}") }}</span>
  962. </td>
  963. </tr>
  964. <!-- </template> -->
  965. </tbody>
  966. </table>
  967. <table class="print-table" border="1">
  968. <tbody>
  969. <tr>
  970. <td class="title-box" width="30px">透后评估</td>
  971. <td>
  972. <table class="table-box">
  973. <tbody>
  974. <!-- <tr>
  975. <td width="90">实际治疗时间</td>
  976. <td width="40">
  977. <div class="under-line">
  978. &nbsp;{{
  979. afterdialysis.actual_treatment_hour
  980. ? afterdialysis.actual_treatment_hour
  981. : "0"
  982. }}
  983. </div>
  984. </td>
  985. <td width="10">h</td>
  986. <td width="40">
  987. <div class="under-line">
  988. &nbsp;{{
  989. afterdialysis.actual_treatment_minute
  990. ? afterdialysis.actual_treatment_minute
  991. : "0"
  992. }}
  993. </div>
  994. </td>
  995. <td width="35">min</td>
  996. <td></td>
  997. <td width="75">实际超滤量</td>
  998. <td width="70">
  999. <div class="under-line">
  1000. &nbsp;{{
  1001. afterdialysis.actual_ultrafiltration
  1002. ? afterdialysis.actual_ultrafiltration
  1003. : ""
  1004. }}
  1005. </div>
  1006. </td>
  1007. <td width="20">L</td>
  1008. <td></td>
  1009. <td width="60">透后体重</td>
  1010. <td width="50">
  1011. <div class="under-line">
  1012. &nbsp;{{
  1013. afterdialysis.weight_after
  1014. ? afterdialysis.weight_after
  1015. : ""
  1016. }}
  1017. </div>
  1018. </td>
  1019. <td width="20">Kg</td>
  1020. <td></td>
  1021. <td width="95">透析器凝血:</td>
  1022. <td width="220">
  1023. <label-box
  1024. :isChecked="afterdialysis.txqnx == 0 ? true : false"
  1025. showValue="0 级"
  1026. ></label-box>
  1027. <label-box
  1028. :isChecked="afterdialysis.txqnx == 1 ? true : false"
  1029. showValue="Ⅰ 级"
  1030. ></label-box>
  1031. <label-box
  1032. :isChecked="afterdialysis.txqnx == 2 ? true : false"
  1033. showValue="Ⅱ 级"
  1034. ></label-box>
  1035. <label-box
  1036. :isChecked="afterdialysis.txqnx == 3 ? true : false"
  1037. showValue="Ⅲ 级"
  1038. ></label-box>
  1039. </td>
  1040. </tr> -->
  1041. <tr>
  1042. <td width="70">拔针压迫:</td>
  1043. <td width="450">
  1044. <div style="display:flex;justify-content:space-between;">
  1045. <label-box showValue="自己压迫" :isChecked="afterdialysis.hemostasis_opera == 3 ? true : false"></label-box>
  1046. &nbsp;
  1047. <label-box showValue="他人协助" :isChecked="afterdialysis.hemostasis_opera == 2 ? true : false"></label-box>
  1048. &nbsp;
  1049. <label-box showValue="需要护士" :isChecked="afterdialysis.hemostasis_opera == 1 ? true : false"></label-box>
  1050. <label-box showValue="内瘘止血带" :isChecked="afterdialysis.hemostasis_opera == 4 ? true : false"></label-box>
  1051. </div>
  1052. </td>
  1053. <td width="50"></td>
  1054. <td width="90">内瘘震颤:</td>
  1055. <td width="200">
  1056. <div style="display:flex;justify-content:space-between;">
  1057. <label-box :isChecked="afterdialysis.internal_fistula.indexOf('震颤-存在') > -1 ? true : false" showValue="存在"></label-box>
  1058. <label-box :isChecked="afterdialysis.internal_fistula.indexOf('震颤-减弱') > -1 ? true : false" showValue="减弱"></label-box>
  1059. <label-box :isChecked="afterdialysis.internal_fistula.indexOf('震颤-无') > -1 ? true : false" showValue="不存在"></label-box>
  1060. </div>
  1061. </td>
  1062. <td></td>
  1063. </tr>
  1064. </tbody>
  1065. </table>
  1066. <table class="table-box">
  1067. <tbody>
  1068. <tr>
  1069. <td width="100">置管口及辅料:</td>
  1070. <td width='140'>
  1071. <label-box :isChecked="afterdialysis.catheter.indexOf('干洁')>-1?true:false" showValue='干洁'></label-box>
  1072. <label-box :isChecked="afterdialysis.catheter.indexOf('更换敷料')>-1?true:false" showValue='更换敷料'></label-box>
  1073. </td>
  1074. <td width='50'>
  1075. <label-box :isChecked="afterdialysis.catheter!=''&& afterdialysis.catheter.indexOf('干洁')==-1 && afterdialysis.catheter.indexOf('更换敷料')==-1?true:false" showValue='其他'></label-box>
  1076. </td>
  1077. <td width='100'>
  1078. <div class="under-line">&nbsp;
  1079. <span v-if="afterdialysis.catheter.indexOf('干洁')==-1 && afterdialysis.catheter.indexOf('更换敷料')==-1">{{ afterdialysis.catheter ? afterdialysis.catheter : '' }}</span>
  1080. </div>
  1081. </td>
  1082. <td width="90">透析期间进食:</td>
  1083. <td width="70">
  1084. <label-box showValue="有" :isChecked="afterdialysis.is_eat == 1 ? true : false"></label-box>
  1085. <label-box showValue="无" :isChecked="afterdialysis.is_eat == 2 ? true : false"></label-box>
  1086. </td>
  1087. <td width="90">实际置换总量</td>
  1088. <td width="50">
  1089. <div class="under-line">&nbsp;{{ afterdialysis.actual_displacement ? afterdialysis.actual_displacement : "" }}</div>
  1090. </td>
  1091. <td width="20">L</td>
  1092. <td></td>
  1093. </tr>
  1094. </tbody>
  1095. </table>
  1096. <table class="table-box">
  1097. <tbody>
  1098. <tr>
  1099. <td width="120">拔针后穿刺点渗血:</td>
  1100. <td width="100">
  1101. <div style="display:flex;justify-content:space-between;">
  1102. <label-box :isChecked="afterdialysis.puncture_point_oozing_blood == 1 ? true : false" showValue="有"></label-box>
  1103. <label-box :isChecked="afterdialysis.puncture_point_oozing_blood == 2 ? true : false" showValue="无"></label-box>
  1104. </div>
  1105. </td>
  1106. <td width="10"></td>
  1107. <td width="100">穿刺处血肿:</td>
  1108. <td width="100">
  1109. <div style="display:flex;justify-content:space-between;">
  1110. <label-box :isChecked="afterdialysis.puncture_point_haematoma == 1 ? true : false" showValue="有"></label-box>
  1111. <label-box :isChecked="afterdialysis.puncture_point_haematoma == 2 ? true : false" showValue="无"></label-box>
  1112. </div>
  1113. </td>
  1114. <td width="10"></td>
  1115. <td width="120">中心静脉封管:</td>
  1116. <td width="50">肝素:</td>
  1117. <td width="40">A端</td>
  1118. <td width="30">
  1119. <div class="under-line">&nbsp;{{ afterdialysis.cvc_a ? afterdialysis.cvc_a : "" }}</div>
  1120. </td>
  1121. <td width="20">ml</td>
  1122. <td width="40">V端</td>
  1123. <td width="30">
  1124. <div class="under-line">&nbsp;{{ afterdialysis.cvc_v ? afterdialysis.cvc_v : "" }}</div>
  1125. </td>
  1126. <td width="20">ml</td>
  1127. <td></td>
  1128. </tr>
  1129. </tbody>
  1130. </table>
  1131. <table class="table-box">
  1132. <tbody>
  1133. <tr>
  1134. <td width="80">透析并发症:</td>
  1135. <td width="640">
  1136. <div style="display:flex;justify-content:space-between;">
  1137. <label-box :isChecked="afterdialysis.complication.indexOf('无') > -1 ? true : false" showValue="无"></label-box>
  1138. <label-box :isChecked="afterdialysis.complication.indexOf('头晕') > -1 ? true : false" showValue="头晕"></label-box>
  1139. <label-box :isChecked="afterdialysis.complication.indexOf('头痛') > -1 ? true : false" showValue="头痛"></label-box>
  1140. <label-box :isChecked="afterdialysis.complication.indexOf('呕吐') > -1 ? true : false" showValue="呕吐"></label-box>
  1141. <label-box :isChecked="afterdialysis.complication.indexOf('低血压') > -1 ? true : false" showValue="低血压"></label-box>
  1142. <label-box :isChecked="afterdialysis.complication.indexOf('发热') > -1 ? true : false" showValue="发热"></label-box>
  1143. <label-box :isChecked="afterdialysis.complication.indexOf('抽搐') > -1 ? true : false" showValue="抽搐"></label-box>
  1144. <label-box :isChecked="afterdialysis.complication.indexOf('高血压') > -1 ? true : false" showValue="高血压"></label-box>
  1145. <label-box :isChecked="afterdialysis.complication.indexOf('心律失常') > -1 ? true : false" showValue="心律失常"></label-box>
  1146. <!-- <label-box
  1147. :isChecked="
  1148. afterdialysis.complications_index.indexOf('出血') >
  1149. -1
  1150. ? true
  1151. : false
  1152. "
  1153. showValue="出血"
  1154. ></label-box>
  1155. <label-box
  1156. :isChecked="
  1157. afterdialysis.complications_index.indexOf('心衰') >
  1158. -1
  1159. ? true
  1160. : false
  1161. "
  1162. showValue="心衰"
  1163. ></label-box>
  1164. <label-box
  1165. :isChecked="
  1166. afterdialysis.complications_index.indexOf('腹痛') >
  1167. -1
  1168. ? true
  1169. : false
  1170. "
  1171. showValue="腹痛"
  1172. ></label-box> -->
  1173. </div>
  1174. </td>
  1175. <td width="50">其他:</td>
  1176. <td width="">
  1177. <div class="under-line">
  1178. &nbsp;{{ afterdialysis.complication ? getComplication(afterdialysis.complication) : '' }}
  1179. </div>
  1180. </td>
  1181. </tr>
  1182. </tbody>
  1183. </table>
  1184. <table class="table-box">
  1185. <tbody>
  1186. <tr>
  1187. <td width="50">凝血:</td>
  1188. <td width="70">透析器:</td>
  1189. <td width="240">
  1190. <div style="display:flex;justify-content:space-between;">
  1191. <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-0度') > -1 ? true : false" showValue="无"></label-box>
  1192. <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅰ度') > -1 ? true : false" showValue="+"></label-box>
  1193. <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅱ度') > -1 ? true : false" showValue="+ +"></label-box>
  1194. <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅲ度')> -1 ? true : false" showValue="+ + +"></label-box>
  1195. </div>
  1196. </td>
  1197. <td width="10"></td>
  1198. <td width="100">静脉管道:</td>
  1199. <td width="240">
  1200. <div style="display:flex;justify-content:space-between;">
  1201. <label-box :isChecked="afterdialysis.intravenous_tube == 1 ? true : false" showValue="无"></label-box>
  1202. <label-box :isChecked="afterdialysis.intravenous_tube == 2 ? true : false" showValue="+"></label-box>
  1203. <label-box :isChecked="afterdialysis.intravenous_tube == 3 ? true : false" showValue="+ +"></label-box>
  1204. <label-box :isChecked="afterdialysis.intravenous_tube == 4 ? true : false" showValue="+ + +"></label-box>
  1205. </div>
  1206. </td>
  1207. <td width="10"></td>
  1208. <td width="100">动脉管道:</td>
  1209. <td width="240">
  1210. <div style="display:flex;justify-content:space-between;">
  1211. <label-box :isChecked="afterdialysis.arterial_tube == 1 ? true : false" showValue="无"></label-box>
  1212. <label-box :isChecked="afterdialysis.arterial_tube == 2 ? true : false" showValue="+"></label-box>
  1213. <label-box :isChecked="afterdialysis.arterial_tube == 3 ? true : false" showValue="+ +"></label-box>
  1214. <label-box :isChecked="afterdialysis.arterial_tube == 4 ? true : false" showValue="+ + +"></label-box>
  1215. </div>
  1216. </td>
  1217. </tr>
  1218. </tbody>
  1219. </table>
  1220. <table class="table-box">
  1221. <tbody>
  1222. <tr>
  1223. <td width="70">透后体重:</td>
  1224. <td width="50">
  1225. <div class="under-line">
  1226. &nbsp;{{ afterdialysis.weight_after ? afterdialysis.weight_after : "" }}
  1227. </div>
  1228. </td>
  1229. <td width="20">Kg</td>
  1230. <td width="10"></td>
  1231. <td width="120">实际超滤总量</td>
  1232. <td width="40">
  1233. <div class="under-line">
  1234. &nbsp;{{ afterdialysis.actual_ultrafiltration ? afterdialysis.actual_ultrafiltration : "" }}
  1235. </div>
  1236. </td>
  1237. <td width="10">ml</td>
  1238. <td width="10"></td>
  1239. <td width="120">实际治疗时间</td>
  1240. <td width="40">
  1241. <div class="under-line">
  1242. &nbsp;{{ afterdialysis.actual_treatment_hour ? afterdialysis.actual_treatment_hour : "0" }}
  1243. </div>
  1244. </td>
  1245. <td width="10">h</td>
  1246. <td width="40">
  1247. <div class="under-line">
  1248. &nbsp;{{ afterdialysis.actual_treatment_minute ? afterdialysis.actual_treatment_minute : "0" }}
  1249. </div>
  1250. </td>
  1251. <td width="20">min</td>
  1252. <td width="50">去向:</td>
  1253. <td width="250">
  1254. <div style="display:flex;justify-content:space-between;">
  1255. <label-box :isChecked="afterdialysis.patient_gose == 1 ? true : false" showValue="回家"></label-box>
  1256. <label-box :isChecked="afterdialysis.patient_gose == 2 ? true : false" showValue="留观"></label-box>
  1257. <label-box :isChecked="afterdialysis.patient_gose == 3 ? true : false" showValue="住院"></label-box>
  1258. <label-box :isChecked="afterdialysis.patient_gose == 4 ? true : false" showValue="门诊"></label-box>
  1259. </div>
  1260. </td>
  1261. <!-- <td>
  1262. <div class="under-line">&nbsp;</div>
  1263. </td> -->
  1264. </tr>
  1265. </tbody>
  1266. </table>
  1267. <table class="table-box">
  1268. <tbody>
  1269. <tr>
  1270. <td style="text-align:left;">治疗小结:{{ summary.dialysis_summary ? summary.dialysis_summary : "" }}</td>
  1271. </tr>
  1272. </tbody>
  1273. </table>
  1274. <!-- <table class="table-box">
  1275. <tbody>
  1276. <tr>
  1277. <td width="530">
  1278. <label-box
  1279. :isChecked="
  1280. afterdialysis.patient_gose == 3 &&
  1281. afterdialysis.observation_content.indexOf(
  1282. '内瘘搏动/渗血'
  1283. ) > -1
  1284. ? true
  1285. : false
  1286. "
  1287. showValue="内瘘搏动/渗血"
  1288. ></label-box>
  1289. <label-box
  1290. :isChecked="
  1291. afterdialysis.patient_gose == 3 &&
  1292. afterdialysis.observation_content.indexOf(
  1293. '导管固定/穿刺口渗血'
  1294. ) > -1
  1295. ? true
  1296. : false
  1297. "
  1298. showValue="导管固定/穿刺口渗血"
  1299. ></label-box>
  1300. <label-box
  1301. :isChecked="
  1302. afterdialysis.patient_gose == 3 &&
  1303. afterdialysis.observation_content.indexOf(
  1304. '动静脉直接穿刺口渗血/肢端循环情况'
  1305. ) > -1
  1306. ? true
  1307. : false
  1308. "
  1309. showValue="动静脉直接穿刺口渗血/肢端循环情况"
  1310. ></label-box>
  1311. </td>
  1312. <td width="40">其他:</td>
  1313. <td width="">
  1314. <div class="under-line">
  1315. &nbsp;
  1316. <span v-if="afterdialysis.patient_gose == 3"
  1317. >{{ afterdialysis.observation_content_other }}
  1318. </span>
  1319. </div>
  1320. </td>
  1321. </tr>
  1322. </tbody>
  1323. </table> -->
  1324. <!-- <table class="table-box">
  1325. <tbody>
  1326. <tr>
  1327. <td width="150">当班责任(核对)护士:</td>
  1328. <td width="100">
  1329. <div class="under-line">
  1330. <span
  1331. v-if="setAdminUserES(afterdialysis.creater) == ''"
  1332. >{{ getAdminUser(afterdialysis.creater) }}</span
  1333. >
  1334. <img
  1335. class="es-img"
  1336. :src="setAdminUserES(afterdialysis.creater)"
  1337. alt=""
  1338. srcset=""
  1339. v-else
  1340. />
  1341. </div>
  1342. </td>
  1343. <td width=""></td>
  1344. <td width="70">下机护士:</td>
  1345. <td width="100">
  1346. <div class="under-line">
  1347. <span
  1348. v-if="
  1349. setAdminUserES(
  1350. dialysisOrder == null
  1351. ? 0
  1352. : dialysisOrder.finish_nurse
  1353. ) == ''
  1354. "
  1355. >{{
  1356. getAdminUser(
  1357. dialysisOrder == null
  1358. ? 0
  1359. : dialysisOrder.finish_nurse
  1360. )
  1361. }}</span
  1362. >
  1363. <img
  1364. class="es-img"
  1365. :src="
  1366. setAdminUserES(
  1367. dialysisOrder == null
  1368. ? 0
  1369. : dialysisOrder.finish_nurse
  1370. )
  1371. "
  1372. alt=""
  1373. srcset=""
  1374. v-else
  1375. />
  1376. </div>
  1377. </td>
  1378. </tr>
  1379. </tbody>
  1380. </table> -->
  1381. </td>
  1382. </tr>
  1383. </tbody>
  1384. </table>
  1385. <table class="table-box" style="margin-top: 10px;">
  1386. <tbody>
  1387. <tr>
  1388. <td width="300"></td>
  1389. <td width="50">医生</td>
  1390. <td width="80">
  1391. <div class="under-line">
  1392. &nbsp;
  1393. <span v-if="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) == ''"> {{ getAdminUser(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) }} </span>
  1394. <img style="height:30px;" :src="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:''))" alt="" srcset="" v-else />
  1395. </div>
  1396. </td>
  1397. <td width="90">责任护士</td>
  1398. <td width="80">
  1399. <div class="under-line">
  1400. &nbsp;
  1401. <span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.start_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.start_nurse)}}</span>
  1402. <img class="es-img" style="height:30px" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.start_nurse)" alt="" srcset="" v-else>
  1403. </div>
  1404. </td>
  1405. <td width="90">穿刺护士</td>
  1406. <td width="80">
  1407. <div class="under-line">
  1408. &nbsp;
  1409. <span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.puncture_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.puncture_nurse)}}</span>
  1410. <img class="es-img" style="height:30px" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.puncture_nurse)" alt="" srcset="" v-else>
  1411. </div>
  1412. </td>
  1413. <td width="90">核对护士</td>
  1414. <td width="80">
  1415. <div class="under-line">
  1416. &nbsp;
  1417. <span v-if="(dialysisOrder==null?0:dialysisOrder.start_nurse) != check.modifier">
  1418. <span v-if="setAdminUserES(check == null ? 0 : check.modifier) == ''">
  1419. {{ getAdminUser(check == null ? 0 : check.modifier) }}
  1420. </span>
  1421. <img style="height:30px;" :src="setAdminUserES(check == null ? 0 : check.modifier)" alt srcset v-else />
  1422. </span>
  1423. <span v-else>
  1424. <span v-if="setAdminUserES(check == null ? 0 : check.creater) == ''">
  1425. {{ getAdminUser(check == null ? 0 : check.creater) }}
  1426. </span>
  1427. <img style="height:30px;" :src="setAdminUserES(check == null ? 0 : check.creater)" alt srcset v-else />
  1428. </span>
  1429. </div>
  1430. </td>
  1431. </tr>
  1432. </tbody>
  1433. </table>
  1434. <!-- <table class="print-table-no" border="1" count="0">
  1435. <tbody>
  1436. <tr>
  1437. <td width="40px">时间</td>
  1438. <td width="120px">医嘱<br />内容</td>
  1439. <td width="80px">医生<br />签名</td>
  1440. <td width="80px">执行<br />护士</td>
  1441. <td width="55px">执行<br />时间</td>
  1442. <td width="75px">核对<br />护士</td>
  1443. <td width="10px"></td>
  1444. <td width="40px">时间</td>
  1445. <td width="120px">医嘱<br />内容</td>
  1446. <td width="80px">医生<br />签名</td>
  1447. <td width="80px">执行<br />护士</td>
  1448. <td width="55px">执行<br />时间</td>
  1449. <td width="75px">核对<br />护士</td>
  1450. </tr>
  1451. <tr v-for="(advice, index) in advices" :key="index">
  1452. <td height="10px">
  1453. <span v-if="advice[0].start_time">
  1454. {{ getTime(advice[0].start_time, "{h}:{i}") }}
  1455. </span>
  1456. <span v-else>&nbsp;<br />&nbsp;</span>
  1457. </td>
  1458. <td class="advice-name">
  1459. <span v-if="advice[0].parent_id > 0">└</span>
  1460. <span>{{ advice[0].advice_name }}</span>
  1461. <span v-if="advice[0].advice_desc"
  1462. >{{ advice[0].advice_desc }}{{ advice[0].drug_spec_unit }}</span
  1463. >
  1464. <span v-if="advice[0].prescribing_number"
  1465. >* {{ advice[0].prescribing_number
  1466. }}{{ advice[0].prescribing_number_unit }}</span
  1467. >
  1468. <span v-if="advice[0].single_dose != 0"
  1469. >单次用量 {{ advice[0].single_dose
  1470. }}{{ advice[0].single_dose_unit }}</span
  1471. >
  1472. <span>{{ advice[0].delivery_way }}</span>
  1473. <span>{{ advice[0].execution_frequency }}</span>
  1474. <div
  1475. v-for="(child, childindex) in advice[0].children"
  1476. :key="childindex"
  1477. class="advice-children"
  1478. >
  1479. <div>▲</div>
  1480. <div>
  1481. <span>{{ child.advice_name }}</span>
  1482. <span v-if="child.advice_desc"
  1483. >{{ child.advice_desc }}{{ child.drug_spec_unit }}</span
  1484. >
  1485. <span v-if="child.prescribing_number"
  1486. >* {{ child.prescribing_number
  1487. }}{{ child.prescribing_number_unit }}</span
  1488. >
  1489. <span v-if="child.single_dose != 0"
  1490. >单次用量 {{ child.single_dose
  1491. }}{{ child.single_dose_unit }}</span
  1492. >
  1493. </div>
  1494. </div>
  1495. </td>
  1496. <td>
  1497. <span v-if="setAdminUserES(advice[0].advice_doctor) == ''">{{
  1498. getAdminUser(advice[0].advice_doctor)
  1499. }}</span>
  1500. <img
  1501. class="es-img"
  1502. :src="setAdminUserES(advice[0].advice_doctor)"
  1503. alt=""
  1504. srcset=""
  1505. v-else
  1506. />
  1507. </td>
  1508. <td>
  1509. <span v-if="setAdminUserES(advice[0].execution_staff) == ''">{{
  1510. getAdminUser(advice[0].execution_staff)
  1511. }}</span>
  1512. <img
  1513. class="es-img"
  1514. :src="setAdminUserES(advice[0].execution_staff)"
  1515. alt=""
  1516. srcset=""
  1517. v-else
  1518. />
  1519. </td>
  1520. <td>
  1521. <span v-if="advice[0].execution_time">
  1522. {{ getTime(advice[0].execution_time, "{h}:{i}") }}
  1523. </span>
  1524. </td>
  1525. <td>
  1526. <span v-if="setAdminUserES(advice[0].checker) == ''">{{
  1527. getAdminUser(advice[0].checker)
  1528. }}</span>
  1529. <img
  1530. class="es-img"
  1531. :src="setAdminUserES(advice[0].checker)"
  1532. alt=""
  1533. srcset=""
  1534. v-else
  1535. />
  1536. </td>
  1537. <td></td>
  1538. <td v-if="advice[1] != undefined">
  1539. <span v-if="advice[1].start_time">
  1540. {{ getTime(advice[1].start_time, "{h}:{i}") }}
  1541. </span>
  1542. </td>
  1543. <td v-else>
  1544. <span></span>
  1545. </td>
  1546. <td class="advice-name" v-if="advice[1] != undefined">
  1547. <span>{{ advice[1].advice_name }}</span>
  1548. <span
  1549. >{{ advice[1].advice_desc }}{{ advice[1].drug_spec_unit }}</span
  1550. >
  1551. <span v-if="advice[1].prescribing_number"
  1552. >* {{ advice[1].prescribing_number
  1553. }}{{ advice[1].prescribing_number_unit }}</span
  1554. >
  1555. <span v-if="advice[1].single_dose != 0"
  1556. >单次用量 {{ advice[1].single_dose
  1557. }}{{ advice[1].single_dose_unit }}</span
  1558. >
  1559. <span>{{ advice[1].delivery_way }}</span>
  1560. <span>{{ advice[1].execution_frequency }}</span>
  1561. <div
  1562. v-for="(child, childindex) in advice[1].children"
  1563. :key="childindex"
  1564. class="advice-children"
  1565. >
  1566. <div>▲</div>
  1567. <div>
  1568. <span>{{ child.advice_name }}</span>
  1569. <span>{{ child.advice_desc }}</span>
  1570. <span v-if="child.advice_desc"
  1571. >{{ child.advice_desc }}{{ child.drug_spec_unit }}</span
  1572. >
  1573. <span v-if="child.prescribing_number"
  1574. >* {{ child.prescribing_number
  1575. }}{{ child.prescribing_number_unit }}</span
  1576. >
  1577. <span v-if="child.single_dose != 0"
  1578. >单次用量 {{ child.single_dose
  1579. }}{{ child.single_dose_unit }}</span
  1580. >
  1581. </div>
  1582. </div>
  1583. </td>
  1584. <td v-else>
  1585. <span></span>
  1586. </td>
  1587. <td v-if="advice[1] != undefined">
  1588. <span v-if="setAdminUserES(advice[1].advice_doctor) == ''">{{
  1589. getAdminUser(advice[1].advice_doctor)
  1590. }}</span>
  1591. <img
  1592. class="es-img"
  1593. :src="setAdminUserES(advice[1].advice_doctor)"
  1594. alt=""
  1595. srcset=""
  1596. v-else
  1597. />
  1598. </td>
  1599. <td v-else>
  1600. <span></span>
  1601. </td>
  1602. <td v-if="advice[1] != undefined">
  1603. <span v-if="setAdminUserES(advice[1].execution_staff) == ''">{{
  1604. getAdminUser(advice[1].execution_staff)
  1605. }}</span>
  1606. <img
  1607. class="es-img"
  1608. :src="setAdminUserES(advice[1].execution_staff)"
  1609. alt=""
  1610. srcset=""
  1611. v-else
  1612. />
  1613. </td>
  1614. <td v-else>
  1615. <span></span>
  1616. </td>
  1617. <td v-if="advice[1] != undefined">
  1618. <span v-if="advice[1].execution_time">{{
  1619. getTime(advice[1].execution_time, "{h}:{i}")
  1620. }}</span>
  1621. </td>
  1622. <td v-else>
  1623. <span></span>
  1624. </td>
  1625. <td v-if="advice[1] != undefined">
  1626. <span v-if="setAdminUserES(advice[1].checker) == ''">{{
  1627. getAdminUser(advice[1].checker)
  1628. }}</span>
  1629. <img
  1630. class="es-img"
  1631. :src="setAdminUserES(advice[1].checker)"
  1632. alt=""
  1633. srcset=""
  1634. v-else
  1635. />
  1636. </td>
  1637. <td v-else>
  1638. <span></span>
  1639. </td>
  1640. </tr>
  1641. </tbody>
  1642. </table> -->
  1643. <!-- <table class="table-box" style="margin-top: 10px;">
  1644. <tbody>
  1645. <tr>
  1646. <td width="" style="font-size:13px">
  1647. 注:透析器凝血评价标准:“0 级” 无凝血或数条纤维束凝血,“Ⅰ 级”
  1648. 少于10%纤维凝血,“Ⅱ 级” 少于50%纤维凝血,“Ⅲ 级” 大于50%纤维凝血。
  1649. </td>
  1650. </tr>
  1651. </tbody>
  1652. </table> -->
  1653. </div>
  1654. </div>
  1655. </div>
  1656. </template>
  1657. <script>
  1658. import { getDialysisRecord } from '@/api/dialysis'
  1659. import { getDataConfig } from '@/utils/data'
  1660. import { jsGetAge, uParseTime } from '@/utils/tools'
  1661. import LabelBox from '../printItem/LabelBox'
  1662. import BreadCrumb from '@/xt_pages/components/bread-crumb'
  1663. // import DialysisPrintOrderOne from './template/dialysisPrintOrderOne'
  1664. // import DialysisPrintOrderTwo from './template/dialysisPrintOrderTwo'
  1665. import print from 'print-js'
  1666. export default {
  1667. name: 'dialysisPrintOrderOne',
  1668. components: {
  1669. // DialysisPrintOrderOne,
  1670. // DialysisPrintOrderTwo,
  1671. LabelBox,
  1672. BreadCrumb
  1673. },
  1674. data() {
  1675. return {
  1676. way_arr: [],
  1677. consciousness_arr: [],
  1678. appetite_arr: [],
  1679. posture_arr: [],
  1680. sick_condition_arr: [],
  1681. precaution_arr: [],
  1682. intake_arr: [],
  1683. nutrition_arr: [],
  1684. crumbs: [
  1685. { path: false, name: '透析管理' },
  1686. { path: false, name: '打印单' }
  1687. ],
  1688. operators: [],
  1689. adminUser: [],
  1690. check: {},
  1691. dialysisOrder: {
  1692. DeviceNumber: []
  1693. },
  1694. operatorMaps: {},
  1695. complications: [
  1696. '低血压',
  1697. '高血压',
  1698. '心律失常',
  1699. '头晕',
  1700. '头痛',
  1701. '呕吐',
  1702. '抽搐',
  1703. '出血',
  1704. '心衰',
  1705. '腹痛',
  1706. '无'
  1707. ],
  1708. jilurow: 0,
  1709. advice_jilurow: 0,
  1710. loading: false,
  1711. orgname: '',
  1712. patientInfo_gender_1: false,
  1713. patientInfo_gender_2: false,
  1714. patientInfo_source_2: false,
  1715. patientInfo_source_1: false,
  1716. modeOptions: {},
  1717. replacementWays: [],
  1718. perfusionApparatus: [],
  1719. anticoagulantsConfit: {},
  1720. bloodAccessParOpera: {},
  1721. dialysateFormulationOptions: {},
  1722. org_id: 0,
  1723. queryParams: {
  1724. xtdate: '',
  1725. xtno: '',
  1726. patient_id:0,
  1727. },
  1728. patientInfo: {
  1729. birth: '',
  1730. age: '',
  1731. DialysisSchedule: {
  1732. device_number: { number: '' },
  1733. device_zone: { name: '' }
  1734. },
  1735. gender: 0
  1736. },
  1737. predialysis: {
  1738. score: '',
  1739. internal_fistula: '',
  1740. internal_fistula_skin: '',
  1741. catheter: '',
  1742. blood_access_part_opera_name: ''
  1743. },
  1744. afterdialysis: {
  1745. complications_index: ''
  1746. },
  1747. prescription: {
  1748. dialysate_formulation_name: '',
  1749. device: {}
  1750. },
  1751. advices: [],
  1752. users: [],
  1753. monitors: [],
  1754. summary: {},
  1755. receiverTreatmentAccess: {},
  1756. org_template_info: {},
  1757. isShowZero: false,
  1758. doctor_advices: [],
  1759. advice_groups: [],
  1760. AlPanel: {
  1761. id: 0,
  1762. name: '',
  1763. type: 1,
  1764. shouji: 2,
  1765. weichi: 2,
  1766. zongliang: 2,
  1767. gaimingcheng: -1,
  1768. gaijiliang: -1,
  1769. shouji_unit: 'mg',
  1770. weichi_unit: 'mg/h',
  1771. zongliang_unit: 'mg',
  1772. gaimingcheng_unit: '',
  1773. gaijiliang_unit: ''
  1774. },
  1775. doctorForm: {
  1776. doctor: '',
  1777. url: ''
  1778. }
  1779. }
  1780. },
  1781. methods: {
  1782. checkData(){
  1783. if(this.receiverTreatmentAccess.way == 0){
  1784. this.$message.error('入科方式未填')
  1785. }else if(this.receiverTreatmentAccess.consciousness == 0){
  1786. this.$message.error('意识未填')
  1787. }else if(this.predialysis.temperature == 0){
  1788. this.$message.error('透前体温未填')
  1789. }else if(this.receiverTreatmentAccess.posture == 0){
  1790. this.$message.error('体位未填')
  1791. }else if(this.monitors[0] && (this.monitors[0].systolic_blood_pressure == 0 || this.monitors[0].diastolic_blood_pressure == 0)){
  1792. this.$message.error('透前血压未填完整')
  1793. }else if(this.predialysis.catheter == ''){
  1794. this.$message.error('导管穿刺口未填')
  1795. }else if(this.receiverTreatmentAccess.posture == 0){
  1796. this.$message.error('体位未填')
  1797. }else if(this.predialysis.internal_fistula == ''){
  1798. this.$message.error('透前内瘘震颤未填')
  1799. }else if(this.predialysis.internal_fistula_skin == ''){
  1800. this.$message.error('内瘘皮肤情况未填')
  1801. }else if(this.predialysis.skin == ''){
  1802. this.$message.error('皮肤未填')
  1803. }else if(this.predialysis.is_hemorrhage == 0){
  1804. this.$message.error('活动性出血未填')
  1805. }else if(this.predialysis.is_hemorrhage == 1 && this.predialysis.hemorrhage == ""){
  1806. this.$message.error('出血选项未填')
  1807. }else if(this.predialysis.blood_access_part_opera_name == ''){
  1808. this.$message.error('血管通路未填')
  1809. }else if(this.predialysis.puncture_way == ''){
  1810. this.$message.error('穿刺方式未填')
  1811. }else if(this.predialysis.puncture_needle == ''){
  1812. this.$message.error('穿刺针未填')
  1813. }else if(this.predialysis.dry_weight == 0){
  1814. this.$message.error('干体重未填')
  1815. }else if(this.predialysis.weight_before == 0){
  1816. this.$message.error('透前体重未填')
  1817. }else if(this.prescription.dialysis_duration_hour == 0 && this.prescription.dialysis_duration_minute == 0){
  1818. this.$message.error('计划治疗时间未填')
  1819. }else if(this.prescription.target_ultrafiltration == 0){
  1820. this.$message.error('计划超滤总量未填')
  1821. }else if(this.prescription.mode_id == ""){
  1822. this.$message.error('治疗方式未填')
  1823. }else if(this.prescription.mode_id == 2 && this.prescription.displace_liqui_part == 0){
  1824. this.$message.error('后/前稀释未填')
  1825. }else if(this.prescription.mode_id == 2 && this.prescription.displace_liqui_value == 0){
  1826. this.$message.error('目标置换液总量未填')
  1827. }else if(this.prescription.anticoagulant == 0){
  1828. this.$message.error('抗凝方式未填')
  1829. }else if(this.prescription.dialysate_formulation_name == ""){
  1830. this.$message.error('透析液配方未填')
  1831. }else if(this.prescription.dialysate_flow == 0){
  1832. this.$message.error('透析液流量未填')
  1833. }else if(this.prescription.dialyzer_perfusion_apparatus == ""){
  1834. this.$message.error('透析(滤)器未填')
  1835. }else if(this.prescription.oxygen_uptake == 0){
  1836. this.$message.error('吸氧未填')
  1837. }else if(this.prescription.oxygen_flow == ""){
  1838. this.$message.error('吸氧流量未填')
  1839. }else if(this.prescription.oxygen_time == ""){
  1840. this.$message.error('吸氧时间未填')
  1841. }else if(this.afterdialysis.hemostasis_opera == 0){
  1842. this.$message.error('拔针压迫未填')
  1843. }else if(this.afterdialysis.internal_fistula == ""){
  1844. this.$message.error('透后内瘘震颤未填')
  1845. }else if(this.afterdialysis.catheter == ''){
  1846. this.$message.error('置管口及辅料未填')
  1847. }else if(this.afterdialysis.is_eat == 0){
  1848. this.$message.error('透析期间进食未填')
  1849. }else if(this.afterdialysis.actual_displacement == 0){
  1850. this.$message.error('实际置换总量未填')
  1851. }else if(this.afterdialysis.puncture_point_oozing_blood == 0){
  1852. this.$message.error('拔针后穿刺点渗血未填')
  1853. }else if(this.afterdialysis.puncture_point_haematoma == 0){
  1854. this.$message.error('穿刺处血肿未填')
  1855. }else if(this.afterdialysis.cvc_a == 0){
  1856. this.$message.error('A端未填')
  1857. }else if(this.afterdialysis.cvc_v == 0){
  1858. this.$message.error('V端未填')
  1859. }else if(this.afterdialysis.complication == ""){
  1860. this.$message.error('透析并发症未填')
  1861. }else if(this.afterdialysis.cruor == ""){
  1862. this.$message.error('透析器凝血未填')
  1863. }else if(this.afterdialysis.arterial_tube == 0){
  1864. this.$message.error('动脉管道未填')
  1865. }else if(this.afterdialysis.intravenous_tube == 0){
  1866. this.$message.error('静脉管道未填')
  1867. }else if(this.afterdialysis.weight_after == 0){
  1868. this.$message.error('透后体重未填')
  1869. }else if(this.afterdialysis.actual_ultrafiltration == 0){
  1870. this.$message.error('实际超滤总量未填')
  1871. }else if(this.afterdialysis.actual_treatment_hour == 0 && this.afterdialysis.actual_treatment_minute == 0){
  1872. this.$message.error('实际治疗时间未填')
  1873. }else if(this.afterdialysis.patient_gose == 0){
  1874. this.$message.error('患者去向未填')
  1875. }else if(this.summary.dialysis_summary == ""){
  1876. this.$message.error('治疗小结未填')
  1877. }else if(this.prescription.prescription_doctor == 0){
  1878. this.$message.error('医生未填')
  1879. }else if(this.dialysisOrder == null || this.dialysisOrder.start_nurse == 0){
  1880. this.$message.error('责任护士未填')
  1881. }else if(this.dialysisOrder == null || this.dialysisOrder.puncture_nurse == 0){
  1882. this.$message.error('穿刺护士未填')
  1883. }else if (this.dialysisOrder == null && this.check.creater == 0) {
  1884. this.$message.error('核对护士未填')
  1885. }else if (this.dialysisOrder != null && this.check.creater == 0) {
  1886. this.$message.error('核对护士未填')
  1887. }else if(this.dialysisOrder != null && this.dialysisOrder.start_nurse == this.check.modifier && this.check.creater == 0){
  1888. this.$message.error('核对护士未填')
  1889. }else if(this.dialysisOrder != null && this.dialysisOrder.start_nurse == this.check.creater && this.check.modifier == 0){
  1890. this.$message.error('核对护士未填')
  1891. }else if(this.tableAdvice.length > 0 || this.monitors.length > 0){
  1892. let num = 0
  1893. if(this.monitors.length > 0){
  1894. this.monitors.map(item => {
  1895. if(item.id > 0 && item.operate_time){
  1896. this.users.map(it => {
  1897. if(it.id == item.monitoring_nurse){
  1898. if(it.user_type == 2){
  1899. num++
  1900. this.$message.closeAll()
  1901. this.$message.error('存在不是护士保存的监测')
  1902. }
  1903. }
  1904. })
  1905. }
  1906. })
  1907. }
  1908. if(this.tableAdvice.length > 0){
  1909. this.tableAdvice.map(item => {
  1910. if(item.id > 0 && (item.created_time || item.start_time)){
  1911. this.users.map(it => {
  1912. if(it.id == item.advice_doctor){
  1913. if(it.user_type == 3){
  1914. num++
  1915. this.$message.closeAll()
  1916. this.$message.error('存在不是医生保存的医嘱')
  1917. }else if(it.id == item.execution_staff && item.execution_staff > 0){
  1918. if(it.user_type == 2){
  1919. num++
  1920. this.$message.closeAll()
  1921. this.$message.error('存在不是护士执行的医嘱')
  1922. }
  1923. }else if(it.id == item.checker && item.checker > 0){
  1924. if(it.user_type == 2){
  1925. num++
  1926. this.$message.closeAll()
  1927. this.$message.error('存在不是护士核对的医嘱')
  1928. }
  1929. }
  1930. }else if(it.id == item.execution_staff && item.execution_staff > 0){
  1931. if(it.user_type == 2){
  1932. num++
  1933. this.$message.closeAll()
  1934. this.$message.error('存在不是护士执行的医嘱')
  1935. }
  1936. }else if(it.id == item.checker && item.checker > 0){
  1937. if(it.user_type == 2){
  1938. num++
  1939. this.$message.closeAll()
  1940. this.$message.error('存在不是护士核对的医嘱')
  1941. }
  1942. }
  1943. })
  1944. }
  1945. })
  1946. }
  1947. if(num == 0){
  1948. this.$message.success('核对完成')
  1949. }
  1950. }else{
  1951. this.$message.success('核对完成')
  1952. }
  1953. },
  1954. getComplication(complication){
  1955. if(complication.indexOf(',') == -1){
  1956. let str = complication
  1957. if(['无','头晕','头痛','呕吐','低血压','发热','抽搐','高血压','心律失常'].indexOf(str) == -1){
  1958. return str
  1959. }
  1960. }else if(complication.indexOf(',') > -1){
  1961. let str = complication
  1962. if(['无','头晕','头痛','呕吐','低血压','发热','抽搐','高血压','心律失常'].indexOf(str) == -1){
  1963. let newStr = ''
  1964. str.split(',').map(item => {
  1965. if(['无','头晕','头痛','呕吐','低血压','发热','抽搐','高血压','心律失常'].indexOf(item) == -1){
  1966. newStr += item + ','
  1967. }
  1968. })
  1969. return newStr.substring(0, newStr.length - 1)
  1970. }
  1971. }
  1972. },
  1973. getAdminUser(id) {
  1974. if (id == 0) {
  1975. return ''
  1976. }
  1977. if (id == undefined) {
  1978. return ''
  1979. }
  1980. for (let i = 0; i < this.adminUser.length; i++) {
  1981. if (this.adminUser[i].id == id) {
  1982. return this.adminUser[i].name
  1983. }
  1984. }
  1985. },
  1986. getTime(value, temp) {
  1987. if (value == 0) {
  1988. return ''
  1989. }
  1990. if (value != undefined) {
  1991. return uParseTime(value, temp)
  1992. }
  1993. return ''
  1994. },
  1995. printThisPage() {
  1996. var ptime = Math.round(new Date().getTime() / 1000)
  1997. this.print_time = uParseTime(ptime, '{y}-{m}-{d} {h}:{i}')
  1998. const style =
  1999. '@media print {.dialysis-print-order{width:960px;margin:0 auto}.dialysis-print-order .order-yy-name{margin:auto;text-align:center;font-size:20px;letter-spacing:5px}.dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px 20px 20px 20px}.dialysis-print-order .table-box{width:100%;line-height:23px;font-size:14px}.dialysis-print-order .print-table{width:100%;text-align:center;border-collapse:collapse;line-height:25px;font-size:14px}.dialysis-print-order .print-table-no{width:100%;text-align:center;border-collapse:collapse;font-size:14px}.dialysis-print-order .under-line{border-bottom:1px solid #999;width:95%;text-align:center;margin-left:2px}.dialysis-print-order .title-box{text-align:center;font-size:16px;border:1px solid #666}.dialysis-print-order .radio-lebel-box{font-weight:400;cursor:pointer}.dialysis-print-order .radio-no{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.dialysis-print-order .radio-inner{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.dialysis-print-order .radio-fang{display:inline-block;position:relative;border:1px solid #000;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.dialysis-print-order .is-checked-radio::after{content:"√";font-size:15px}}.dialysis-print-order .print-table-no tr td { padding: 8px 5px; line-height: 25px; }.es-img{height: 20px; }.advice-name{text-align: left;}.advice-children{display:flex;} .dialysis-print-order .print-table tr td{padding: 0px 0px;} .print-template-two tr {line-height: 30px;} .title-box-pro{border: 0 #fff;line-height: 40px;height: 40px;text-align: left;padding-left: 10px !important;} .text-align-left{text-align: left !important;padding-left:10px !important;font-size: 14px !important;line-height: 25px;}'
  2000. if (this.org_template_info.template_id == 1) {
  2001. printJS({
  2002. printable: 'dialysis-print-box',
  2003. type: 'html',
  2004. style: style,
  2005. scanStyles: false
  2006. })
  2007. } else if (
  2008. this.org_template_info.template_id == 2 ||
  2009. this.org_template_info.template_id == 0
  2010. ) {
  2011. printJS({
  2012. printable: 'dialysis-print-box-1',
  2013. type: 'html',
  2014. style: style,
  2015. scanStyles: false
  2016. })
  2017. }
  2018. },
  2019. getNumber() {
  2020. if (this.dialysisOrder != null) {
  2021. if(this.patientInfo.DialysisSchedule.device_zone.name.indexOf("区") > -1){
  2022. return (
  2023. this.patientInfo.DialysisSchedule.device_zone.name +
  2024. this.dialysisOrder.DeviceNumber.number
  2025. );
  2026. } else {
  2027. return (
  2028. this.patientInfo.DialysisSchedule.device_zone.name + "区" +
  2029. this.dialysisOrder.DeviceNumber.number
  2030. );
  2031. }
  2032. } else {
  2033. if(this.patientInfo.DialysisSchedule.device_zone.name.indexOf("区") > -1){
  2034. return (
  2035. this.patientInfo.DialysisSchedule.device_zone.name +
  2036. this.patientInfo.DialysisSchedule.device_number.number
  2037. );
  2038. }else{
  2039. return (
  2040. this.patientInfo.DialysisSchedule.device_zone.name + "区" +
  2041. this.patientInfo.DialysisSchedule.device_number.number
  2042. );
  2043. }
  2044. }
  2045. },
  2046. getXuserName(id) {
  2047. if (id <= 0) {
  2048. return ''
  2049. }
  2050. var name = ''
  2051. if (this.users == null || typeof this.users.length === 'undefined') {
  2052. return name
  2053. }
  2054. var leng = this.users.length
  2055. if (leng == 0) {
  2056. return name
  2057. }
  2058. for (let index = 0; index < leng; index++) {
  2059. if (this.users[index].id == id) {
  2060. name = this.users[index].name
  2061. break
  2062. }
  2063. }
  2064. return name
  2065. },
  2066. setAdminUserES(id) {
  2067. if (id == 0) {
  2068. return ''
  2069. }
  2070. if (id in this.operatorMaps) {
  2071. return this.operatorMaps[id].url
  2072. } else {
  2073. return ''
  2074. }
  2075. },
  2076. modeName(mode_id) {
  2077. return typeof this.modeOptions[mode_id] !== 'undefined' &&
  2078. typeof this.modeOptions[mode_id].name !== 'undefined'
  2079. ? this.modeOptions[mode_id].name
  2080. : ''
  2081. },
  2082. getDialysisRecord() {
  2083. this.loading = true
  2084. this.queryParams.patient_id = parseInt(this.$route.query.patient_id)
  2085. getDialysisRecord(this.queryParams).then(response => {
  2086. if (response.data.state == 1) {
  2087. this.adminUser = response.data.data.users
  2088. this.users = response.data.data.users
  2089. this.patientInfo = response.data.data.patientInfo
  2090. this.patientInfo.birth = uParseTime(
  2091. this.patientInfo.birthday,
  2092. '{y}-{m}-{d}'
  2093. )
  2094. // this.patientInfo.age = jsGetAge(this.patientInfo.birth, '-')
  2095. if (response.data.data.patientInfo.first_dialysis_date != 0) {
  2096. this.patientInfo.first_dialysis_date = uParseTime(
  2097. response.data.data.patientInfo.first_dialysis_date,
  2098. '{y}-{m}-{d}'
  2099. )
  2100. } else {
  2101. this.patientInfo.first_dialysis_date = ''
  2102. }
  2103. this.check = response.data.data.check
  2104. this.predialysis = response.data.data.PredialysisEvaluation
  2105. console.log(11111111111111111111111, this.predialysis)
  2106. this.predialysis.blood_access_part_opera_name = this.bloodAccessParOperaName(
  2107. this.predialysis.blood_access_part_opera_id
  2108. )
  2109. this.afterdialysis = response.data.data.AssessmentAfterDislysis
  2110. console.log(22222222222222222222222222, response.data.data)
  2111. this.operators = response.data.data.operators
  2112. this.dialysisOrder =
  2113. response.data.data.dialysisOrder === null
  2114. ? null
  2115. : response.data.data.dialysisOrder
  2116. // 医生
  2117. var doctorname = response.data.data.DoctorName
  2118. // console.log('医师签名', doctorname)
  2119. this.doctorForm.doctor = doctorname.user_name
  2120. this.doctorForm.url = doctorname.url
  2121. if (this.operators.length > 0) {
  2122. var operatorsLen = this.operators.length
  2123. for (var index = 0; index < operatorsLen; index++) {
  2124. this.$set(
  2125. this.operatorMaps,
  2126. this.operators[index].creator,
  2127. this.operators[index]
  2128. )
  2129. }
  2130. }
  2131. this.afterdialysis.txqnx = -1
  2132. if (this.afterdialysis.cruor.indexOf('0度') > -1) {
  2133. this.afterdialysis.txqnx = 0
  2134. }
  2135. if (this.afterdialysis.cruor.indexOf('Ⅰ度') > -1) {
  2136. this.afterdialysis.txqnx = 1
  2137. }
  2138. if (this.afterdialysis.cruor.indexOf('Ⅱ度') > -1) {
  2139. this.afterdialysis.txqnx = 2
  2140. }
  2141. if (this.afterdialysis.cruor.indexOf('Ⅲ度') > -1) {
  2142. this.afterdialysis.txqnx = 3
  2143. }
  2144. this.afterdialysis.complications = this.afterdialysis.complication.split(
  2145. ','
  2146. )
  2147. this.afterdialysis.complications_other = []
  2148. this.afterdialysis.complications_index = []
  2149. var acllen = this.afterdialysis.complications.length
  2150. for (let index = 0; index < acllen; index++) {
  2151. if (
  2152. this.complications.indexOf(
  2153. this.afterdialysis.complications[index]
  2154. ) >= 0
  2155. ) {
  2156. this.afterdialysis.complications_index.push(
  2157. this.afterdialysis.complications[index]
  2158. )
  2159. } else if (
  2160. this.complications.indexOf(
  2161. this.afterdialysis.complications[index]
  2162. ) < 0 &&
  2163. this.afterdialysis.complications_other.indexOf(
  2164. this.afterdialysis.complications[index]
  2165. ) < 0
  2166. ) {
  2167. this.afterdialysis.complications_other.push(
  2168. this.afterdialysis.complications[index]
  2169. )
  2170. }
  2171. }
  2172. this.afterdialysis.complications_other = this.afterdialysis.complications_other.join(
  2173. ','
  2174. )
  2175. this.prescription = response.data.data.dialysisPrescription
  2176. this.receiverTreatmentAccess =
  2177. response.data.data.receiverTreatmentAccess
  2178. this.prescription.mode = this.modeName(this.prescription.mode_id)
  2179. var rwLen = this.replacementWays.length
  2180. this.prescription.replacement = ''
  2181. for (let index = 0; index < rwLen; index++) {
  2182. if (
  2183. this.replacementWays[index].id ==
  2184. this.prescription.replacement_way
  2185. ) {
  2186. this.prescription.replacement = this.replacementWays[index].name
  2187. break
  2188. }
  2189. }
  2190. this.prescription.dialysate_formulation_name = this.dialysateFormulationName(
  2191. this.prescription.dialysate_formulation
  2192. )
  2193. var paLen = this.perfusionApparatus.length
  2194. this.prescription.perfusion_apparatus_name = ''
  2195. for (let index = 0; index < paLen; index++) {
  2196. if (
  2197. this.perfusionApparatus[index].id ==
  2198. this.prescription.perfusion_apparatus
  2199. ) {
  2200. this.prescription.perfusion_apparatus_name = this.perfusionApparatus[
  2201. index
  2202. ].name
  2203. break
  2204. }
  2205. }
  2206. var acLen = this.anticoagulantsConfit.length
  2207. var thisALID = this.prescription.anticoagulant
  2208. this.prescription.anticoagulant_name = ''
  2209. if (
  2210. typeof this.anticoagulantsConfit[thisALID] !== 'undefined' &&
  2211. this.anticoagulantsConfit[thisALID] != null
  2212. ) {
  2213. this.prescription.anticoagulant_name = this.anticoagulantsConfit[
  2214. thisALID
  2215. ].name
  2216. this.AlPanel = this.anticoagulantsConfit[thisALID]
  2217. }
  2218. this.advices = response.data.data.advices
  2219. this.tableAdvice = response.data.data.advices;
  2220. // console.log('hhhhhhhhhhhh', this.advices)
  2221. this.monitors = response.data.data.monitors
  2222. // console.log('哈哈哈哈哈哈哈', this.monitors)
  2223. console.log(response.data.data)
  2224. this.summary = response.data.data.summary
  2225. this.org_template_info = response.data.data.org_template_info
  2226. // 配置超滤量和置换量是否要显示0还是空
  2227. if (this.org_template_info.org_id == 9535) {
  2228. this.isShowZero = true
  2229. }
  2230. var tempmonitorflag = true;
  2231. for (let index = 0; index < this.monitors.length; index++) {
  2232. const monitor = this.monitors[index]
  2233. this.monitors[index].end = ''
  2234. if (Object.keys(monitor).length > 0 && index > 1) {
  2235. if (this.dialysisOrder && monitor.operate_time == this.dialysisOrder.end_time) {
  2236. this.monitors[index].end = '【结束透析】'
  2237. tempmonitorflag = false
  2238. }
  2239. if (tempmonitorflag && index == this.monitors.length - 1) {
  2240. this.monitors[index].end = '【结束透析】'
  2241. }
  2242. }
  2243. }
  2244. if (this.monitors.length < 6) {
  2245. var nl = 6 - this.monitors.length
  2246. for (let index = 0; index < nl; index++) {
  2247. this.monitors.push([])
  2248. }
  2249. }
  2250. console.log('this.monitors',this.monitors)
  2251. this.jilurow = this.monitors.length + 1
  2252. this.advice_jilurow = this.advices.length + 1
  2253. var childMap = {}
  2254. for (const index in this.advices) {
  2255. if (this.advices[index].parent_id == 0) {
  2256. continue
  2257. }
  2258. if (!(this.advices[index].parent_id in childMap)) {
  2259. childMap[this.advices[index].parent_id] = []
  2260. }
  2261. childMap[this.advices[index].parent_id].push(this.advices[index])
  2262. }
  2263. var advices = []
  2264. for (const index in this.advices) {
  2265. if (this.advices[index].parent_id > 0) {
  2266. continue
  2267. }
  2268. var item = this.advices[index]
  2269. if (item.id in childMap) {
  2270. item.children = childMap[item.id]
  2271. } else {
  2272. item.children = []
  2273. }
  2274. advices.push(item)
  2275. }
  2276. var leftAdvice = []
  2277. var rightAdvice = []
  2278. var adlen = advices.length
  2279. var halfLen = adlen % 2 == 0 ? adlen / 2 : (adlen + 1) / 2
  2280. for (var i = 0; i < halfLen; i++) {
  2281. leftAdvice.push(advices[i])
  2282. rightAdvice.push(advices[i + halfLen])
  2283. }
  2284. if (halfLen < 5) {
  2285. var nl = 5 - leftAdvice.length
  2286. for (let index = 0; index < nl; index++) {
  2287. leftAdvice.push([])
  2288. }
  2289. var nl = 5 - rightAdvice.length
  2290. for (let index = 0; index < nl; index++) {
  2291. rightAdvice.push([])
  2292. }
  2293. }
  2294. this.advices = []
  2295. for (var i = 0; i < halfLen; i++) {
  2296. var item = []
  2297. item.push(leftAdvice[i])
  2298. item.push(rightAdvice[i])
  2299. this.advices.push(item)
  2300. }
  2301. this.loading = false
  2302. this.doctor_advices =
  2303. response.data.data.advices == null
  2304. ? []
  2305. : response.data.data.advices
  2306. for (let index = 0; index < this.doctor_advices.length; index++) {
  2307. this.doctor_advices[index]['isShow'] = 2
  2308. }
  2309. // if (this.doctor_advices.length === 0) {
  2310. // var obj = { advice_name: '', start_time: '' }
  2311. // var obj1 = { advice_name: '', start_time: '' }
  2312. // var obj2 = { advice_name: '', start_time: '' }
  2313. // var obj3 = { advice_name: '', start_time: '' }
  2314. // this.doctor_advices.push(obj)
  2315. // this.doctor_advices.push(obj1)
  2316. // this.doctor_advices.push(obj2)
  2317. // this.doctor_advices.push(obj3)
  2318. // this.doctor_advices.push(obj3)
  2319. // this.doctor_advices.push(obj3)
  2320. // this.doctor_advices.push(obj3)
  2321. // }
  2322. // if (this.doctor_advices.length === 1) {
  2323. // var obj = { advice_name: '', start_time: '' }
  2324. // var obj1 = { advice_name: '', start_time: '' }
  2325. // var obj2 = { advice_name: '', start_time: '' }
  2326. // this.doctor_advices.push(obj)
  2327. // this.doctor_advices.push(obj1)
  2328. // this.doctor_advices.push(obj2)
  2329. // this.doctor_advices.push(obj2)
  2330. // this.doctor_advices.push(obj2)
  2331. // this.doctor_advices.push(obj2)
  2332. // }
  2333. // if (this.doctor_advices.length === 2) {
  2334. // var obj = { advice_name: '', start_time: '' }
  2335. // var obj1 = { advice_name: '', start_time: '' }
  2336. // this.doctor_advices.push(obj)
  2337. // this.doctor_advices.push(obj1)
  2338. // this.doctor_advices.push(obj1)
  2339. // this.doctor_advices.push(obj1)
  2340. // this.doctor_advices.push(obj1)
  2341. // }
  2342. // if (this.doctor_advices.length === 3) {
  2343. // // eslint-disable-next-line no-redeclare
  2344. // var obj = { advice_name: '', start_time: '' }
  2345. // this.doctor_advices.push(obj)
  2346. // this.doctor_advices.push(obj)
  2347. // this.doctor_advices.push(obj)
  2348. // this.doctor_advices.push(obj)
  2349. // }
  2350. // if (this.doctor_advices.length === 4) {
  2351. // // eslint-disable-next-line no-redeclare
  2352. // var obj = { advice_name: '', start_time: '' }
  2353. // this.doctor_advices.push(obj)
  2354. // this.doctor_advices.push(obj)
  2355. // this.doctor_advices.push(obj)
  2356. // }
  2357. // if (this.doctor_advices.length === 5) {
  2358. // // eslint-disable-next-line no-redeclare
  2359. // var obj = { advice_name: '', start_time: '' }
  2360. // this.doctor_advices.push(obj)
  2361. // this.doctor_advices.push(obj)
  2362. // }
  2363. // if (this.doctor_advices.length === 6) {
  2364. // // eslint-disable-next-line no-redeclare
  2365. // var obj = { advice_name: '', start_time: '' }
  2366. // this.doctor_advices.push(obj)
  2367. // }
  2368. this.adviceLength = this.doctor_advices.length + 1
  2369. if (this.doctor_advices.length > 0) {
  2370. var group = this.newAdviceGroupObject()
  2371. var initGroupBlock = function(group, advice) {
  2372. group.group_no = advice.groupno
  2373. }
  2374. for (
  2375. let index = this.doctor_advices.length - 1;
  2376. index >= 0;
  2377. index--
  2378. ) {
  2379. var new_advice_index = 0
  2380. if (
  2381. 'children' in this.doctor_advices[index] &&
  2382. this.doctor_advices[index].children.length > 0
  2383. ) {
  2384. new_advice_index =
  2385. index + this.doctor_advices[index].children.length + 1
  2386. var doctor_advice = {
  2387. delivery_way: this.doctor_advices[index].delivery_way,
  2388. execution_frequency: this.doctor_advices[index]
  2389. .execution_frequency,
  2390. groupno: this.doctor_advices[index].groupno,
  2391. id: this.doctor_advices[index].id,
  2392. parent_id: this.doctor_advices[index].parent_id,
  2393. children: this.doctor_advices[index].children,
  2394. remark: this.doctor_advices[index].remark
  2395. }
  2396. doctor_advice['isShow'] = 1
  2397. this.doctor_advices.splice(new_advice_index, 0, doctor_advice)
  2398. // this.doctor_advices.push(doctor_advice)
  2399. }
  2400. }
  2401. for (let index = 0; index < this.doctor_advices.length; index++) {
  2402. const advice = this.doctor_advices[index]
  2403. if (advice.groupno == 0) {
  2404. // 老版本的医嘱没有分组的概念,所以这一个 if 是解决这个问题的,将每个无分组的医嘱各自归为一组
  2405. if (advice.parent_id > 0) {
  2406. if (this.advice_groups.length > 0) {
  2407. var parent_group = this.advice_groups[
  2408. this.advice_groups.length - 1
  2409. ]
  2410. if (parent_group.advices.length > 0) {
  2411. if (parent_group.advices[0].id == advice.parent_id) {
  2412. parent_group.advices.push(advice)
  2413. }
  2414. }
  2415. }
  2416. continue
  2417. } else {
  2418. if (group.group_no > 0) {
  2419. this.advice_groups.push(group)
  2420. group = this.newAdviceGroupObject()
  2421. }
  2422. initGroupBlock(group, advice)
  2423. group.advices.push(advice)
  2424. this.advice_groups.push(group)
  2425. group = this.newAdviceGroupObject()
  2426. continue
  2427. }
  2428. }
  2429. if (group.group_no > 0 && group.group_no != advice.groupno) {
  2430. this.advice_groups.push(group)
  2431. group = this.newAdviceGroupObject()
  2432. }
  2433. if (group.group_no == 0) {
  2434. initGroupBlock(group, advice)
  2435. }
  2436. if (group.group_no == advice.groupno) {
  2437. group.advices.push(advice)
  2438. }
  2439. }
  2440. if (group.group_no > 0) {
  2441. // 上述的算法会导致最后一组没有加到advice_groups,这里要手动加上
  2442. this.advice_groups.push(group)
  2443. }
  2444. }
  2445. console.log(this.advice_groups)
  2446. } else {
  2447. this.loading = false
  2448. this.$message.error('请求数据失败')
  2449. return false
  2450. }
  2451. })
  2452. },
  2453. bloodAccessParOperaName(id) {
  2454. if (id in this.bloodAccessParOpera) {
  2455. return this.bloodAccessParOpera[id].name
  2456. }
  2457. return ''
  2458. },
  2459. dialysateFormulationName(id) {
  2460. if (id in this.dialysateFormulationOptions) {
  2461. return this.dialysateFormulationOptions[id].name
  2462. }
  2463. return ''
  2464. },
  2465. getAge: function(val) {
  2466. if (val.birthday != 0) {
  2467. return jsGetAge(val.birth, '-')
  2468. }
  2469. return ''
  2470. },
  2471. newAdviceGroupObject: function() {
  2472. return Object.assign(
  2473. {},
  2474. {
  2475. group_no: 0,
  2476. // advice_doctor: 0,
  2477. // start_time: 0,
  2478. advices: []
  2479. // exec_staff: 0,
  2480. // exec_time: 0,
  2481. // checker: 0,
  2482. }
  2483. )
  2484. }
  2485. },
  2486. watch: {
  2487. 'patientInfo.gender': function() {
  2488. if (this.patientInfo.gender == 1) {
  2489. this.patientInfo_gender_1 = true
  2490. this.patientInfo_gender_2 = false
  2491. } else if (this.patientInfo.gender == 2) {
  2492. this.patientInfo_gender_2 = true
  2493. this.patientInfo_gender_1 = false
  2494. } else {
  2495. this.patientInfo_gender_2 = false
  2496. this.patientInfo_gender_1 = false
  2497. }
  2498. },
  2499. 'patientInfo.source': function() {
  2500. if (this.patientInfo.source == 1) {
  2501. this.patientInfo_source_1 = true
  2502. this.patientInfo_source_2 = false
  2503. } else if (this.patientInfo.source == 2) {
  2504. this.patientInfo_source_2 = true
  2505. this.patientInfo_source_1 = false
  2506. } else {
  2507. this.patientInfo_source_2 = false
  2508. this.patientInfo_source_1 = false
  2509. }
  2510. }
  2511. },
  2512. created() {
  2513. var xtuser = this.$store.getters.xt_user
  2514. this.org_id = xtuser.org.id;
  2515. this.orgname = xtuser.org.org_name
  2516. // this.orgname = "遂溪方济医院";
  2517. this.modeOptions = this.$store.getters.treatment_mode
  2518. this.replacementWays = this.$store.getters.replacement_ways
  2519. this.perfusionApparatus = this.$store.getters.perfusion_apparatus
  2520. this.anticoagulantsConfit = this.$store.getters.anticoagulants_confit
  2521. this.way_arr = getDataConfig('hemodialysis', 'way')
  2522. this.consciousness_arr = getDataConfig('hemodialysis', 'consciousness')
  2523. this.appetite_arr = getDataConfig('hemodialysis', 'appetite')
  2524. this.posture_arr = getDataConfig('hemodialysis', 'posture')
  2525. this.sick_condition_arr = getDataConfig('hemodialysis', 'sick_condition')
  2526. this.precaution_arr = getDataConfig('hemodialysis', 'precaution')
  2527. this.intake_arr = getDataConfig('hemodialysis', 'intake')
  2528. this.nutrition_arr = getDataConfig('hemodialysis', 'nutrition')
  2529. // this.bloodAccessParOpera = getDataConfig('hemodialysis', 'vascular_access_desc')
  2530. var bloodAccessParOpera = getDataConfig(
  2531. 'hemodialysis',
  2532. 'vascular_access_desc'
  2533. )
  2534. for (var key in bloodAccessParOpera) {
  2535. this.bloodAccessParOpera[bloodAccessParOpera[key].id] =
  2536. bloodAccessParOpera[key]
  2537. }
  2538. var dialysateFormulationOptions = getDataConfig(
  2539. 'hemodialysis',
  2540. 'dialysate_formulation'
  2541. )
  2542. for (var key in dialysateFormulationOptions) {
  2543. this.dialysateFormulationOptions[dialysateFormulationOptions[key].id] =
  2544. dialysateFormulationOptions[key]
  2545. }
  2546. const xtdate = this.$route.query && this.$route.query.xtdate
  2547. const xtno = this.$route.query && this.$route.query.xtno
  2548. if (
  2549. typeof xtdate === 'string' &&
  2550. xtdate.length > 0 &&
  2551. typeof xtno === 'string' &&
  2552. xtno.length > 0
  2553. ) {
  2554. this.queryParams.xtdate = xtdate
  2555. this.queryParams.xtno = xtno
  2556. this.getDialysisRecord()
  2557. } else {
  2558. this.$message.error('参数不齐')
  2559. return false
  2560. }
  2561. }
  2562. }
  2563. </script>
  2564. <style>
  2565. .dialysis-print-order {
  2566. width: 960px;
  2567. margin: 0 auto;
  2568. }
  2569. .dialysis-print-order .order-yy-name {
  2570. margin: auto;
  2571. text-align: center;
  2572. font-size: 20px;
  2573. letter-spacing: 5px;
  2574. }
  2575. .dialysis-print-order .order-title {
  2576. margin: auto;
  2577. font-weight: 600;
  2578. text-align: center;
  2579. font-size: 22px;
  2580. padding: 10px 20px 0px 20px;
  2581. }
  2582. .dialysis-print-order .table-box {
  2583. width: 100%;
  2584. line-height: 23px;
  2585. font-size: 14px;
  2586. }
  2587. .dialysis-print-order .print-table {
  2588. width: 100%;
  2589. text-align: center;
  2590. border-collapse: collapse;
  2591. line-height: 40px;
  2592. font-size: 14px;
  2593. }
  2594. .dialysis-print-order .print-table-no {
  2595. width: 100%;
  2596. text-align: center;
  2597. border-collapse: collapse;
  2598. font-size: 14px;
  2599. }
  2600. .dialysis-print-order .under-line {
  2601. border-bottom: 1px solid #999;
  2602. width: 95%;
  2603. text-align: center;
  2604. margin-left: 2px;
  2605. }
  2606. .dialysis-print-order .title-box {
  2607. text-align: center;
  2608. font-size: 14px;
  2609. }
  2610. .dialysis-print-order .radio-lebel-box {
  2611. font-weight: 400;
  2612. cursor: pointer;
  2613. }
  2614. .dialysis-print-order .radio-no {
  2615. opacity: 0;
  2616. outline: none;
  2617. position: absolute;
  2618. margin: 0;
  2619. width: 0;
  2620. height: 0;
  2621. z-index: -1;
  2622. }
  2623. .dialysis-print-order .radio-inner {
  2624. white-space: nowrap;
  2625. cursor: pointer;
  2626. outline: none;
  2627. display: inline-block;
  2628. line-height: 1;
  2629. position: relative;
  2630. vertical-align: middle;
  2631. }
  2632. .dialysis-print-order .radio-fang {
  2633. display: inline-block;
  2634. position: relative;
  2635. border: 1px solid #000;
  2636. box-sizing: border-box;
  2637. width: 14px !important;
  2638. height: 14px !important;
  2639. background-color: #fff;
  2640. z-index: 1;
  2641. transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
  2642. background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
  2643. }
  2644. .dialysis-print-order .is-checked-radio::after {
  2645. content: "√";
  2646. font-size: 19px;
  2647. }
  2648. .dialysis-print-order .print-table-no tr td {
  2649. padding: 8px 5px;
  2650. line-height: 25px;
  2651. }
  2652. .dialysis-print-order .print-table tr td {
  2653. padding: 1px 1px;
  2654. /*line-height: 25px;*/
  2655. }
  2656. .es-img {
  2657. height: 25px;
  2658. }
  2659. .advice-name {
  2660. text-align: left;
  2661. }
  2662. .advice-children {
  2663. display: flex;
  2664. }
  2665. .title-box-pro {
  2666. border: 0 #fff;
  2667. line-height: 25px;
  2668. height: 25px;
  2669. text-align: left;
  2670. padding-left: 10px !important;
  2671. }
  2672. .title-box-pro-tr {
  2673. border: 0 #fff;
  2674. }
  2675. .text-align-left {
  2676. text-align: left !important;
  2677. padding-left: 10px !important;
  2678. font-size: 14px !important;
  2679. line-height: 25px;
  2680. }
  2681. .print-table-tr-new td {
  2682. line-height: 20px !important;
  2683. }
  2684. .border-top-solid {
  2685. border: solid 1px #000;
  2686. }
  2687. .print-template-two tr {
  2688. line-height: 30px;
  2689. }
  2690. </style>