血透系统PC前端

DialysisPrintOrderThree.vue 73KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747
  1. <template>
  2. <div id="dialysis-print-box" style="position: relative;">
  3. <div class="dialysis-print-order">
  4. <div class="order-yy-name">{{orgname}}</div>
  5. <div class="order-title">血液净化治疗记录单</div>
  6. <table class="table-box" style="margin-top: 10px;">
  7. <tbody>
  8. <tr>
  9. <td width="50">姓 名:</td>
  10. <td width="90">
  11. <div class="under-line">&nbsp;{{patientInfo.name}}</div>
  12. </td>
  13. <td width="30"></td>
  14. <td width="50">性 别:</td>
  15. <td width="120">
  16. <div>
  17. <label-box :isChecked='patientInfo_gender_1' showValue='男'></label-box>
  18. <label-box :isChecked='patientInfo_gender_2' showValue='女'></label-box>
  19. </div>
  20. </td>
  21. <td width="50">年 龄:</td>
  22. <td width="40">
  23. <div class="under-line">{{getAge(patientInfo)}}</div>
  24. </td>
  25. <td>岁</td>
  26. <td width="30"></td>
  27. <td width="50">科 室:</td>
  28. <td width="200">
  29. <div>
  30. <label-box :isChecked='patientInfo_source_1' showValue='门 诊 透 析'></label-box>
  31. <label-box :isChecked='patientInfo_source_2' showValue='住 院'></label-box>
  32. </div>
  33. </td>
  34. <td width="120" >住院号/透析卡号:</td>
  35. <td width="130">
  36. <div class="under-line">&nbsp;{{patientInfo.admission_number?patientInfo.admission_number:'无'}}
  37. /{{patientInfo.dialysis_no}}
  38. </div>
  39. </td>
  40. <td></td>
  41. </tr>
  42. </tbody>
  43. </table>
  44. <table class="table-box" style="margin-top: 10px;">
  45. <tbody>
  46. <tr>
  47. <td width="40">诊 断:</td>
  48. <td width="">
  49. <div class="under-line">&nbsp;{{patientInfo.diagnose}}</div>
  50. </td>
  51. <td width="80">治 疗 日 期:</td>
  52. <td width="120">
  53. <div class="under-line">&nbsp;<span>{{queryParams.xtdate}}</span></div>
  54. </td>
  55. </tr>
  56. </tbody>
  57. </table>
  58. <table class="print-table" border="1">
  59. <tbody>
  60. <tr>
  61. <td width="30px" class="title-box">透前评估</td>
  62. <td>
  63. <table class="table-box">
  64. <tbody>
  65. <tr>
  66. <td width="70">入院方式:</td>
  67. <td width="230">
  68. <div>
  69. <label-box :isChecked='receiverTreatmentAccess.way==1?true:false' showValue='步行'></label-box>
  70. &nbsp;
  71. <label-box :isChecked='receiverTreatmentAccess.way==2?true:false' showValue='扶行'></label-box>
  72. &nbsp;
  73. <label-box :isChecked='receiverTreatmentAccess.way==3?true:false' showValue='轮椅'></label-box>
  74. &nbsp;
  75. <label-box :isChecked='receiverTreatmentAccess.way==4?true:false' showValue='平车'></label-box>
  76. </div>
  77. </td>
  78. <td></td>
  79. <td width="50">意识:</td>
  80. <td width="220">
  81. <div>
  82. <label-box :isChecked='receiverTreatmentAccess.consciousness==1?true:false'
  83. showValue='清醒'></label-box>
  84. &nbsp;
  85. <label-box :isChecked='receiverTreatmentAccess.consciousness==2?true:false'
  86. showValue='嗜睡'></label-box>
  87. &nbsp;
  88. <label-box :isChecked='receiverTreatmentAccess.consciousness==3?true:false'
  89. showValue='昏迷'></label-box>
  90. <label-box :isChecked='receiverTreatmentAccess.consciousness==4?true:false'
  91. showValue='模糊'></label-box>
  92. </div>
  93. </td>
  94. <td></td>
  95. <td width="50">体温:</td>
  96. <td width="100">
  97. <div class="under-line">&nbsp;{{predialysis.temperature?predialysis.temperature:''}}</div>
  98. </td>
  99. <td width="35">℃</td>
  100. </tr>
  101. </tbody>
  102. </table>
  103. <table class="table-box">
  104. <tbody>
  105. <tr>
  106. <td width="40">体位:</td>
  107. <td width="400">
  108. <div>
  109. <label-box :isChecked='receiverTreatmentAccess.posture==1?true:false'
  110. showValue='自动体位'></label-box>
  111. &nbsp;
  112. <label-box :isChecked='receiverTreatmentAccess.posture==2?true:false'
  113. showValue='平卧位'></label-box>
  114. &nbsp;
  115. <label-box :isChecked='receiverTreatmentAccess.posture==3?true:false'
  116. showValue='半卧位'></label-box>
  117. &nbsp;
  118. <label-box :isChecked='receiverTreatmentAccess.posture==4?true:false'
  119. showValue='端坐位'></label-box>
  120. &nbsp;
  121. <label-box :isChecked='receiverTreatmentAccess.posture==5?true:false'
  122. showValue='躁动不安'></label-box>
  123. &nbsp;
  124. </div>
  125. </td>
  126. <td width="40">病情:</td>
  127. <td width="160">
  128. <div>
  129. <label-box :isChecked='receiverTreatmentAccess.sick_condition==1?true:false'
  130. showValue='一般'></label-box>
  131. &nbsp;
  132. <label-box :isChecked='receiverTreatmentAccess.sick_condition==2?true:false'
  133. showValue='重'></label-box>
  134. &nbsp;
  135. <label-box :isChecked='receiverTreatmentAccess.sick_condition==3?true:false'
  136. showValue='危险'></label-box>
  137. &nbsp;
  138. </div>
  139. </td>
  140. <td width="35">其它</td>
  141. <td width="">
  142. <div class="under-line">&nbsp;
  143. <span >{{receiverTreatmentAccess.sick_condition_other}}</span>
  144. </div>
  145. </td>
  146. <td></td>
  147. </tr>
  148. </tbody>
  149. </table>
  150. <table class="table-box">
  151. <tbody>
  152. <tr>
  153. <td width="40">出血:</td>
  154. <td width="95">
  155. <div>
  156. <label-box :isChecked='predialysis.is_hemorrhage==2?true:false' showValue='无'></label-box>
  157. &nbsp;
  158. <label-box :isChecked='predialysis.is_hemorrhage==1?true:false' showValue='有'></label-box>
  159. </div>
  160. </td>
  161. <td width="10">(</td>
  162. <td width="380">
  163. <div>
  164. <label-box
  165. :isChecked="predialysis.is_hemorrhage==1&&predialysis.hemorrhage.indexOf('穿刺点渗血')>-1?true:false"
  166. showValue='穿刺点渗血'></label-box>
  167. &nbsp;
  168. <label-box
  169. :isChecked="predialysis.is_hemorrhage==1&&predialysis.hemorrhage.indexOf('牙龈出血')>-1?true:false"
  170. showValue='牙龈出血'></label-box>
  171. &nbsp;
  172. <label-box
  173. :isChecked="predialysis.is_hemorrhage==1&&predialysis.hemorrhage.indexOf('消化道出血')>-1?true:false"
  174. showValue='消化道出血'></label-box>
  175. &nbsp;
  176. <label-box
  177. :isChecked="predialysis.is_hemorrhage==1&&predialysis.hemorrhage.indexOf('女性经期')>-1?true:false"
  178. showValue='女性经期'></label-box>
  179. </div>
  180. </td>
  181. <td width="35">其它</td>
  182. <td width="">
  183. <div class="under-line">&nbsp;
  184. <span v-if="predialysis.is_hemorrhage==1">{{predialysis.hemorrhage_other}}</span>
  185. </div>
  186. </td>
  187. <td width="10">)</td>
  188. </tr>
  189. </tbody>
  190. </table>
  191. <table class="table-box">
  192. <tbody>
  193. <tr>
  194. <td width="70">血管通路:</td>
  195. <td width="480">
  196. <div>
  197. <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('自体内瘘')>-1?true:false"
  198. showValue='自体内瘘'></label-box>
  199. &nbsp;
  200. <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('人造血管')>-1?true:false"
  201. showValue='人造血管'></label-box>
  202. &nbsp;
  203. <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('直穿')>-1?true:false"
  204. showValue='直穿'></label-box>
  205. &nbsp;
  206. <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内静脉')>-1?true:false"
  207. showValue='颈内静脉'></label-box>
  208. &nbsp;
  209. <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('股静脉')>-1?true:false"
  210. showValue='股静脉'></label-box>
  211. &nbsp;
  212. <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('锁骨下')>-1?true:false"
  213. showValue='锁骨下'></label-box>
  214. &nbsp;
  215. </div>
  216. </td>
  217. <td width="65">穿刺方法:</td>
  218. <td width="100">
  219. <div class="under-line">&nbsp;
  220. <span v-if="predialysis.puncture_method">{{predialysis.puncture_method}}</span>
  221. </div>
  222. </td>
  223. <td></td>
  224. </tr>
  225. </tbody>
  226. </table>
  227. <table class="table-box">
  228. <tbody>
  229. <tr>
  230. <td width="40">内瘘:</td>
  231. <td width="35">震颤</td>
  232. <td width="10">(</td>
  233. <td width="180">
  234. <div>
  235. <label-box :isChecked="predialysis.internal_fistula.indexOf('震颤-存在')>-1?true:false"
  236. showValue='存在'></label-box>
  237. &nbsp;
  238. <label-box :isChecked="predialysis.internal_fistula.indexOf('震颤-减弱')>-1?true:false"
  239. showValue='减弱'></label-box>
  240. &nbsp;
  241. <label-box :isChecked="predialysis.internal_fistula.indexOf('震颤-无')>-1?true:false"
  242. showValue='无'></label-box>
  243. </div>
  244. </td>
  245. <td width="10">)</td>
  246. <td width="95">内瘘皮肤情况</td>
  247. <td width="10">(</td>
  248. <td width="220">
  249. <div>
  250. <label-box :isChecked="predialysis.internal_fistula_skin.indexOf('正常')>-1?true:false"
  251. showValue='正常'></label-box>
  252. &nbsp;
  253. <label-box :isChecked="predialysis.internal_fistula_skin.indexOf('瘀斑')>-1?true:false"
  254. showValue='瘀斑'></label-box>
  255. &nbsp;
  256. <label-box :isChecked="predialysis.internal_fistula_skin.indexOf('红')>-1?true:false"
  257. showValue='红'></label-box>
  258. &nbsp;
  259. <label-box :isChecked="predialysis.internal_fistula_skin.indexOf('肿')>-1?true:false"
  260. showValue='肿'></label-box>
  261. </div>
  262. </td>
  263. <td width="10">)</td>
  264. <td></td>
  265. </tr>
  266. </tbody>
  267. </table>
  268. <table class="table-box">
  269. <tbody>
  270. <tr>
  271. <td width="40">导管:</td>
  272. <td width="50">穿刺口</td>
  273. <td width="10">(</td>
  274. <td width="250">
  275. <div>
  276. <label-box :isChecked="predialysis.catheter.indexOf('穿刺口-干洁')>-1?true:false"
  277. showValue='干洁'></label-box>
  278. &nbsp;
  279. <label-box :isChecked="predialysis.catheter.indexOf('穿刺口-红肿')>-1?true:false"
  280. showValue='红肿'></label-box>
  281. &nbsp;
  282. <label-box :isChecked="predialysis.catheter.indexOf('穿刺口-分泌物')>-1?true:false"
  283. showValue='分泌物'></label-box>
  284. &nbsp;
  285. <label-box :isChecked="predialysis.catheter.indexOf('穿刺口-渗血')>-1?true:false"
  286. showValue='渗血'></label-box>
  287. </div>
  288. </td>
  289. <td width="10">)</td>
  290. <td width="65">导管打折</td>
  291. <td width="10">(</td>
  292. <td width="80">
  293. <div>
  294. <label-box :isChecked="predialysis.catheter_bend == 1?true:false" showValue='有'></label-box>
  295. &nbsp;
  296. <label-box :isChecked="predialysis.catheter_bend ==2?true:false" showValue='无'></label-box>
  297. </div>
  298. </td>
  299. <td width="10">)</td>
  300. <td></td>
  301. </tr>
  302. </tbody>
  303. </table>
  304. </td>
  305. </tr>
  306. </tbody>
  307. </table>
  308. <table class="print-table" border="1">
  309. <tbody>
  310. <tr>
  311. <td width="30px" class="title-box">透析处方</td>
  312. <td>
  313. <table class="table-box">
  314. <tbody>
  315. <tr>
  316. <td width="70">透析时间:</td>
  317. <td width="40">
  318. <div class="under-line">&nbsp;{{prescription.dialysis_duration_hour?prescription.dialysis_duration_hour:'0'}}</div>
  319. </td>
  320. <td width="10">h</td>
  321. <td width="40">
  322. <div class="under-line">&nbsp;{{prescription.dialysis_duration_minute?prescription.dialysis_duration_minute:'0'}}</div>
  323. </td>
  324. <td width="35">min</td>
  325. <td></td>
  326. <td width="55">血流量:</td>
  327. <td width="60">
  328. <div class="under-line">
  329. &nbsp;{{prescription.blood_flow_volume?prescription.blood_flow_volume:''}}
  330. </div>
  331. </td>
  332. <td width="60">ml/min</td>
  333. <td></td>
  334. <td width="40">体重:</td>
  335. <td width="35">透前</td>
  336. <td width="50">
  337. <div class="under-line">&nbsp;{{predialysis.weight_before?predialysis.weight_before:''}}</div>
  338. </td>
  339. <td width="20">Kg</td>
  340. <td width="45">干体重</td>
  341. <td width="50">
  342. <div class="under-line">&nbsp;{{predialysis.dry_weight?predialysis.dry_weight:''}}</div>
  343. </td>
  344. <td width="20">Kg</td>
  345. <td></td>
  346. <td width="85">目标超滤量:</td>
  347. <td width="70">
  348. <div class="under-line">&nbsp;{{prescription.target_ultrafiltration?prescription.target_ultrafiltration:''}}</div>
  349. </td>
  350. <td width="20">ml</td>
  351. </tr>
  352. </tbody>
  353. </table>
  354. <table class="table-box">
  355. <tbody>
  356. <tr>
  357. <td width="70">抗凝方式:</td>
  358. <td width="80">
  359. <label-box :isChecked="prescription.anticoagulant==2?true:false" showValue='普通肝素'></label-box>
  360. </td>
  361. <td width="10">(</td>
  362. <td width="35">首剂</td>
  363. <td width="40">
  364. <div class="under-line">&nbsp;
  365. <span v-if="prescription.anticoagulant==2">{{prescription.anticoagulant_shouji}}</span>
  366. </div>
  367. </td>
  368. <td width="20">mg</td>
  369. <td width="10"></td>
  370. <td width="35">维持</td>
  371. <td width="40">
  372. <div class="under-line">&nbsp;
  373. <span v-if="prescription.anticoagulant==2">{{prescription.anticoagulant_weichi}}</span>
  374. </div>
  375. </td>
  376. <td width="40">mg/h</td>
  377. <td width="10">)</td>
  378. <td width="95">
  379. <label-box :isChecked="prescription.anticoagulant==3?true:false" showValue='低分子肝素'></label-box>
  380. </td>
  381. <td width="60">
  382. <div class="under-line">&nbsp;
  383. <span v-if="prescription.anticoagulant==3">{{prescription.anticoagulant_zongliang}}</span>
  384. </div>
  385. </td>
  386. <td width="20">IU</td>
  387. <td width="80">
  388. <label-box :isChecked="prescription.anticoagulant==1?true:false" showValue='无肝素'></label-box>
  389. </td>
  390. <td width="70">其他方式:</td>
  391. <td width="">
  392. <div class="under-line">&nbsp;
  393. <span v-if="prescription.anticoagulant>3">{{prescription.anticoagulant_name}}</span>
  394. </div>
  395. </td>
  396. </tr>
  397. </tbody>
  398. </table>
  399. <table class="table-box">
  400. <tbody>
  401. <tr>
  402. <td width="85">透析液配方:</td>
  403. <td width="50">
  404. <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('常规')>-1?true:false"
  405. showValue='常规'></label-box>
  406. </td>
  407. <td width="50">
  408. <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('低钙')>-1?true:false"
  409. showValue='低钙'></label-box>
  410. </td>
  411. <td width="120">
  412. (
  413. <label class="radio-lebel-box">
  414. <!-- <span class="radio-inner">
  415. <span class="radio-fang " ></span>
  416. <input type="radio" class="radio-no" value="1">
  417. </span> -->
  418. <span> 1.25mmol/L</span>
  419. </label>
  420. )
  421. </td>
  422. <td width="50">
  423. <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('高钙')>-1?true:false"
  424. showValue='高钙'></label-box>
  425. </td>
  426. <td width="100">
  427. ( 1.75mmol/L )
  428. </td>
  429. <td width="50">
  430. <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('低钠')>-1?true:false"
  431. showValue='低钠'></label-box>
  432. </td>
  433. <td width="110">
  434. (
  435. <label class="radio-lebel-box">
  436. <!-- <span class="radio-inner">
  437. <span class="radio-fang " ></span>
  438. <input type="radio" class="radio-no" value="1">
  439. </span> -->
  440. <span> 135mmol/L</span>
  441. </label>
  442. )
  443. </td>
  444. <td width="50">
  445. <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('高钠')>-1?true:false"
  446. showValue='高钠'></label-box>
  447. </td>
  448. <td width="100">
  449. ( 145mmol/L )
  450. </td>
  451. <td></td>
  452. </tr>
  453. </tbody>
  454. </table>
  455. <table class="table-box">
  456. <tbody>
  457. <tr>
  458. <td width="55">置换量:</td>
  459. <td width="40">
  460. <div class="under-line">
  461. &nbsp;{{prescription.replacement_total?prescription.replacement_total:''}}
  462. </div>
  463. </td>
  464. <td width="10">L</td>
  465. <td width="10"></td>
  466. <td width="70">治疗方式:</td>
  467. <td width="50">
  468. <label-box :isChecked="prescription.mode_id==1?true:false" showValue='HD'></label-box>
  469. </td>
  470. <td width="50">
  471. <label-box :isChecked="prescription.mode_id==2?true:false" showValue='HDF'></label-box>
  472. </td>
  473. <td width="50">
  474. <label-box :isChecked="prescription.mode_id==5?true:false" showValue='HF'></label-box>
  475. </td>
  476. <td width="50">
  477. <label-box :isChecked="prescription.mode_id==4?true:false" showValue='HP'></label-box>
  478. </td>
  479. <td width="80">
  480. <label-box :isChecked="prescription.mode_id==3?true:false" showValue='HD+HP'></label-box>
  481. </td>
  482. <td width="35">其他</td>
  483. <td width="100">
  484. <div class="under-line">&nbsp;
  485. <span v-if="prescription.mode_id>5">{{prescription.mode}}</span>
  486. </div>
  487. </td>
  488. <td width="140">透析器/灌流器型号:</td>
  489. <td width="">
  490. <div class="under-line">&nbsp;{{prescription.dialyzer_perfusion_apparatus}}</div>
  491. </td>
  492. </tr>
  493. </tbody>
  494. </table>
  495. <table class="table-box">
  496. <tbody>
  497. <tr>
  498. <td width="70">透析机号:</td>
  499. <td width="100">
  500. <div class="under-line">{{getNumber()}}</div>
  501. </td>
  502. <td width=""></td>
  503. <td width="70">医生签名:</td>
  504. <td width="100">
  505. <div class="under-line">
  506. <span v-if="advices.length == 0"></span>
  507. <span v-else-if="setAdminUserES(advices[0][0].advice_doctor) == ''">{{getAdminUser(advices[0][0].advice_doctor)}}</span>
  508. <img class="es-img" :src="setAdminUserES(advices[0][0].advice_doctor)"
  509. alt="" srcset="" v-else>
  510. <!-- {{getXuserName(prescription.prescription_doctor)}} -->
  511. </div>
  512. </td>
  513. <td width="70">上机护士:</td>
  514. <td width="100">
  515. <div class="under-line">
  516. <span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.start_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.start_nurse)}}</span>
  517. <img class="es-img" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.start_nurse)"
  518. alt="" srcset="" v-else>
  519. </div>
  520. </td>
  521. </tr>
  522. </tbody>
  523. </table>
  524. </td>
  525. </tr>
  526. </tbody>
  527. </table>
  528. <table class="print-table" border="1">
  529. <tbody>
  530. <tr>
  531. <td :rowspan="jilurow" width="30px" class="title-box">透析中记录</td>
  532. <td width="100">时间</td>
  533. <td width="80">血压<br/>mmHg</td>
  534. <td width="40">脉率<br/>次/分</td>
  535. <td width="40">呼吸<br/>次/分</td>
  536. <td width="60">血流量<br/>ml/min</td>
  537. <td width="60">超滤量<br/>L</td>
  538. <td width="60">置换量<br/>L</td>
  539. <td width="60">静脉压<br/>mmHg</td>
  540. <td width="60">跨膜压<br/>mmHg</td>
  541. <td width="60">电导度<br/>mS/m</td>
  542. <!--<td width="80">透析液温度<br/>℃</td>
  543. <td width="60">置换率<br/>ml/min</td> -->
  544. <td width="">病情特殊处理<br/>及专科护理措施纪录</td>
  545. <td width="60">护士签名</td>
  546. </tr>
  547. <tr v-for="monitor in monitors" :key="monitor.id">
  548. <td>&nbsp;
  549. <!-- <template>
  550. <span v-if="monitor.monitoring_date">
  551. {{monitor.monitoring_date | parseTime('{y}-{m}-{d}')}}
  552. </span>
  553. </template> -->
  554. {{getTime(monitor.operate_time,'{h}:{i}')}}
  555. </td>
  556. <td>&nbsp;{{monitor.systolic_blood_pressure?monitor.systolic_blood_pressure:''}} /
  557. {{monitor.diastolic_blood_pressure?monitor.diastolic_blood_pressure:''}}
  558. </td>
  559. <td>&nbsp;{{monitor.pulse_frequency?monitor.pulse_frequency:''}}</td>
  560. <td>&nbsp;{{monitor.breathing_rate?monitor.breathing_rate:''}}</td>
  561. <td>&nbsp;{{monitor.blood_flow_volume?monitor.blood_flow_volume:''}}</td>
  562. <td>&nbsp;{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:''}}</td>
  563. <td>&nbsp;{{monitor.displacement_quantity?monitor.displacement_quantity:''}}</td>
  564. <td>&nbsp;{{monitor.venous_pressure?monitor.venous_pressure:''}}</td>
  565. <td>&nbsp;{{monitor.transmembrane_pressure?monitor.transmembrane_pressure:''}}</td>
  566. <td>&nbsp;{{monitor.conductivity?monitor.conductivity:''}}</td>
  567. <!-- <td>&nbsp;{{monitor.sodium_concentration}}</td>
  568. <td>&nbsp;{{monitor.dialysate_temperature}}</td>
  569. <td>&nbsp;{{monitor.replacement_rate}}</td> -->
  570. <td>&nbsp;{{monitor.symptom}}
  571. &nbsp;{{monitor.dispose}}
  572. &nbsp;{{monitor.result}}
  573. </td>
  574. <td>
  575. <span v-if="setAdminUserES(monitor.monitoring_nurse) == ''">{{getAdminUser(monitor.monitoring_nurse)}}</span>
  576. <img class="es-img" :src="setAdminUserES(monitor.monitoring_nurse)" alt="" srcset="" v-else>
  577. </td>
  578. </tr>
  579. <tr>
  580. <td colspan="12" align="left" valign="top" style="text-align:left;padding:0 5px;height:120px;">
  581. 护士小结:{{summary.dialysis_summary}}
  582. </td>
  583. </tr>
  584. </tbody>
  585. </table>
  586. <table class="print-table" border="1">
  587. <tbody>
  588. <tr>
  589. <td class="title-box" width="30px">透后评估</td>
  590. <td>
  591. <table class="table-box">
  592. <tbody>
  593. <tr>
  594. <td width="90">实际治疗时间</td>
  595. <td width="40">
  596. <div class="under-line">&nbsp;{{afterdialysis.actual_treatment_hour?afterdialysis.actual_treatment_hour:'0'}}</div>
  597. </td>
  598. <td width="10">h</td>
  599. <td width="40">
  600. <div class="under-line">&nbsp;{{afterdialysis.actual_treatment_minute?afterdialysis.actual_treatment_minute:'0'}}</div>
  601. </td>
  602. <td width="35">min</td>
  603. <td></td>
  604. <td width="75">实际超滤量</td>
  605. <td width="70">
  606. <div class="under-line">&nbsp;{{afterdialysis.actual_ultrafiltration?afterdialysis.actual_ultrafiltration:''}}</div>
  607. </td>
  608. <td width="20">ml</td>
  609. <td></td>
  610. <td width="60">透后体重</td>
  611. <td width="50">
  612. <div class="under-line">&nbsp;{{afterdialysis.weight_after?afterdialysis.weight_after:''}}</div>
  613. </td>
  614. <td width="20">Kg</td>
  615. <td></td>
  616. <td width="95">透析器凝血:</td>
  617. <td width="220">
  618. <label-box :isChecked="afterdialysis.txqnx==0?true:false" showValue='0 级'></label-box>
  619. <label-box :isChecked="afterdialysis.txqnx==1?true:false" showValue='Ⅰ 级'></label-box>
  620. <label-box :isChecked="afterdialysis.txqnx==2?true:false" showValue='Ⅱ 级'></label-box>
  621. <label-box :isChecked="afterdialysis.txqnx==3?true:false" showValue='Ⅲ 级'></label-box>
  622. </td>
  623. </tr>
  624. </tbody>
  625. </table>
  626. <table class="table-box">
  627. <tbody>
  628. <tr>
  629. <td width="130">拔针后穿刺点渗血:</td>
  630. <td width="80">
  631. <label-box :isChecked="afterdialysis.puncture_point_oozing_blood==1?true:false"
  632. showValue='有'></label-box>
  633. <label-box :isChecked="afterdialysis.puncture_point_oozing_blood==2?true:false"
  634. showValue='无'></label-box>
  635. </td>
  636. <td width="10"></td>
  637. <td width="85">穿刺处血肿:</td>
  638. <td width="80">
  639. <label-box :isChecked="afterdialysis.puncture_point_haematoma==1?true:false"
  640. showValue='有'></label-box>
  641. <label-box :isChecked="afterdialysis.puncture_point_haematoma==2?true:false"
  642. showValue='无'></label-box>
  643. </td>
  644. <td width="10"></td>
  645. <td width="105">压迫后内瘘震颤:</td>
  646. <td width="140">
  647. <label-box :isChecked="afterdialysis.internal_fistula_tremor_ac==1?true:false"
  648. showValue='存在'></label-box>
  649. <label-box :isChecked="afterdialysis.internal_fistula_tremor_ac==2?true:false"
  650. showValue='减弱'></label-box>
  651. <label-box :isChecked="afterdialysis.internal_fistula_tremor_ac==3?true:false"
  652. showValue='无'></label-box>
  653. </td>
  654. <td width="">
  655. </td>
  656. </tr>
  657. </tbody>
  658. </table>
  659. <table class="table-box">
  660. <tbody>
  661. <tr>
  662. <td width="55">并发症:</td>
  663. <td width="600">
  664. <label-box :isChecked="afterdialysis.complications_index.indexOf('低血压')>-1?true:false"
  665. showValue='低血压'></label-box>
  666. <label-box :isChecked="afterdialysis.complications_index.indexOf('高血压')>-1?true:false"
  667. showValue='高血压'></label-box>
  668. <label-box :isChecked="afterdialysis.complications_index.indexOf('心律失常')>-1?true:false"
  669. showValue='心律失常'></label-box>
  670. <label-box :isChecked="afterdialysis.complications_index.indexOf('头晕')>-1?true:false"
  671. showValue='头晕'></label-box>
  672. <label-box :isChecked="afterdialysis.complications_index.indexOf('头痛')>-1?true:false"
  673. showValue='头痛'></label-box>
  674. <label-box :isChecked="afterdialysis.complications_index.indexOf('呕吐')>-1?true:false"
  675. showValue='呕吐'></label-box>
  676. <label-box :isChecked="afterdialysis.complications_index.indexOf('抽搐')>-1?true:false"
  677. showValue='抽搐'></label-box>
  678. <label-box :isChecked="afterdialysis.complications_index.indexOf('出血')>-1?true:false"
  679. showValue='出血'></label-box>
  680. <label-box :isChecked="afterdialysis.complications_index.indexOf('心衰')>-1?true:false"
  681. showValue='心衰'></label-box>
  682. <label-box :isChecked="afterdialysis.complications_index.indexOf('腹痛')>-1?true:false"
  683. showValue='腹痛'></label-box>
  684. <label-box :isChecked="afterdialysis.complications_index.indexOf('无')>-1?true:false"
  685. showValue='无'></label-box>
  686. </td>
  687. <td></td>
  688. </tr>
  689. </tbody>
  690. </table>
  691. <!-- <table class="table-box">
  692. <tbody>
  693. <tr> -->
  694. <!-- <td width="70">其他记录:</td> -->
  695. <!-- <td width="70">透析小结:</td>
  696. <td width="">
  697. <div style="width: 95%;line-height: 25px;text-align: left;margin-left: 2px;text-underline-position: under; text-decoration: underline;">{{summary.dialysis_summary}}</div>
  698. </td>
  699. </tr>
  700. </tbody>
  701. </table> -->
  702. <!--<table class="table-box">-->
  703. <!--<tbody>-->
  704. <!--<tr>-->
  705. <!--<td width="">-->
  706. <!--<div class="under-line">&nbsp;{{summary.dialysis_summary.substring(56,120)}}&nbsp;</div>-->
  707. <!--</td>-->
  708. <!--</tr>-->
  709. <!--</tbody>-->
  710. <!--</table>-->
  711. <table class="table-box">
  712. <tbody>
  713. <tr>
  714. <td width="70">患者去向:</td>
  715. <td width="160">
  716. <label-box :isChecked="afterdialysis.patient_gose==1?true:false" showValue='离院'></label-box>
  717. <label-box :isChecked="afterdialysis.patient_gose==2?true:false" showValue='留观'></label-box>
  718. <label-box :isChecked="afterdialysis.patient_gose==3?true:false" showValue='住院'></label-box>
  719. </td>
  720. <td width="10">(</td>
  721. <td width="35">科室</td>
  722. <td width="">
  723. <div class="under-line">&nbsp;
  724. <span v-if="afterdialysis.patient_gose==3">{{afterdialysis.inpatient_department}}</span>
  725. </div>
  726. </td>
  727. <td width="220">交待病房护士/患者/陪人观察内容:</td>
  728. <td width="160">
  729. <label-box
  730. :isChecked="afterdialysis.patient_gose==3&&afterdialysis.observation_content.indexOf('意识状态')>-1?true:false"
  731. showValue='意识状态'></label-box>
  732. <label-box
  733. :isChecked="afterdialysis.patient_gose==3&&afterdialysis.observation_content.indexOf('生命体征')>-1?true:false"
  734. showValue='生命体征'></label-box>
  735. </td>
  736. </tr>
  737. </tbody>
  738. </table>
  739. <table class="table-box">
  740. <tbody>
  741. <tr>
  742. <td width="530">
  743. <label-box
  744. :isChecked="afterdialysis.patient_gose==3&&afterdialysis.observation_content.indexOf('内瘘搏动/渗血')>-1?true:false"
  745. showValue='内瘘搏动/渗血'></label-box>
  746. <label-box
  747. :isChecked="afterdialysis.patient_gose==3&&afterdialysis.observation_content.indexOf('导管固定/穿刺口渗血')>-1?true:false"
  748. showValue='导管固定/穿刺口渗血'></label-box>
  749. <label-box
  750. :isChecked="afterdialysis.patient_gose==3&&afterdialysis.observation_content.indexOf('动静脉直接穿刺口渗血/肢端循环情况')>-1?true:false"
  751. showValue='动静脉直接穿刺口渗血/肢端循环情况'></label-box>
  752. </td>
  753. <td width="40">其他:</td>
  754. <td width="">
  755. <div class="under-line">&nbsp;
  756. <span v-if="afterdialysis.patient_gose==3">{{afterdialysis.observation_content_other}}
  757. </span>
  758. </div>
  759. </td>
  760. </tr>
  761. </tbody>
  762. </table>
  763. <table class="table-box">
  764. <tbody>
  765. <tr>
  766. <td width="150">当班责任(核对)护士:</td>
  767. <td width="100">
  768. <div class="under-line">
  769. <!--<span v-if="afterdialysis.creater==0">&nbsp;</span>-->
  770. <!--<img class="es-img" :src="setAdminUserES(afterdialysis.creater)" alt="" srcset="" v-else>-->
  771. <span
  772. v-if="setAdminUserES(afterdialysis.creater) == ''">{{getAdminUser(afterdialysis.creater)}}</span>
  773. <img class="es-img" :src="setAdminUserES(afterdialysis.creater)"
  774. alt="" srcset="" v-else>
  775. </div>
  776. </td>
  777. <td width=""></td>
  778. <td width="70">下机护士:</td>
  779. <td width="100">
  780. <div class="under-line">
  781. <span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.finish_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.finish_nurse)}}</span>
  782. <img class="es-img" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.finish_nurse)"
  783. alt="" srcset="" v-else>
  784. </div>
  785. </td>
  786. </tr>
  787. </tbody>
  788. </table>
  789. </td>
  790. </tr>
  791. </tbody>
  792. </table>
  793. <table class="print-table-no" border="1" count="0">
  794. <tbody>
  795. <tr>
  796. <td width="40px">时间</td>
  797. <td width="120px">医嘱内容</td>
  798. <td width="80px">医生签名</td>
  799. <td width="80px">执行护士</td>
  800. <td width="55px">执行时间</td>
  801. <td width="75px">核对护士</td>
  802. <td width="10px"></td>
  803. <td width="40px">时间</td>
  804. <td width="120px">医嘱内容</td>
  805. <td width="80px">医生签名</td>
  806. <td width="80px">执行护士</td>
  807. <td width="55px">执行时间</td>
  808. <td width="75px">核对护士</td>
  809. </tr>
  810. <tr v-for="(advice, index) in advices" :key="index">
  811. <td height="10px">
  812. <span v-if="advice[0].start_time">
  813. {{getTime(advice[0].start_time,'{h}:{i}')}}
  814. </span>
  815. <span v-else>&nbsp;<br/>&nbsp;</span>
  816. </td>
  817. <td class="advice-name">
  818. <span v-if="advice[0].parent_id>0">└</span>
  819. <span>{{advice[0].advice_name }}</span>
  820. <span>{{advice[0].advice_desc}}{{advice[0].drug_spec_unit}}</span>
  821. <!-- <span v-if="advice[0].drug_spec">{{advice[0].drug_spec}}{{advice[0].drug_spec_unit}}</span> -->
  822. <span v-if="advice[0].prescribing_number">* {{advice[0].prescribing_number}}{{advice[0].prescribing_number_unit}}</span>
  823. <span
  824. v-if="advice[0].single_dose != 0">单次用量 {{advice[0].single_dose}}{{advice[0].single_dose_unit}}</span>
  825. <span>{{advice[0].delivery_way}}</span>
  826. <span>{{advice[0].execution_frequency}}</span>
  827. <div v-for="(child, childindex) in advice[0].children" :key="childindex" class="advice-children">
  828. <div>▲</div>
  829. <div>
  830. <span>{{child.advice_name }}</span>
  831. <span>{{child.advice_desc}}</span>
  832. <span v-if="child.advice_desc">{{child.advice_desc}}{{child.drug_spec_unit}}</span>
  833. <span
  834. v-if="child.prescribing_number">* {{child.prescribing_number}}{{child.prescribing_number_unit}}</span>
  835. <span v-if="child.single_dose != 0">单次用量 {{child.single_dose}}{{child.single_dose_unit}}</span>
  836. </div>
  837. </div>
  838. </td>
  839. <td>
  840. <!--<img class="es-img" :src="setAdminUserES(advice[0].advice_doctor)" alt="" srcset=""-->
  841. <!--v-show="advice[0].advice_doctor>0">-->
  842. <!---->
  843. <span
  844. v-if="setAdminUserES(advice[0].advice_doctor) == ''">{{getAdminUser(advice[0].advice_doctor)}}</span>
  845. <img class="es-img" :src="setAdminUserES(advice[0].advice_doctor)"
  846. alt="" srcset="" v-else>
  847. </td>
  848. <td>
  849. <!--<img class="es-img" :src="setAdminUserES(advice[0].execution_staff)" alt="" srcset=""-->
  850. <!--v-show="advice[0].execution_staff>0">-->
  851. <span
  852. v-if="setAdminUserES(advice[0].execution_staff) == ''">{{getAdminUser(advice[0].execution_staff)}}</span>
  853. <img class="es-img" :src="setAdminUserES(advice[0].execution_staff)"
  854. alt="" srcset="" v-else>
  855. </td>
  856. <td><span v-if="advice[0].execution_time">
  857. <!--{{advice[0].execution_time| parseTime('{y}-{m}-{d} {h}:{i}:{s}')}}-->
  858. {{getTime(advice[0].execution_time,'{h}:{i}')}}
  859. </span>
  860. </td>
  861. <td>
  862. <!--<img class="es-img" :src="setAdminUserES(advice[0].checker)" alt="" srcset=""-->
  863. <!--v-show="advice[0].checker>0">-->
  864. <span v-if="setAdminUserES(advice[0].checker) == ''">{{getAdminUser(advice[0].checker)}}</span>
  865. <img class="es-img" :src="setAdminUserES(advice[0].checker)"
  866. alt="" srcset="" v-else>
  867. </td>
  868. <td></td>
  869. <td v-if="advice[1] != undefined">
  870. <span v-if="advice[1].start_time">
  871. <!-- {{advice[1].start_time | parseTime('{y}-{m}-{d} {h}:{i}')}} -->
  872. {{getTime(advice[1].start_time,'{h}:{i}')}}
  873. </span>
  874. </td>
  875. <td v-else>
  876. <span></span>
  877. </td>
  878. <td class="advice-name" v-if="advice[1] != undefined">
  879. <span>{{advice[1].advice_name }}</span>
  880. <span>{{advice[1].advice_desc}}{{advice[1].drug_spec_unit}}</span>
  881. <!-- <span v-if="advice[1].drug_spec">{{advice[1].drug_spec}}{{advice[1].drug_spec_unit}}</span> -->
  882. <span v-if="advice[1].prescribing_number">* {{advice[1].prescribing_number}}{{advice[1].prescribing_number_unit}}</span>
  883. <span
  884. v-if="advice[1].single_dose != 0">单次用量 {{advice[1].single_dose}}{{advice[1].single_dose_unit}}</span>
  885. <span>{{advice[1].delivery_way}}</span>
  886. <span>{{advice[1].execution_frequency}}</span>
  887. <div v-for="(child, childindex) in advice[1].children" :key="childindex" class="advice-children">
  888. <div>▲</div>
  889. <div>
  890. <span>{{child.advice_name }}</span>
  891. <span>{{child.advice_desc}}</span>
  892. <span v-if="child.advice_desc">{{child.advice_desc}}{{child.drug_spec_unit}}</span>
  893. <span
  894. v-if="child.prescribing_number">* {{child.prescribing_number}}{{child.prescribing_number_unit}}</span>
  895. <span v-if="child.single_dose != 0">单次用量 {{child.single_dose}}{{child.single_dose_unit}}</span>
  896. </div>
  897. </div>
  898. </td>
  899. <td v-else>
  900. <span></span>
  901. </td>
  902. <td v-if="advice[1] != undefined">
  903. <!--<img class="es-img" :src="setAdminUserES(advice[1].advice_doctor)" alt="" srcset=""-->
  904. <!--v-show="advice[1].advice_doctor>0"></td>-->
  905. <span
  906. v-if="setAdminUserES(advice[1].advice_doctor) == ''">{{getAdminUser(advice[1].advice_doctor)}}</span>
  907. <img class="es-img" :src="setAdminUserES(advice[1].advice_doctor)"
  908. alt="" srcset="" v-else>
  909. </td>
  910. <td v-else>
  911. <span></span>
  912. </td>
  913. <td v-if="advice[1] != undefined">
  914. <!--<img class="es-img" :src="setAdminUserES(advice[1].execution_staff)" alt="" srcset=""-->
  915. <!--v-show="advice[1].execution_staff>0">-->
  916. <span
  917. v-if="setAdminUserES(advice[1].execution_staff) == ''">{{getAdminUser(advice[1].execution_staff)}}</span>
  918. <img class="es-img" :src="setAdminUserES(advice[1].execution_staff)"
  919. alt="" srcset="" v-else>
  920. </td>
  921. <!--<td><span v-if="advice[1].execution_time">{{advice[1].execution_time| parseTime('{y}-{m}-{d} {h}:{i}:{s}')}}</span>-->
  922. <!--</td>-->
  923. <td v-else>
  924. <span></span>
  925. </td>
  926. <td v-if="advice[1] != undefined">
  927. <span v-if="advice[1].execution_time">{{getTime(advice[1].execution_time,'{h}:{i}')}}</span>
  928. </td>
  929. <td v-else>
  930. <span></span>
  931. </td>
  932. <td v-if="advice[1] != undefined">
  933. <!--<img class="es-img" :src="setAdminUserES(advice[1].checker)" alt="" srcset=""-->
  934. <!--v-show="advice[1].checker>0">-->
  935. <!--<span v-show="advice[1].checker>0">setAdminUserES(advice[1].checker)</span>-->
  936. <span v-if="setAdminUserES(advice[1].checker) == ''">{{getAdminUser(advice[1].checker)}}</span>
  937. <img class="es-img" :src="setAdminUserES(advice[1].checker)"
  938. alt="" srcset="" v-else>
  939. </td>
  940. <td v-else>
  941. <span></span>
  942. </td>
  943. </tr>
  944. <!-- 使整个表有5行以上 -->
  945. <!-- <template v-if="advices.length < 5">
  946. <tr v-for="(num) in (5 - advices.length)" :key="'5_' + num">
  947. <td>&nbsp;</td>
  948. <td></td>
  949. <td></td>
  950. <td></td>
  951. <td></td>
  952. <td></td>
  953. <td></td>
  954. <td>&nbsp;</td>
  955. <td></td>
  956. <td></td>
  957. <td></td>
  958. <td></td>
  959. <td></td>
  960. </tr>
  961. </template> -->
  962. </tbody>
  963. </table>
  964. <table class="table-box" style="margin-top: 10px;">
  965. <tbody>
  966. <tr>
  967. <td width="" style="font-size:13px">
  968. 注:透析器凝血评价标准:“0 级” 无凝血或数条纤维束凝血,“Ⅰ 级” 少于10%纤维凝血,“Ⅱ 级” 少于50%纤维凝血,“Ⅲ 级” 大于50%纤维凝血。
  969. </td>
  970. </tr>
  971. </tbody>
  972. </table>
  973. <table class="table-box" style="margin-top: 10px;">
  974. <tbody>
  975. <tr>
  976. <td></td>
  977. <td width="100">患者/家属签字:</td>
  978. <td width="100">
  979. <div class="under-line" style="height: 23px;"></div>
  980. </td>
  981. </tr>
  982. </tbody>
  983. </table>
  984. </div>
  985. <div style="position: absolute;top:1380px;left:50%;">1</div>
  986. </div>
  987. </template>
  988. <script>
  989. import { getDialysisRecord } from '@/api/dialysis'
  990. import { getDataConfig } from '@/utils/data'
  991. import { jsGetAge, uParseTime } from '@/utils/tools'
  992. import LabelBox from '../printItem/LabelBox'
  993. import BreadCrumb from '@/xt_pages/components/bread-crumb'
  994. // import DialysisPrintOrderOne from './template/dialysisPrintOrderOne'
  995. // import DialysisPrintOrderTwo from './template/dialysisPrintOrderTwo'
  996. import print from 'print-js'
  997. export default {
  998. name: 'dialysisPrintOrderThree',
  999. components: {
  1000. // DialysisPrintOrderOne,
  1001. // DialysisPrintOrderTwo,
  1002. LabelBox,
  1003. BreadCrumb
  1004. },
  1005. data() {
  1006. return {
  1007. crumbs: [
  1008. { path: false, name: '透析管理' },
  1009. { path: false, name: '打印单' }
  1010. ],
  1011. operators: [],
  1012. adminUser: [],
  1013. check: {},
  1014. dialysisOrder: {
  1015. DeviceNumber: []
  1016. },
  1017. operatorMaps: {},
  1018. complications: ['低血压', '高血压', '心律失常', '头晕', '头痛', '呕吐', '抽搐', '出血', '心衰', '腹痛'],
  1019. jilurow: 0,
  1020. advice_jilurow: 0,
  1021. loading: false,
  1022. orgname: '',
  1023. patientInfo_gender_1: false,
  1024. patientInfo_gender_2: false,
  1025. patientInfo_source_2: false,
  1026. patientInfo_source_1: false,
  1027. modeOptions: {},
  1028. replacementWays: [],
  1029. perfusionApparatus: [],
  1030. anticoagulantsConfit: {},
  1031. bloodAccessParOpera: {},
  1032. dialysateFormulationOptions: {},
  1033. queryParams: {
  1034. xtdate: '',
  1035. xtno: ''
  1036. },
  1037. patientInfo: {
  1038. birth: '',
  1039. age: '',
  1040. DialysisSchedule: {
  1041. device_number: { number: '' },
  1042. device_zone: { name: '' }
  1043. },
  1044. gender: 0
  1045. },
  1046. predialysis: {
  1047. score: '',
  1048. internal_fistula: '',
  1049. internal_fistula_skin: '',
  1050. catheter: '',
  1051. blood_access_part_opera_name: ''
  1052. },
  1053. afterdialysis: {
  1054. complications_index: ''
  1055. },
  1056. prescription: {
  1057. dialysate_formulation_name: '',
  1058. device: {}
  1059. },
  1060. advices: [],
  1061. users: [],
  1062. monitors: [],
  1063. summary: {},
  1064. receiverTreatmentAccess: {},
  1065. org_template_info: {},
  1066. doctor_advices: [],
  1067. advice_groups: [],
  1068. AlPanel: {
  1069. id: 0,
  1070. name: '',
  1071. type: 1,
  1072. shouji: 2,
  1073. weichi: 2,
  1074. zongliang: 2,
  1075. gaimingcheng: -1,
  1076. gaijiliang: -1,
  1077. shouji_unit: 'mg',
  1078. weichi_unit: 'mg/h',
  1079. zongliang_unit: 'mg',
  1080. gaimingcheng_unit: '',
  1081. gaijiliang_unit: ''
  1082. }
  1083. }
  1084. },
  1085. methods: {
  1086. getAdminUser(id) {
  1087. if (id == 0) {
  1088. return ''
  1089. }
  1090. if (id == undefined) {
  1091. return ''
  1092. }
  1093. for (let i = 0; i < this.adminUser.length; i++) {
  1094. if (this.adminUser[i].id == id) {
  1095. return this.adminUser[i].name
  1096. }
  1097. }
  1098. },
  1099. getTime(value, temp) {
  1100. if (value == 0) {
  1101. return ''
  1102. }
  1103. if (value != undefined) {
  1104. return uParseTime(value, temp)
  1105. }
  1106. return ''
  1107. },
  1108. printThisPage() {
  1109. var ptime = Math.round(new Date().getTime() / 1000)
  1110. this.print_time = uParseTime(ptime, '{y}-{m}-{d} {h}:{i}')
  1111. const style = '@media print {.dialysis-print-order{width:960px;margin:0 auto}.dialysis-print-order .order-yy-name{margin:auto;text-align:center;font-size:20px;letter-spacing:5px}.dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px 20px 20px 20px}.dialysis-print-order .table-box{width:100%;line-height:23px;font-size:14px}.dialysis-print-order .print-table{width:100%;text-align:center;border-collapse:collapse;line-height:25px;font-size:14px}.dialysis-print-order .print-table-no{width:100%;text-align:center;border-collapse:collapse;font-size:14px}.dialysis-print-order .under-line{border-bottom:1px solid #999;width:95%;text-align:center;margin-left:2px}.dialysis-print-order .title-box{text-align:center;font-size:16px;border:1px solid #666}.dialysis-print-order .radio-lebel-box{font-weight:400;cursor:pointer}.dialysis-print-order .radio-no{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.dialysis-print-order .radio-inner{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.dialysis-print-order .radio-fang{display:inline-block;position:relative;border:1px solid #000;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.dialysis-print-order .is-checked-radio::after{content:"√";font-size:15px}}.dialysis-print-order .print-table-no tr td { padding: 8px 5px; line-height: 25px; }.es-img{height: 20px; }.advice-name{text-align: left;}.advice-children{display:flex;} .dialysis-print-order .print-table tr td{padding: 0px 0px;} .print-template-two tr {line-height: 30px;} .title-box-pro{border: 0 #fff;line-height: 40px;height: 40px;text-align: left;padding-left: 10px !important;} .text-align-left{text-align: left !important;padding-left:10px !important;font-size: 14px !important;line-height: 25px;}'
  1112. if (this.org_template_info.template_id == 1) {
  1113. printJS({
  1114. printable: 'dialysis-print-box',
  1115. type: 'html',
  1116. style: style,
  1117. scanStyles: false
  1118. })
  1119. } else if (this.org_template_info.template_id == 2 || this.org_template_info.template_id == 0) {
  1120. printJS({
  1121. printable: 'dialysis-print-box-1',
  1122. type: 'html',
  1123. style: style,
  1124. scanStyles: false
  1125. })
  1126. }
  1127. }, getNumber() {
  1128. if (this.dialysisOrder != null) {
  1129. return this.patientInfo.DialysisSchedule.device_zone.name + this.dialysisOrder.DeviceNumber.number
  1130. } else {
  1131. return this.patientInfo.DialysisSchedule.device_zone.name + this.patientInfo.DialysisSchedule.device_number.number
  1132. }
  1133. },
  1134. getXuserName(id) {
  1135. if (id <= 0) {
  1136. return ''
  1137. }
  1138. var name = ''
  1139. if (this.users == null || typeof (this.users.length) === 'undefined') {
  1140. return name
  1141. }
  1142. var leng = this.users.length
  1143. if (leng == 0) {
  1144. return name
  1145. }
  1146. for (let index = 0; index < leng; index++) {
  1147. if (this.users[index].id == id) {
  1148. name = this.users[index].name
  1149. break
  1150. }
  1151. }
  1152. return name
  1153. },
  1154. setAdminUserES(id) {
  1155. console.log(id)
  1156. if (id == 0) {
  1157. return ''
  1158. }
  1159. if (id in this.operatorMaps) {
  1160. return this.operatorMaps[id].url
  1161. } else {
  1162. return ''
  1163. }
  1164. },
  1165. modeName(mode_id) {
  1166. return typeof (this.modeOptions[mode_id]) !== 'undefined' && typeof (this.modeOptions[mode_id].name) !== 'undefined' ? this.modeOptions[mode_id].name : ''
  1167. },
  1168. getDialysisRecord() {
  1169. this.loading = true
  1170. getDialysisRecord(this.queryParams).then(response => {
  1171. if (response.data.state == 1) {
  1172. this.adminUser = response.data.data.users
  1173. this.users = response.data.data.users
  1174. this.patientInfo = response.data.data.patientInfo
  1175. this.patientInfo.birth = uParseTime(this.patientInfo.birthday, '{y}-{m}-{d}')
  1176. // this.patientInfo.age = jsGetAge(this.patientInfo.birth, '-')
  1177. if (response.data.data.patientInfo.first_dialysis_date != 0) {
  1178. this.patientInfo.first_dialysis_date = uParseTime(response.data.data.patientInfo.first_dialysis_date, '{y}-{m}-{d}')
  1179. } else {
  1180. this.patientInfo.first_dialysis_date = ''
  1181. }
  1182. this.check = response.data.data.check
  1183. this.predialysis = response.data.data.PredialysisEvaluation
  1184. this.predialysis.blood_access_part_opera_name = this.bloodAccessParOperaName(this.predialysis.blood_access_part_opera_id)
  1185. this.afterdialysis = response.data.data.AssessmentAfterDislysis
  1186. this.operators = response.data.data.operators
  1187. this.dialysisOrder = response.data.data.dialysisOrder === null ? null : response.data.data.dialysisOrder
  1188. if (this.operators.length > 0) {
  1189. var operatorsLen = this.operators.length
  1190. for (var index = 0; index < operatorsLen; index++) {
  1191. this.$set(this.operatorMaps, this.operators[index].creator, this.operators[index])
  1192. }
  1193. }
  1194. this.afterdialysis.txqnx = -1
  1195. if (this.afterdialysis.cruor.indexOf('0度') > -1) {
  1196. this.afterdialysis.txqnx = 0
  1197. }
  1198. if (this.afterdialysis.cruor.indexOf('Ⅰ度') > -1) {
  1199. this.afterdialysis.txqnx = 1
  1200. }
  1201. if (this.afterdialysis.cruor.indexOf('Ⅱ度') > -1) {
  1202. this.afterdialysis.txqnx = 2
  1203. }
  1204. if (this.afterdialysis.cruor.indexOf('Ⅲ度') > -1) {
  1205. this.afterdialysis.txqnx = 3
  1206. }
  1207. this.afterdialysis.complications = this.afterdialysis.complication.split(',')
  1208. this.afterdialysis.complications_other = []
  1209. this.afterdialysis.complications_index = []
  1210. var acllen = this.afterdialysis.complications.length
  1211. for (let index = 0; index < acllen; index++) {
  1212. if (this.complications.indexOf(this.afterdialysis.complications[index]) >= 0) {
  1213. this.afterdialysis.complications_index.push(this.afterdialysis.complications[index])
  1214. } else if (this.complications.indexOf(this.afterdialysis.complications[index]) < 0 && this.afterdialysis.complications_other.indexOf(this.afterdialysis.complications[index]) < 0) {
  1215. this.afterdialysis.complications_other.push(this.afterdialysis.complications[index])
  1216. }
  1217. }
  1218. this.afterdialysis.complications_other = this.afterdialysis.complications_other.join(',')
  1219. this.prescription = response.data.data.dialysisPrescription
  1220. this.receiverTreatmentAccess = response.data.data.receiverTreatmentAccess
  1221. this.prescription.mode = this.modeName(this.prescription.mode_id)
  1222. var rwLen = this.replacementWays.length
  1223. this.prescription.replacement = ''
  1224. for (let index = 0; index < rwLen; index++) {
  1225. if (this.replacementWays[index].id == this.prescription.replacement_way) {
  1226. this.prescription.replacement = this.replacementWays[index].name
  1227. break
  1228. }
  1229. }
  1230. this.prescription.dialysate_formulation_name = this.dialysateFormulationName(this.prescription.dialysate_formulation)
  1231. var paLen = this.perfusionApparatus.length
  1232. this.prescription.perfusion_apparatus_name = ''
  1233. for (let index = 0; index < paLen; index++) {
  1234. if (this.perfusionApparatus[index].id == this.prescription.perfusion_apparatus) {
  1235. this.prescription.perfusion_apparatus_name = this.perfusionApparatus[index].name
  1236. break
  1237. }
  1238. }
  1239. var acLen = this.anticoagulantsConfit.length
  1240. var thisALID = this.prescription.anticoagulant
  1241. this.prescription.anticoagulant_name = ''
  1242. if (typeof (this.anticoagulantsConfit[thisALID]) !== 'undefined' && this.anticoagulantsConfit[thisALID] != null) {
  1243. this.prescription.anticoagulant_name = this.anticoagulantsConfit[thisALID].name
  1244. this.AlPanel = this.anticoagulantsConfit[thisALID]
  1245. }
  1246. this.advices = response.data.data.advices
  1247. this.monitors = response.data.data.monitors
  1248. this.summary = response.data.data.summary
  1249. this.org_template_info = response.data.data.org_template_info
  1250. if (this.monitors.length < 8) {
  1251. var nl = 8 - this.monitors.length
  1252. for (let index = 0; index < nl; index++) {
  1253. this.monitors.push([])
  1254. }
  1255. }
  1256. this.jilurow = this.monitors.length + 2
  1257. this.advice_jilurow = this.advices.length + 1
  1258. var childMap = {}
  1259. for (const index in this.advices) {
  1260. if (this.advices[index].parent_id == 0) {
  1261. continue
  1262. }
  1263. if (!(this.advices[index].parent_id in childMap)) {
  1264. childMap[this.advices[index].parent_id] = []
  1265. }
  1266. childMap[this.advices[index].parent_id].push(this.advices[index])
  1267. }
  1268. var advices = []
  1269. for (const index in this.advices) {
  1270. if (this.advices[index].parent_id > 0) {
  1271. continue
  1272. }
  1273. var item = this.advices[index]
  1274. if (item.id in childMap) {
  1275. item.children = childMap[item.id]
  1276. } else {
  1277. item.children = []
  1278. }
  1279. advices.push(item)
  1280. }
  1281. var leftAdvice = []
  1282. var rightAdvice = []
  1283. var adlen = advices.length
  1284. var halfLen = adlen % 2 == 0 ? adlen / 2 : (adlen + 1) / 2
  1285. for (var i = 0; i < halfLen; i++) {
  1286. leftAdvice.push(advices[i])
  1287. rightAdvice.push(advices[i + halfLen])
  1288. }
  1289. if (halfLen < 5) {
  1290. var nl = 5 - leftAdvice.length
  1291. for (let index = 0; index < nl; index++) {
  1292. leftAdvice.push([])
  1293. }
  1294. var nl = 5 - rightAdvice.length
  1295. for (let index = 0; index < nl; index++) {
  1296. rightAdvice.push([])
  1297. }
  1298. }
  1299. this.advices = []
  1300. for (var i = 0; i < halfLen; i++) {
  1301. var item = []
  1302. item.push(leftAdvice[i])
  1303. item.push(rightAdvice[i])
  1304. this.advices.push(item)
  1305. }
  1306. this.loading = false
  1307. this.doctor_advices = response.data.data.advices == null ? [] : response.data.data.advices
  1308. for (let index = 0; index < this.doctor_advices.length; index++) {
  1309. this.doctor_advices[index]['isShow'] = 2
  1310. }
  1311. if (this.doctor_advices.length > 0) {
  1312. var group = this.newAdviceGroupObject()
  1313. var initGroupBlock = function(group, advice) {
  1314. group.group_no = advice.groupno
  1315. }
  1316. for (let index = this.doctor_advices.length - 1; index >= 0; index--) {
  1317. var new_advice_index = 0
  1318. if ('children' in this.doctor_advices[index] && this.doctor_advices[index].children.length > 0) {
  1319. new_advice_index = index + this.doctor_advices[index].children.length + 1
  1320. var doctor_advice = {
  1321. delivery_way: this.doctor_advices[index].delivery_way,
  1322. execution_frequency: this.doctor_advices[index].execution_frequency,
  1323. groupno: this.doctor_advices[index].groupno,
  1324. id: this.doctor_advices[index].id,
  1325. parent_id: this.doctor_advices[index].parent_id,
  1326. children: this.doctor_advices[index].children,
  1327. remark: this.doctor_advices[index].remark
  1328. }
  1329. doctor_advice['isShow'] = 1
  1330. this.doctor_advices.splice(new_advice_index, 0, doctor_advice)
  1331. // this.doctor_advices.push(doctor_advice)
  1332. }
  1333. }
  1334. for (let index = 0; index < this.doctor_advices.length; index++) {
  1335. const advice = this.doctor_advices[index]
  1336. if (advice.groupno == 0) {
  1337. // 老版本的医嘱没有分组的概念,所以这一个 if 是解决这个问题的,将每个无分组的医嘱各自归为一组
  1338. if (advice.parent_id > 0) {
  1339. if (this.advice_groups.length > 0) {
  1340. var parent_group = this.advice_groups[
  1341. this.advice_groups.length - 1
  1342. ]
  1343. if (parent_group.advices.length > 0) {
  1344. if (parent_group.advices[0].id == advice.parent_id) {
  1345. parent_group.advices.push(advice)
  1346. }
  1347. }
  1348. }
  1349. continue
  1350. } else {
  1351. if (group.group_no > 0) {
  1352. this.advice_groups.push(group)
  1353. group = this.newAdviceGroupObject()
  1354. }
  1355. initGroupBlock(group, advice)
  1356. group.advices.push(advice)
  1357. this.advice_groups.push(group)
  1358. group = this.newAdviceGroupObject()
  1359. continue
  1360. }
  1361. }
  1362. if (group.group_no > 0 && group.group_no != advice.groupno) {
  1363. this.advice_groups.push(group)
  1364. group = this.newAdviceGroupObject()
  1365. }
  1366. if (group.group_no == 0) {
  1367. initGroupBlock(group, advice)
  1368. }
  1369. if (group.group_no == advice.groupno) {
  1370. group.advices.push(advice)
  1371. }
  1372. }
  1373. if (group.group_no > 0) {
  1374. // 上述的算法会导致最后一组没有加到advice_groups,这里要手动加上
  1375. this.advice_groups.push(group)
  1376. }
  1377. }
  1378. console.log(this.advice_groups)
  1379. } else {
  1380. this.loading = false
  1381. this.$message.error('请求数据失败')
  1382. return false
  1383. }
  1384. })
  1385. },
  1386. bloodAccessParOperaName(id) {
  1387. if (id in this.bloodAccessParOpera) {
  1388. return this.bloodAccessParOpera[id].name
  1389. }
  1390. return ''
  1391. },
  1392. dialysateFormulationName(id) {
  1393. if (id in this.dialysateFormulationOptions) {
  1394. return this.dialysateFormulationOptions[id].name
  1395. }
  1396. return ''
  1397. }, getAge: function(val) {
  1398. if (this.org_template_info.template_id == 2 || this.org_template_info.template_id == 0) {
  1399. if (val.age == 0) {
  1400. return jsGetAge(val.birth, '-')
  1401. } else {
  1402. return val.age
  1403. }
  1404. } else {
  1405. return jsGetAge(val.birth, '-')
  1406. }
  1407. }, newAdviceGroupObject: function() {
  1408. return Object.assign(
  1409. {},
  1410. {
  1411. group_no: 0,
  1412. // advice_doctor: 0,
  1413. // start_time: 0,
  1414. advices: []
  1415. // exec_staff: 0,
  1416. // exec_time: 0,
  1417. // checker: 0,
  1418. }
  1419. )
  1420. }
  1421. },
  1422. watch: {
  1423. 'patientInfo.gender': function() {
  1424. if (this.patientInfo.gender == 1) {
  1425. this.patientInfo_gender_1 = true
  1426. this.patientInfo_gender_2 = false
  1427. } else if (this.patientInfo.gender == 2) {
  1428. this.patientInfo_gender_2 = true
  1429. this.patientInfo_gender_1 = false
  1430. } else {
  1431. this.patientInfo_gender_2 = false
  1432. this.patientInfo_gender_1 = false
  1433. }
  1434. },
  1435. 'patientInfo.source': function() {
  1436. if (this.patientInfo.source == 1) {
  1437. this.patientInfo_source_1 = true
  1438. this.patientInfo_source_2 = false
  1439. } else if (this.patientInfo.source == 2) {
  1440. this.patientInfo_source_2 = true
  1441. this.patientInfo_source_1 = false
  1442. } else {
  1443. this.patientInfo_source_2 = false
  1444. this.patientInfo_source_1 = false
  1445. }
  1446. }
  1447. },
  1448. created() {
  1449. var xtuser = this.$store.getters.xt_user
  1450. this.orgname = xtuser.org.org_name
  1451. // this.orgname = "遂溪方济医院";
  1452. this.modeOptions = this.$store.getters.treatment_mode
  1453. this.replacementWays = this.$store.getters.replacement_ways
  1454. this.perfusionApparatus = this.$store.getters.perfusion_apparatus
  1455. this.anticoagulantsConfit = this.$store.getters.anticoagulants_confit
  1456. // this.bloodAccessParOpera = getDataConfig('hemodialysis', 'vascular_access_desc')
  1457. var bloodAccessParOpera = getDataConfig('hemodialysis', 'vascular_access_desc')
  1458. for (var key in bloodAccessParOpera) {
  1459. this.bloodAccessParOpera[bloodAccessParOpera[key].id] = bloodAccessParOpera[key]
  1460. }
  1461. var dialysateFormulationOptions = getDataConfig('hemodialysis', 'dialysate_formulation')
  1462. for (var key in dialysateFormulationOptions) {
  1463. this.dialysateFormulationOptions[dialysateFormulationOptions[key].id] = dialysateFormulationOptions[key]
  1464. }
  1465. const xtdate = this.$route.query && this.$route.query.xtdate
  1466. const xtno = this.$route.query && this.$route.query.xtno
  1467. if (typeof (xtdate) === 'string' && xtdate.length > 0 && typeof (xtno) === 'string' && xtno.length > 0) {
  1468. this.queryParams.xtdate = xtdate
  1469. this.queryParams.xtno = xtno
  1470. this.getDialysisRecord()
  1471. } else {
  1472. this.$message.error('参数不齐')
  1473. return false
  1474. }
  1475. }
  1476. }
  1477. </script>
  1478. <style>
  1479. .dialysis-print-order {
  1480. width: 960px;
  1481. margin: 0 auto
  1482. }
  1483. .dialysis-print-order .order-yy-name {
  1484. margin: auto;
  1485. text-align: center;
  1486. font-size: 20px;
  1487. letter-spacing: 5px;
  1488. }
  1489. .dialysis-print-order .order-title {
  1490. margin: auto;
  1491. font-weight: 600;
  1492. text-align: center;
  1493. font-size: 22px;
  1494. padding: 10px 20px 20px 20px;
  1495. }
  1496. .dialysis-print-order .table-box {
  1497. width: 100%;
  1498. line-height: 23px;
  1499. font-size: 14px;
  1500. }
  1501. .dialysis-print-order .print-table {
  1502. width: 100%;
  1503. text-align: center;
  1504. border-collapse: collapse;
  1505. line-height: 40px;
  1506. font-size: 14px;
  1507. }
  1508. .dialysis-print-order .print-table-no {
  1509. width: 100%;
  1510. text-align: center;
  1511. border-collapse: collapse;
  1512. font-size: 14px;
  1513. }
  1514. .dialysis-print-order .under-line {
  1515. border-bottom: 1px solid #999;
  1516. width: 95%;
  1517. text-align: center;
  1518. margin-left: 2px;
  1519. }
  1520. .dialysis-print-order .title-box {
  1521. text-align: center;
  1522. font-size: 16px;
  1523. }
  1524. .dialysis-print-order .radio-lebel-box {
  1525. font-weight: 400;
  1526. cursor: pointer;
  1527. }
  1528. .dialysis-print-order .radio-no {
  1529. opacity: 0;
  1530. outline: none;
  1531. position: absolute;
  1532. margin: 0;
  1533. width: 0;
  1534. height: 0;
  1535. z-index: -1;
  1536. }
  1537. .dialysis-print-order .radio-inner {
  1538. white-space: nowrap;
  1539. cursor: pointer;
  1540. outline: none;
  1541. display: inline-block;
  1542. line-height: 1;
  1543. position: relative;
  1544. vertical-align: middle;
  1545. }
  1546. .dialysis-print-order .radio-fang {
  1547. display: inline-block;
  1548. position: relative;
  1549. border: 1px solid #000;
  1550. box-sizing: border-box;
  1551. width: 14px;
  1552. height: 14px;
  1553. background-color: #fff;
  1554. z-index: 1;
  1555. transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
  1556. }
  1557. .dialysis-print-order .is-checked-radio::after {
  1558. content: "√";
  1559. font-size: 15px;
  1560. }
  1561. .dialysis-print-order .print-table-no tr td {
  1562. padding: 8px 5px;
  1563. line-height: 25px;
  1564. }
  1565. .dialysis-print-order .print-table tr td {
  1566. padding: 1px 1px;
  1567. /*line-height: 25px;*/
  1568. }
  1569. .es-img {
  1570. height: 25px;
  1571. }
  1572. .advice-name {
  1573. text-align: left;
  1574. }
  1575. .advice-children {
  1576. display: flex;
  1577. }
  1578. .title-box-pro{
  1579. border: 0 #fff;
  1580. line-height: 25px;
  1581. height: 25px;
  1582. text-align: left;
  1583. padding-left: 10px !important;
  1584. }
  1585. .title-box-pro-tr {
  1586. border: 0 #fff;
  1587. }
  1588. .text-align-left{
  1589. text-align: left !important;
  1590. padding-left:10px !important;
  1591. font-size: 14px !important;
  1592. line-height: 25px;
  1593. }
  1594. .print-table-tr-new td{
  1595. line-height: 20px !important;
  1596. }
  1597. .border-top-solid{
  1598. border:solid 1px #000;
  1599. }
  1600. .print-template-two tr {
  1601. line-height: 30px;
  1602. }
  1603. </style>